mirror of
				https://github.com/yuzu-emu/mbedtls.git
				synced 2025-10-28 13:47:02 +00:00 
			
		
		
		
	- Updated Copyright notices
This commit is contained in:
		
							parent
							
								
									b749d68f9c
								
							
						
					
					
						commit
						e0ccd0a7c3
					
				|  | @ -1,5 +1,23 @@ | ||||||
| /**
 | /**
 | ||||||
|  * \file aes.h |  * \file aes.h | ||||||
|  |  * | ||||||
|  |  *  Based on XySSL: Copyright (C) 2006-2008  Christophe Devine | ||||||
|  |  * | ||||||
|  |  *  Copyright (C) 2009       Paul Bakker | ||||||
|  |  * | ||||||
|  |  *  This program is free software; you can redistribute it and/or modify | ||||||
|  |  *  it under the terms of the GNU General Public License as published by | ||||||
|  |  *  the Free Software Foundation; either version 2 of the License, or | ||||||
|  |  *  (at your option) any later version. | ||||||
|  |  * | ||||||
|  |  *  This program is distributed in the hope that it will be useful, | ||||||
|  |  *  but WITHOUT ANY WARRANTY; without even the implied warranty of | ||||||
|  |  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the | ||||||
|  |  *  GNU General Public License for more details. | ||||||
|  |  * | ||||||
|  |  *  You should have received a copy of the GNU General Public License along | ||||||
|  |  *  with this program; if not, write to the Free Software Foundation, Inc., | ||||||
|  |  *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. | ||||||
|  */ |  */ | ||||||
| #ifndef POLARSSL_AES_H | #ifndef POLARSSL_AES_H | ||||||
| #define POLARSSL_AES_H | #define POLARSSL_AES_H | ||||||
|  |  | ||||||
|  | @ -1,5 +1,23 @@ | ||||||
| /**
 | /**
 | ||||||
|  * \file arc4.h |  * \file arc4.h | ||||||
|  |  * | ||||||
|  |  *  Based on XySSL: Copyright (C) 2006-2008  Christophe Devine | ||||||
|  |  * | ||||||
|  |  *  Copyright (C) 2009       Paul Bakker | ||||||
|  |  * | ||||||
|  |  *  This program is free software; you can redistribute it and/or modify | ||||||
|  |  *  it under the terms of the GNU General Public License as published by | ||||||
|  |  *  the Free Software Foundation; either version 2 of the License, or | ||||||
|  |  *  (at your option) any later version. | ||||||
|  |  * | ||||||
|  |  *  This program is distributed in the hope that it will be useful, | ||||||
|  |  *  but WITHOUT ANY WARRANTY; without even the implied warranty of | ||||||
|  |  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the | ||||||
|  |  *  GNU General Public License for more details. | ||||||
|  |  * | ||||||
|  |  *  You should have received a copy of the GNU General Public License along | ||||||
|  |  *  with this program; if not, write to the Free Software Foundation, Inc., | ||||||
|  |  *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. | ||||||
|  */ |  */ | ||||||
| #ifndef POLARSSL_ARC4_H | #ifndef POLARSSL_ARC4_H | ||||||
| #define POLARSSL_ARC4_H | #define POLARSSL_ARC4_H | ||||||
|  |  | ||||||
|  | @ -1,5 +1,23 @@ | ||||||
| /**
 | /**
 | ||||||
|  * \file base64.h |  * \file base64.h | ||||||
|  |  * | ||||||
|  |  *  Based on XySSL: Copyright (C) 2006-2008  Christophe Devine | ||||||
|  |  * | ||||||
|  |  *  Copyright (C) 2009       Paul Bakker | ||||||
|  |  * | ||||||
|  |  *  This program is free software; you can redistribute it and/or modify | ||||||
|  |  *  it under the terms of the GNU General Public License as published by | ||||||
|  |  *  the Free Software Foundation; either version 2 of the License, or | ||||||
|  |  *  (at your option) any later version. | ||||||
|  |  * | ||||||
|  |  *  This program is distributed in the hope that it will be useful, | ||||||
|  |  *  but WITHOUT ANY WARRANTY; without even the implied warranty of | ||||||
|  |  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the | ||||||
|  |  *  GNU General Public License for more details. | ||||||
|  |  * | ||||||
|  |  *  You should have received a copy of the GNU General Public License along | ||||||
|  |  *  with this program; if not, write to the Free Software Foundation, Inc., | ||||||
|  |  *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. | ||||||
|  */ |  */ | ||||||
| #ifndef POLARSSL_BASE64_H | #ifndef POLARSSL_BASE64_H | ||||||
| #define POLARSSL_BASE64_H | #define POLARSSL_BASE64_H | ||||||
|  |  | ||||||
|  | @ -1,5 +1,23 @@ | ||||||
| /**
 | /**
 | ||||||
|  * \file bignum.h |  * \file bignum.h | ||||||
|  |  * | ||||||
|  |  *  Based on XySSL: Copyright (C) 2006-2008  Christophe Devine | ||||||
|  |  * | ||||||
|  |  *  Copyright (C) 2009       Paul Bakker | ||||||
|  |  * | ||||||
|  |  *  This program is free software; you can redistribute it and/or modify | ||||||
|  |  *  it under the terms of the GNU General Public License as published by | ||||||
|  |  *  the Free Software Foundation; either version 2 of the License, or | ||||||
|  |  *  (at your option) any later version. | ||||||
|  |  * | ||||||
|  |  *  This program is distributed in the hope that it will be useful, | ||||||
|  |  *  but WITHOUT ANY WARRANTY; without even the implied warranty of | ||||||
|  |  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the | ||||||
|  |  *  GNU General Public License for more details. | ||||||
|  |  * | ||||||
|  |  *  You should have received a copy of the GNU General Public License along | ||||||
|  |  *  with this program; if not, write to the Free Software Foundation, Inc., | ||||||
|  |  *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. | ||||||
|  */ |  */ | ||||||
| #ifndef POLARSSL_BIGNUM_H | #ifndef POLARSSL_BIGNUM_H | ||||||
| #define POLARSSL_BIGNUM_H | #define POLARSSL_BIGNUM_H | ||||||
|  |  | ||||||
|  | @ -1,5 +1,23 @@ | ||||||
| /**
 | /**
 | ||||||
|  * \file bn_mul.h |  * \file bn_mul.h | ||||||
|  |  * | ||||||
|  |  *  Based on XySSL: Copyright (C) 2006-2008  Christophe Devine | ||||||
|  |  * | ||||||
|  |  *  Copyright (C) 2009       Paul Bakker | ||||||
|  |  * | ||||||
|  |  *  This program is free software; you can redistribute it and/or modify | ||||||
|  |  *  it under the terms of the GNU General Public License as published by | ||||||
|  |  *  the Free Software Foundation; either version 2 of the License, or | ||||||
|  |  *  (at your option) any later version. | ||||||
|  |  * | ||||||
|  |  *  This program is distributed in the hope that it will be useful, | ||||||
|  |  *  but WITHOUT ANY WARRANTY; without even the implied warranty of | ||||||
|  |  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the | ||||||
|  |  *  GNU General Public License for more details. | ||||||
|  |  * | ||||||
|  |  *  You should have received a copy of the GNU General Public License along | ||||||
|  |  *  with this program; if not, write to the Free Software Foundation, Inc., | ||||||
|  |  *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. | ||||||
|  */ |  */ | ||||||
| /*
 | /*
 | ||||||
|  *      Multiply source vector [s] with b, add result |  *      Multiply source vector [s] with b, add result | ||||||
|  |  | ||||||
|  | @ -1,5 +1,23 @@ | ||||||
| /**
 | /**
 | ||||||
|  * \file certs.h |  * \file certs.h | ||||||
|  |  * | ||||||
|  |  *  Based on XySSL: Copyright (C) 2006-2008  Christophe Devine | ||||||
|  |  * | ||||||
|  |  *  Copyright (C) 2009       Paul Bakker | ||||||
|  |  * | ||||||
|  |  *  This program is free software; you can redistribute it and/or modify | ||||||
|  |  *  it under the terms of the GNU General Public License as published by | ||||||
|  |  *  the Free Software Foundation; either version 2 of the License, or | ||||||
|  |  *  (at your option) any later version. | ||||||
|  |  * | ||||||
|  |  *  This program is distributed in the hope that it will be useful, | ||||||
|  |  *  but WITHOUT ANY WARRANTY; without even the implied warranty of | ||||||
|  |  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the | ||||||
|  |  *  GNU General Public License for more details. | ||||||
|  |  * | ||||||
|  |  *  You should have received a copy of the GNU General Public License along | ||||||
|  |  *  with this program; if not, write to the Free Software Foundation, Inc., | ||||||
|  |  *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. | ||||||
|  */ |  */ | ||||||
| #ifndef POLARSSL_CERTS_H | #ifndef POLARSSL_CERTS_H | ||||||
| #define POLARSSL_CERTS_H | #define POLARSSL_CERTS_H | ||||||
|  |  | ||||||
|  | @ -1,6 +1,24 @@ | ||||||
| /**
 | /**
 | ||||||
|  * \file config.h |  * \file config.h | ||||||
|  * |  * | ||||||
|  |  *  Based on XySSL: Copyright (C) 2006-2008  Christophe Devine | ||||||
|  |  * | ||||||
|  |  *  Copyright (C) 2009       Paul Bakker | ||||||
|  |  * | ||||||
|  |  *  This program is free software; you can redistribute it and/or modify | ||||||
|  |  *  it under the terms of the GNU General Public License as published by | ||||||
|  |  *  the Free Software Foundation; either version 2 of the License, or | ||||||
|  |  *  (at your option) any later version. | ||||||
|  |  * | ||||||
|  |  *  This program is distributed in the hope that it will be useful, | ||||||
|  |  *  but WITHOUT ANY WARRANTY; without even the implied warranty of | ||||||
|  |  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the | ||||||
|  |  *  GNU General Public License for more details. | ||||||
|  |  * | ||||||
|  |  *  You should have received a copy of the GNU General Public License along | ||||||
|  |  *  with this program; if not, write to the Free Software Foundation, Inc., | ||||||
|  |  *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. | ||||||
|  |  * | ||||||
|  * This set of compile-time options may be used to enable |  * This set of compile-time options may be used to enable | ||||||
|  * or disable features selectively, and reduce the global |  * or disable features selectively, and reduce the global | ||||||
|  * memory footprint. |  * memory footprint. | ||||||
|  |  | ||||||
|  | @ -1,5 +1,23 @@ | ||||||
| /**
 | /**
 | ||||||
|  * \file debug.h |  * \file debug.h | ||||||
|  |  * | ||||||
|  |  *  Based on XySSL: Copyright (C) 2006-2008  Christophe Devine | ||||||
|  |  * | ||||||
|  |  *  Copyright (C) 2009       Paul Bakker | ||||||
|  |  * | ||||||
|  |  *  This program is free software; you can redistribute it and/or modify | ||||||
|  |  *  it under the terms of the GNU General Public License as published by | ||||||
|  |  *  the Free Software Foundation; either version 2 of the License, or | ||||||
|  |  *  (at your option) any later version. | ||||||
|  |  * | ||||||
|  |  *  This program is distributed in the hope that it will be useful, | ||||||
|  |  *  but WITHOUT ANY WARRANTY; without even the implied warranty of | ||||||
|  |  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the | ||||||
|  |  *  GNU General Public License for more details. | ||||||
|  |  * | ||||||
|  |  *  You should have received a copy of the GNU General Public License along | ||||||
|  |  *  with this program; if not, write to the Free Software Foundation, Inc., | ||||||
|  |  *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. | ||||||
|  */ |  */ | ||||||
| #ifndef SSL_DEBUG_H | #ifndef SSL_DEBUG_H | ||||||
| #define SSL_DEBUG_H | #define SSL_DEBUG_H | ||||||
|  |  | ||||||
|  | @ -1,5 +1,23 @@ | ||||||
| /**
 | /**
 | ||||||
|  * \file des.h |  * \file des.h | ||||||
|  |  * | ||||||
|  |  *  Based on XySSL: Copyright (C) 2006-2008  Christophe Devine | ||||||
|  |  * | ||||||
|  |  *  Copyright (C) 2009       Paul Bakker | ||||||
|  |  * | ||||||
|  |  *  This program is free software; you can redistribute it and/or modify | ||||||
|  |  *  it under the terms of the GNU General Public License as published by | ||||||
|  |  *  the Free Software Foundation; either version 2 of the License, or | ||||||
|  |  *  (at your option) any later version. | ||||||
|  |  * | ||||||
|  |  *  This program is distributed in the hope that it will be useful, | ||||||
|  |  *  but WITHOUT ANY WARRANTY; without even the implied warranty of | ||||||
|  |  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the | ||||||
|  |  *  GNU General Public License for more details. | ||||||
|  |  * | ||||||
|  |  *  You should have received a copy of the GNU General Public License along | ||||||
|  |  *  with this program; if not, write to the Free Software Foundation, Inc., | ||||||
|  |  *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. | ||||||
|  */ |  */ | ||||||
| #ifndef POLARSSL_DES_H | #ifndef POLARSSL_DES_H | ||||||
| #define POLARSSL_DES_H | #define POLARSSL_DES_H | ||||||
|  |  | ||||||
|  | @ -1,5 +1,23 @@ | ||||||
| /**
 | /**
 | ||||||
|  * \file dhm.h |  * \file dhm.h | ||||||
|  |  * | ||||||
|  |  *  Based on XySSL: Copyright (C) 2006-2008  Christophe Devine | ||||||
|  |  * | ||||||
|  |  *  Copyright (C) 2009       Paul Bakker | ||||||
|  |  * | ||||||
|  |  *  This program is free software; you can redistribute it and/or modify | ||||||
|  |  *  it under the terms of the GNU General Public License as published by | ||||||
|  |  *  the Free Software Foundation; either version 2 of the License, or | ||||||
|  |  *  (at your option) any later version. | ||||||
|  |  * | ||||||
|  |  *  This program is distributed in the hope that it will be useful, | ||||||
|  |  *  but WITHOUT ANY WARRANTY; without even the implied warranty of | ||||||
|  |  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the | ||||||
|  |  *  GNU General Public License for more details. | ||||||
|  |  * | ||||||
|  |  *  You should have received a copy of the GNU General Public License along | ||||||
|  |  *  with this program; if not, write to the Free Software Foundation, Inc., | ||||||
|  |  *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. | ||||||
|  */ |  */ | ||||||
| #ifndef POLARSSL_DHM_H | #ifndef POLARSSL_DHM_H | ||||||
| #define POLARSSL_DHM_H | #define POLARSSL_DHM_H | ||||||
|  |  | ||||||
|  | @ -1,5 +1,23 @@ | ||||||
| /**
 | /**
 | ||||||
|  * \file havege.h |  * \file havege.h | ||||||
|  |  * | ||||||
|  |  *  Based on XySSL: Copyright (C) 2006-2008  Christophe Devine | ||||||
|  |  * | ||||||
|  |  *  Copyright (C) 2009       Paul Bakker | ||||||
|  |  * | ||||||
|  |  *  This program is free software; you can redistribute it and/or modify | ||||||
|  |  *  it under the terms of the GNU General Public License as published by | ||||||
|  |  *  the Free Software Foundation; either version 2 of the License, or | ||||||
|  |  *  (at your option) any later version. | ||||||
|  |  * | ||||||
|  |  *  This program is distributed in the hope that it will be useful, | ||||||
|  |  *  but WITHOUT ANY WARRANTY; without even the implied warranty of | ||||||
|  |  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the | ||||||
|  |  *  GNU General Public License for more details. | ||||||
|  |  * | ||||||
|  |  *  You should have received a copy of the GNU General Public License along | ||||||
|  |  *  with this program; if not, write to the Free Software Foundation, Inc., | ||||||
|  |  *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. | ||||||
|  */ |  */ | ||||||
| #ifndef POLARSSL_HAVEGE_H | #ifndef POLARSSL_HAVEGE_H | ||||||
| #define POLARSSL_HAVEGE_H | #define POLARSSL_HAVEGE_H | ||||||
|  |  | ||||||
|  | @ -1,5 +1,23 @@ | ||||||
| /**
 | /**
 | ||||||
|  * \file md2.h |  * \file md2.h | ||||||
|  |  * | ||||||
|  |  *  Based on XySSL: Copyright (C) 2006-2008  Christophe Devine | ||||||
|  |  * | ||||||
|  |  *  Copyright (C) 2009       Paul Bakker | ||||||
|  |  * | ||||||
|  |  *  This program is free software; you can redistribute it and/or modify | ||||||
|  |  *  it under the terms of the GNU General Public License as published by | ||||||
|  |  *  the Free Software Foundation; either version 2 of the License, or | ||||||
|  |  *  (at your option) any later version. | ||||||
|  |  * | ||||||
|  |  *  This program is distributed in the hope that it will be useful, | ||||||
|  |  *  but WITHOUT ANY WARRANTY; without even the implied warranty of | ||||||
|  |  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the | ||||||
|  |  *  GNU General Public License for more details. | ||||||
|  |  * | ||||||
|  |  *  You should have received a copy of the GNU General Public License along | ||||||
|  |  *  with this program; if not, write to the Free Software Foundation, Inc., | ||||||
|  |  *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. | ||||||
|  */ |  */ | ||||||
| #ifndef POLARSSL_MD2_H | #ifndef POLARSSL_MD2_H | ||||||
| #define POLARSSL_MD2_H | #define POLARSSL_MD2_H | ||||||
|  |  | ||||||
|  | @ -1,5 +1,23 @@ | ||||||
| /**
 | /**
 | ||||||
|  * \file md4.h |  * \file md4.h | ||||||
|  |  * | ||||||
|  |  *  Based on XySSL: Copyright (C) 2006-2008  Christophe Devine | ||||||
|  |  * | ||||||
|  |  *  Copyright (C) 2009       Paul Bakker | ||||||
|  |  * | ||||||
|  |  *  This program is free software; you can redistribute it and/or modify | ||||||
|  |  *  it under the terms of the GNU General Public License as published by | ||||||
|  |  *  the Free Software Foundation; either version 2 of the License, or | ||||||
|  |  *  (at your option) any later version. | ||||||
|  |  * | ||||||
|  |  *  This program is distributed in the hope that it will be useful, | ||||||
|  |  *  but WITHOUT ANY WARRANTY; without even the implied warranty of | ||||||
|  |  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the | ||||||
|  |  *  GNU General Public License for more details. | ||||||
|  |  * | ||||||
|  |  *  You should have received a copy of the GNU General Public License along | ||||||
|  |  *  with this program; if not, write to the Free Software Foundation, Inc., | ||||||
|  |  *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. | ||||||
|  */ |  */ | ||||||
| #ifndef POLARSSL_MD4_H | #ifndef POLARSSL_MD4_H | ||||||
| #define POLARSSL_MD4_H | #define POLARSSL_MD4_H | ||||||
|  |  | ||||||
|  | @ -1,5 +1,23 @@ | ||||||
| /**
 | /**
 | ||||||
|  * \file md5.h |  * \file md5.h | ||||||
|  |  * | ||||||
|  |  *  Based on XySSL: Copyright (C) 2006-2008  Christophe Devine | ||||||
|  |  * | ||||||
|  |  *  Copyright (C) 2009       Paul Bakker | ||||||
|  |  * | ||||||
|  |  *  This program is free software; you can redistribute it and/or modify | ||||||
|  |  *  it under the terms of the GNU General Public License as published by | ||||||
|  |  *  the Free Software Foundation; either version 2 of the License, or | ||||||
|  |  *  (at your option) any later version. | ||||||
|  |  * | ||||||
|  |  *  This program is distributed in the hope that it will be useful, | ||||||
|  |  *  but WITHOUT ANY WARRANTY; without even the implied warranty of | ||||||
|  |  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the | ||||||
|  |  *  GNU General Public License for more details. | ||||||
|  |  * | ||||||
|  |  *  You should have received a copy of the GNU General Public License along | ||||||
|  |  *  with this program; if not, write to the Free Software Foundation, Inc., | ||||||
|  |  *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. | ||||||
|  */ |  */ | ||||||
| #ifndef POLARSSL_MD5_H | #ifndef POLARSSL_MD5_H | ||||||
| #define POLARSSL_MD5_H | #define POLARSSL_MD5_H | ||||||
|  |  | ||||||
|  | @ -1,5 +1,23 @@ | ||||||
| /**
 | /**
 | ||||||
|  * \file net.h |  * \file net.h | ||||||
|  |  * | ||||||
|  |  *  Based on XySSL: Copyright (C) 2006-2008  Christophe Devine | ||||||
|  |  * | ||||||
|  |  *  Copyright (C) 2009       Paul Bakker | ||||||
|  |  * | ||||||
|  |  *  This program is free software; you can redistribute it and/or modify | ||||||
|  |  *  it under the terms of the GNU General Public License as published by | ||||||
|  |  *  the Free Software Foundation; either version 2 of the License, or | ||||||
|  |  *  (at your option) any later version. | ||||||
|  |  * | ||||||
|  |  *  This program is distributed in the hope that it will be useful, | ||||||
|  |  *  but WITHOUT ANY WARRANTY; without even the implied warranty of | ||||||
|  |  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the | ||||||
|  |  *  GNU General Public License for more details. | ||||||
|  |  * | ||||||
|  |  *  You should have received a copy of the GNU General Public License along | ||||||
|  |  *  with this program; if not, write to the Free Software Foundation, Inc., | ||||||
|  |  *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. | ||||||
|  */ |  */ | ||||||
| #ifndef POLARSSL_NET_H | #ifndef POLARSSL_NET_H | ||||||
| #define POLARSSL_NET_H | #define POLARSSL_NET_H | ||||||
|  |  | ||||||
|  | @ -1,5 +1,23 @@ | ||||||
| /**
 | /**
 | ||||||
|  * \file openssl.h |  * \file openssl.h | ||||||
|  |  * | ||||||
|  |  *  Based on XySSL: Copyright (C) 2006-2008  Christophe Devine | ||||||
|  |  * | ||||||
|  |  *  Copyright (C) 2009       Paul Bakker | ||||||
|  |  * | ||||||
|  |  *  This program is free software; you can redistribute it and/or modify | ||||||
|  |  *  it under the terms of the GNU General Public License as published by | ||||||
|  |  *  the Free Software Foundation; either version 2 of the License, or | ||||||
|  |  *  (at your option) any later version. | ||||||
|  |  * | ||||||
|  |  *  This program is distributed in the hope that it will be useful, | ||||||
|  |  *  but WITHOUT ANY WARRANTY; without even the implied warranty of | ||||||
|  |  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the | ||||||
|  |  *  GNU General Public License for more details. | ||||||
|  |  * | ||||||
|  |  *  You should have received a copy of the GNU General Public License along | ||||||
|  |  *  with this program; if not, write to the Free Software Foundation, Inc., | ||||||
|  |  *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. | ||||||
|  */ |  */ | ||||||
| /*
 | /*
 | ||||||
|  * OpenSSL wrapper contributed by David Barett |  * OpenSSL wrapper contributed by David Barett | ||||||
|  |  | ||||||
|  | @ -1,5 +1,23 @@ | ||||||
| /**
 | /**
 | ||||||
|  * \file padlock.h |  * \file padlock.h | ||||||
|  |  * | ||||||
|  |  *  Based on XySSL: Copyright (C) 2006-2008  Christophe Devine | ||||||
|  |  * | ||||||
|  |  *  Copyright (C) 2009       Paul Bakker | ||||||
|  |  * | ||||||
|  |  *  This program is free software; you can redistribute it and/or modify | ||||||
|  |  *  it under the terms of the GNU General Public License as published by | ||||||
|  |  *  the Free Software Foundation; either version 2 of the License, or | ||||||
|  |  *  (at your option) any later version. | ||||||
|  |  * | ||||||
|  |  *  This program is distributed in the hope that it will be useful, | ||||||
|  |  *  but WITHOUT ANY WARRANTY; without even the implied warranty of | ||||||
|  |  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the | ||||||
|  |  *  GNU General Public License for more details. | ||||||
|  |  * | ||||||
|  |  *  You should have received a copy of the GNU General Public License along | ||||||
|  |  *  with this program; if not, write to the Free Software Foundation, Inc., | ||||||
|  |  *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. | ||||||
|  */ |  */ | ||||||
| #ifndef POLARSSL_PADLOCK_H | #ifndef POLARSSL_PADLOCK_H | ||||||
| #define POLARSSL_PADLOCK_H | #define POLARSSL_PADLOCK_H | ||||||
|  |  | ||||||
|  | @ -1,5 +1,23 @@ | ||||||
| /**
 | /**
 | ||||||
|  * \file rsa.h |  * \file rsa.h | ||||||
|  |  * | ||||||
|  |  *  Based on XySSL: Copyright (C) 2006-2008  Christophe Devine | ||||||
|  |  * | ||||||
|  |  *  Copyright (C) 2009       Paul Bakker | ||||||
|  |  * | ||||||
|  |  *  This program is free software; you can redistribute it and/or modify | ||||||
|  |  *  it under the terms of the GNU General Public License as published by | ||||||
|  |  *  the Free Software Foundation; either version 2 of the License, or | ||||||
|  |  *  (at your option) any later version. | ||||||
|  |  * | ||||||
|  |  *  This program is distributed in the hope that it will be useful, | ||||||
|  |  *  but WITHOUT ANY WARRANTY; without even the implied warranty of | ||||||
|  |  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the | ||||||
|  |  *  GNU General Public License for more details. | ||||||
|  |  * | ||||||
|  |  *  You should have received a copy of the GNU General Public License along | ||||||
|  |  *  with this program; if not, write to the Free Software Foundation, Inc., | ||||||
|  |  *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. | ||||||
|  */ |  */ | ||||||
| #ifndef POLARSSL_RSA_H | #ifndef POLARSSL_RSA_H | ||||||
| #define POLARSSL_RSA_H | #define POLARSSL_RSA_H | ||||||
|  |  | ||||||
|  | @ -1,5 +1,23 @@ | ||||||
| /**
 | /**
 | ||||||
|  * \file sha1.h |  * \file sha1.h | ||||||
|  |  * | ||||||
|  |  *  Based on XySSL: Copyright (C) 2006-2008  Christophe Devine | ||||||
|  |  * | ||||||
|  |  *  Copyright (C) 2009       Paul Bakker | ||||||
|  |  * | ||||||
|  |  *  This program is free software; you can redistribute it and/or modify | ||||||
|  |  *  it under the terms of the GNU General Public License as published by | ||||||
|  |  *  the Free Software Foundation; either version 2 of the License, or | ||||||
|  |  *  (at your option) any later version. | ||||||
|  |  * | ||||||
|  |  *  This program is distributed in the hope that it will be useful, | ||||||
|  |  *  but WITHOUT ANY WARRANTY; without even the implied warranty of | ||||||
|  |  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the | ||||||
|  |  *  GNU General Public License for more details. | ||||||
|  |  * | ||||||
|  |  *  You should have received a copy of the GNU General Public License along | ||||||
|  |  *  with this program; if not, write to the Free Software Foundation, Inc., | ||||||
|  |  *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. | ||||||
|  */ |  */ | ||||||
| #ifndef POLARSSL_SHA1_H | #ifndef POLARSSL_SHA1_H | ||||||
| #define POLARSSL_SHA1_H | #define POLARSSL_SHA1_H | ||||||
|  |  | ||||||
|  | @ -1,5 +1,23 @@ | ||||||
| /**
 | /**
 | ||||||
|  * \file sha2.h |  * \file sha2.h | ||||||
|  |  * | ||||||
|  |  *  Based on XySSL: Copyright (C) 2006-2008  Christophe Devine | ||||||
|  |  * | ||||||
|  |  *  Copyright (C) 2009       Paul Bakker | ||||||
|  |  * | ||||||
|  |  *  This program is free software; you can redistribute it and/or modify | ||||||
|  |  *  it under the terms of the GNU General Public License as published by | ||||||
|  |  *  the Free Software Foundation; either version 2 of the License, or | ||||||
|  |  *  (at your option) any later version. | ||||||
|  |  * | ||||||
|  |  *  This program is distributed in the hope that it will be useful, | ||||||
|  |  *  but WITHOUT ANY WARRANTY; without even the implied warranty of | ||||||
|  |  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the | ||||||
|  |  *  GNU General Public License for more details. | ||||||
|  |  * | ||||||
|  |  *  You should have received a copy of the GNU General Public License along | ||||||
|  |  *  with this program; if not, write to the Free Software Foundation, Inc., | ||||||
|  |  *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. | ||||||
|  */ |  */ | ||||||
| #ifndef POLARSSL_SHA2_H | #ifndef POLARSSL_SHA2_H | ||||||
| #define POLARSSL_SHA2_H | #define POLARSSL_SHA2_H | ||||||
|  |  | ||||||
|  | @ -1,5 +1,23 @@ | ||||||
| /**
 | /**
 | ||||||
|  * \file sha4.h |  * \file sha4.h | ||||||
|  |  * | ||||||
|  |  *  Based on XySSL: Copyright (C) 2006-2008  Christophe Devine | ||||||
|  |  * | ||||||
|  |  *  Copyright (C) 2009       Paul Bakker | ||||||
|  |  * | ||||||
|  |  *  This program is free software; you can redistribute it and/or modify | ||||||
|  |  *  it under the terms of the GNU General Public License as published by | ||||||
|  |  *  the Free Software Foundation; either version 2 of the License, or | ||||||
|  |  *  (at your option) any later version. | ||||||
|  |  * | ||||||
|  |  *  This program is distributed in the hope that it will be useful, | ||||||
|  |  *  but WITHOUT ANY WARRANTY; without even the implied warranty of | ||||||
|  |  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the | ||||||
|  |  *  GNU General Public License for more details. | ||||||
|  |  * | ||||||
|  |  *  You should have received a copy of the GNU General Public License along | ||||||
|  |  *  with this program; if not, write to the Free Software Foundation, Inc., | ||||||
|  |  *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. | ||||||
|  */ |  */ | ||||||
| #ifndef POLARSSL_SHA4_H | #ifndef POLARSSL_SHA4_H | ||||||
| #define POLARSSL_SHA4_H | #define POLARSSL_SHA4_H | ||||||
|  |  | ||||||
|  | @ -1,5 +1,23 @@ | ||||||
| /**
 | /**
 | ||||||
|  * \file ssl.h |  * \file ssl.h | ||||||
|  |  * | ||||||
|  |  *  Based on XySSL: Copyright (C) 2006-2008  Christophe Devine | ||||||
|  |  * | ||||||
|  |  *  Copyright (C) 2009       Paul Bakker | ||||||
|  |  * | ||||||
|  |  *  This program is free software; you can redistribute it and/or modify | ||||||
|  |  *  it under the terms of the GNU General Public License as published by | ||||||
|  |  *  the Free Software Foundation; either version 2 of the License, or | ||||||
|  |  *  (at your option) any later version. | ||||||
|  |  * | ||||||
|  |  *  This program is distributed in the hope that it will be useful, | ||||||
|  |  *  but WITHOUT ANY WARRANTY; without even the implied warranty of | ||||||
|  |  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the | ||||||
|  |  *  GNU General Public License for more details. | ||||||
|  |  * | ||||||
|  |  *  You should have received a copy of the GNU General Public License along | ||||||
|  |  *  with this program; if not, write to the Free Software Foundation, Inc., | ||||||
|  |  *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. | ||||||
|  */ |  */ | ||||||
| #ifndef POLARSSL_SSL_H | #ifndef POLARSSL_SSL_H | ||||||
| #define POLARSSL_SSL_H | #define POLARSSL_SSL_H | ||||||
|  |  | ||||||
|  | @ -1,5 +1,23 @@ | ||||||
| /**
 | /**
 | ||||||
|  * \file timing.h |  * \file timing.h | ||||||
|  |  * | ||||||
|  |  *  Based on XySSL: Copyright (C) 2006-2008  Christophe Devine | ||||||
|  |  * | ||||||
|  |  *  Copyright (C) 2009       Paul Bakker | ||||||
|  |  * | ||||||
|  |  *  This program is free software; you can redistribute it and/or modify | ||||||
|  |  *  it under the terms of the GNU General Public License as published by | ||||||
|  |  *  the Free Software Foundation; either version 2 of the License, or | ||||||
|  |  *  (at your option) any later version. | ||||||
|  |  * | ||||||
|  |  *  This program is distributed in the hope that it will be useful, | ||||||
|  |  *  but WITHOUT ANY WARRANTY; without even the implied warranty of | ||||||
|  |  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the | ||||||
|  |  *  GNU General Public License for more details. | ||||||
|  |  * | ||||||
|  |  *  You should have received a copy of the GNU General Public License along | ||||||
|  |  *  with this program; if not, write to the Free Software Foundation, Inc., | ||||||
|  |  *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. | ||||||
|  */ |  */ | ||||||
| #ifndef POLARSSL_TIMING_H | #ifndef POLARSSL_TIMING_H | ||||||
| #define POLARSSL_TIMING_H | #define POLARSSL_TIMING_H | ||||||
|  |  | ||||||
|  | @ -1,5 +1,23 @@ | ||||||
| /**
 | /**
 | ||||||
|  * \file x509.h |  * \file x509.h | ||||||
|  |  * | ||||||
|  |  *  Based on XySSL: Copyright (C) 2006-2008  Christophe Devine | ||||||
|  |  * | ||||||
|  |  *  Copyright (C) 2009       Paul Bakker | ||||||
|  |  * | ||||||
|  |  *  This program is free software; you can redistribute it and/or modify | ||||||
|  |  *  it under the terms of the GNU General Public License as published by | ||||||
|  |  *  the Free Software Foundation; either version 2 of the License, or | ||||||
|  |  *  (at your option) any later version. | ||||||
|  |  * | ||||||
|  |  *  This program is distributed in the hope that it will be useful, | ||||||
|  |  *  but WITHOUT ANY WARRANTY; without even the implied warranty of | ||||||
|  |  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the | ||||||
|  |  *  GNU General Public License for more details. | ||||||
|  |  * | ||||||
|  |  *  You should have received a copy of the GNU General Public License along | ||||||
|  |  *  with this program; if not, write to the Free Software Foundation, Inc., | ||||||
|  |  *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. | ||||||
|  */ |  */ | ||||||
| #ifndef POLARSSL_X509_H | #ifndef POLARSSL_X509_H | ||||||
| #define POLARSSL_X509_H | #define POLARSSL_X509_H | ||||||
|  |  | ||||||
|  | @ -1,7 +1,9 @@ | ||||||
| /*
 | /*
 | ||||||
|  *  FIPS-197 compliant AES implementation |  *  FIPS-197 compliant AES implementation | ||||||
|  * |  * | ||||||
|  *  Copyright (C) 2006-2007  Christophe Devine |  *  Based on XySSL: Copyright (C) 2006-2008  Christophe Devine | ||||||
|  |  * | ||||||
|  |  *  Copyright (C) 2009       Paul Bakker | ||||||
|  * |  * | ||||||
|  *  This program is free software; you can redistribute it and/or modify |  *  This program is free software; you can redistribute it and/or modify | ||||||
|  *  it under the terms of the GNU General Public License as published by |  *  it under the terms of the GNU General Public License as published by | ||||||
|  |  | ||||||
|  | @ -1,7 +1,9 @@ | ||||||
| /*
 | /*
 | ||||||
|  *  An implementation of the ARCFOUR algorithm |  *  An implementation of the ARCFOUR algorithm | ||||||
|  * |  * | ||||||
|  *  Copyright (C) 2006-2007  Christophe Devine |  *  Based on XySSL: Copyright (C) 2006-2008  Christophe Devine | ||||||
|  |  * | ||||||
|  |  *  Copyright (C) 2009       Paul Bakker | ||||||
|  * |  * | ||||||
|  *  This program is free software; you can redistribute it and/or modify |  *  This program is free software; you can redistribute it and/or modify | ||||||
|  *  it under the terms of the GNU General Public License as published by |  *  it under the terms of the GNU General Public License as published by | ||||||
|  |  | ||||||
|  | @ -1,7 +1,9 @@ | ||||||
| /*
 | /*
 | ||||||
|  *  RFC 1521 base64 encoding/decoding |  *  RFC 1521 base64 encoding/decoding | ||||||
|  * |  * | ||||||
|  *  Copyright (C) 2006-2007  Christophe Devine |  *  Based on XySSL: Copyright (C) 2006-2008  Christophe Devine | ||||||
|  |  * | ||||||
|  |  *  Copyright (C) 2009       Paul Bakker | ||||||
|  * |  * | ||||||
|  *  This program is free software; you can redistribute it and/or modify |  *  This program is free software; you can redistribute it and/or modify | ||||||
|  *  it under the terms of the GNU General Public License as published by |  *  it under the terms of the GNU General Public License as published by | ||||||
|  |  | ||||||
|  | @ -1,7 +1,9 @@ | ||||||
| /*
 | /*
 | ||||||
|  *  Multi-precision integer library |  *  Multi-precision integer library | ||||||
|  * |  * | ||||||
|  *  Copyright (C) 2006-2007  Christophe Devine |  *  Based on XySSL: Copyright (C) 2006-2008  Christophe Devine | ||||||
|  |  * | ||||||
|  |  *  Copyright (C) 2009       Paul Bakker | ||||||
|  * |  * | ||||||
|  *  This program is free software; you can redistribute it and/or modify |  *  This program is free software; you can redistribute it and/or modify | ||||||
|  *  it under the terms of the GNU General Public License as published by |  *  it under the terms of the GNU General Public License as published by | ||||||
|  |  | ||||||
|  | @ -1,7 +1,9 @@ | ||||||
| /*
 | /*
 | ||||||
|  *  X.509 test certificates |  *  X.509 test certificates | ||||||
|  * |  * | ||||||
|  *  Copyright (C) 2006-2007  Christophe Devine |  *  Based on XySSL: Copyright (C) 2006-2008  Christophe Devine | ||||||
|  |  * | ||||||
|  |  *  Copyright (C) 2009       Paul Bakker | ||||||
|  * |  * | ||||||
|  *  This program is free software; you can redistribute it and/or modify |  *  This program is free software; you can redistribute it and/or modify | ||||||
|  *  it under the terms of the GNU General Public License as published by |  *  it under the terms of the GNU General Public License as published by | ||||||
|  |  | ||||||
|  | @ -1,7 +1,9 @@ | ||||||
| /*
 | /*
 | ||||||
|  *  Debugging routines |  *  Debugging routines | ||||||
|  * |  * | ||||||
|  *  Copyright (C) 2006-2007  Christophe Devine |  *  Based on XySSL: Copyright (C) 2006-2008  Christophe Devine | ||||||
|  |  * | ||||||
|  |  *  Copyright (C) 2009       Paul Bakker | ||||||
|  * |  * | ||||||
|  *  This program is free software; you can redistribute it and/or modify |  *  This program is free software; you can redistribute it and/or modify | ||||||
|  *  it under the terms of the GNU General Public License as published by |  *  it under the terms of the GNU General Public License as published by | ||||||
|  |  | ||||||
|  | @ -1,7 +1,9 @@ | ||||||
| /*
 | /*
 | ||||||
|  *  FIPS-46-3 compliant Triple-DES implementation |  *  FIPS-46-3 compliant Triple-DES implementation | ||||||
|  * |  * | ||||||
|  *  Copyright (C) 2006-2007  Christophe Devine |  *  Based on XySSL: Copyright (C) 2006-2008  Christophe Devine | ||||||
|  |  * | ||||||
|  |  *  Copyright (C) 2009       Paul Bakker | ||||||
|  * |  * | ||||||
|  *  This program is free software; you can redistribute it and/or modify |  *  This program is free software; you can redistribute it and/or modify | ||||||
|  *  it under the terms of the GNU General Public License as published by |  *  it under the terms of the GNU General Public License as published by | ||||||
|  |  | ||||||
|  | @ -1,7 +1,9 @@ | ||||||
| /*
 | /*
 | ||||||
|  *  Diffie-Hellman-Merkle key exchange |  *  Diffie-Hellman-Merkle key exchange | ||||||
|  * |  * | ||||||
|  *  Copyright (C) 2006-2007  Christophe Devine |  *  Based on XySSL: Copyright (C) 2006-2008  Christophe Devine | ||||||
|  |  * | ||||||
|  |  *  Copyright (C) 2009       Paul Bakker | ||||||
|  * |  * | ||||||
|  *  This program is free software; you can redistribute it and/or modify |  *  This program is free software; you can redistribute it and/or modify | ||||||
|  *  it under the terms of the GNU General Public License as published by |  *  it under the terms of the GNU General Public License as published by | ||||||
|  |  | ||||||
|  | @ -1,7 +1,9 @@ | ||||||
| /*
 | /*
 | ||||||
|  *  HAVEGE: HArdware Volatile Entropy Gathering and Expansion |  *  HAVEGE: HArdware Volatile Entropy Gathering and Expansion | ||||||
|  * |  * | ||||||
|  *  Copyright (C) 2006-2007  Christophe Devine |  *  Based on XySSL: Copyright (C) 2006-2008  Christophe Devine | ||||||
|  |  * | ||||||
|  |  *  Copyright (C) 2009       Paul Bakker | ||||||
|  * |  * | ||||||
|  *  This program is free software; you can redistribute it and/or modify |  *  This program is free software; you can redistribute it and/or modify | ||||||
|  *  it under the terms of the GNU General Public License as published by |  *  it under the terms of the GNU General Public License as published by | ||||||
|  |  | ||||||
|  | @ -1,7 +1,9 @@ | ||||||
| /*
 | /*
 | ||||||
|  *  RFC 1115/1319 compliant MD2 implementation |  *  RFC 1115/1319 compliant MD2 implementation | ||||||
|  * |  * | ||||||
|  *  Copyright (C) 2006-2007  Christophe Devine |  *  Based on XySSL: Copyright (C) 2006-2008  Christophe Devine | ||||||
|  |  * | ||||||
|  |  *  Copyright (C) 2009       Paul Bakker | ||||||
|  * |  * | ||||||
|  *  This program is free software; you can redistribute it and/or modify |  *  This program is free software; you can redistribute it and/or modify | ||||||
|  *  it under the terms of the GNU General Public License as published by |  *  it under the terms of the GNU General Public License as published by | ||||||
|  |  | ||||||
|  | @ -1,7 +1,9 @@ | ||||||
| /*
 | /*
 | ||||||
|  *  RFC 1186/1320 compliant MD4 implementation |  *  RFC 1186/1320 compliant MD4 implementation | ||||||
|  * |  * | ||||||
|  *  Copyright (C) 2006-2007  Christophe Devine |  *  Based on XySSL: Copyright (C) 2006-2008  Christophe Devine | ||||||
|  |  * | ||||||
|  |  *  Copyright (C) 2009       Paul Bakker | ||||||
|  * |  * | ||||||
|  *  This program is free software; you can redistribute it and/or modify |  *  This program is free software; you can redistribute it and/or modify | ||||||
|  *  it under the terms of the GNU General Public License as published by |  *  it under the terms of the GNU General Public License as published by | ||||||
|  |  | ||||||
|  | @ -1,7 +1,9 @@ | ||||||
| /*
 | /*
 | ||||||
|  *  RFC 1321 compliant MD5 implementation |  *  RFC 1321 compliant MD5 implementation | ||||||
|  * |  * | ||||||
|  *  Copyright (C) 2006-2007  Christophe Devine |  *  Based on XySSL: Copyright (C) 2006-2008  Christophe Devine | ||||||
|  |  * | ||||||
|  |  *  Copyright (C) 2009       Paul Bakker | ||||||
|  * |  * | ||||||
|  *  This program is free software; you can redistribute it and/or modify |  *  This program is free software; you can redistribute it and/or modify | ||||||
|  *  it under the terms of the GNU General Public License as published by |  *  it under the terms of the GNU General Public License as published by | ||||||
|  |  | ||||||
|  | @ -1,7 +1,9 @@ | ||||||
| /*
 | /*
 | ||||||
|  *  TCP networking functions |  *  TCP networking functions | ||||||
|  * |  * | ||||||
|  *  Copyright (C) 2006-2007  Christophe Devine |  *  Based on XySSL: Copyright (C) 2006-2008  Christophe Devine | ||||||
|  |  * | ||||||
|  |  *  Copyright (C) 2009       Paul Bakker | ||||||
|  * |  * | ||||||
|  *  This program is free software; you can redistribute it and/or modify |  *  This program is free software; you can redistribute it and/or modify | ||||||
|  *  it under the terms of the GNU General Public License as published by |  *  it under the terms of the GNU General Public License as published by | ||||||
|  |  | ||||||
|  | @ -1,7 +1,9 @@ | ||||||
| /*
 | /*
 | ||||||
|  *  VIA PadLock support functions |  *  VIA PadLock support functions | ||||||
|  * |  * | ||||||
|  *  Copyright (C) 2006-2007  Christophe Devine |  *  Based on XySSL: Copyright (C) 2006-2008  Christophe Devine | ||||||
|  |  * | ||||||
|  |  *  Copyright (C) 2009       Paul Bakker | ||||||
|  * |  * | ||||||
|  *  This program is free software; you can redistribute it and/or modify |  *  This program is free software; you can redistribute it and/or modify | ||||||
|  *  it under the terms of the GNU General Public License as published by |  *  it under the terms of the GNU General Public License as published by | ||||||
|  |  | ||||||
|  | @ -1,7 +1,9 @@ | ||||||
| /*
 | /*
 | ||||||
|  *  The RSA public-key cryptosystem |  *  The RSA public-key cryptosystem | ||||||
|  * |  * | ||||||
|  *  Copyright (C) 2006-2007  Christophe Devine |  *  Based on XySSL: Copyright (C) 2006-2008  Christophe Devine | ||||||
|  |  * | ||||||
|  |  *  Copyright (C) 2009       Paul Bakker | ||||||
|  * |  * | ||||||
|  *  This program is free software; you can redistribute it and/or modify |  *  This program is free software; you can redistribute it and/or modify | ||||||
|  *  it under the terms of the GNU General Public License as published by |  *  it under the terms of the GNU General Public License as published by | ||||||
|  |  | ||||||
|  | @ -1,7 +1,9 @@ | ||||||
| /*
 | /*
 | ||||||
|  *  FIPS-180-1 compliant SHA-1 implementation |  *  FIPS-180-1 compliant SHA-1 implementation | ||||||
|  * |  * | ||||||
|  *  Copyright (C) 2006-2007  Christophe Devine |  *  Based on XySSL: Copyright (C) 2006-2008  Christophe Devine | ||||||
|  |  * | ||||||
|  |  *  Copyright (C) 2009       Paul Bakker | ||||||
|  * |  * | ||||||
|  *  This program is free software; you can redistribute it and/or modify |  *  This program is free software; you can redistribute it and/or modify | ||||||
|  *  it under the terms of the GNU General Public License as published by |  *  it under the terms of the GNU General Public License as published by | ||||||
|  |  | ||||||
|  | @ -1,7 +1,9 @@ | ||||||
| /*
 | /*
 | ||||||
|  *  FIPS-180-2 compliant SHA-256 implementation |  *  FIPS-180-2 compliant SHA-256 implementation | ||||||
|  * |  * | ||||||
|  *  Copyright (C) 2006-2007  Christophe Devine |  *  Based on XySSL: Copyright (C) 2006-2008  Christophe Devine | ||||||
|  |  * | ||||||
|  |  *  Copyright (C) 2009       Paul Bakker | ||||||
|  * |  * | ||||||
|  *  This program is free software; you can redistribute it and/or modify |  *  This program is free software; you can redistribute it and/or modify | ||||||
|  *  it under the terms of the GNU General Public License as published by |  *  it under the terms of the GNU General Public License as published by | ||||||
|  |  | ||||||
|  | @ -1,7 +1,9 @@ | ||||||
| /*
 | /*
 | ||||||
|  *  FIPS-180-2 compliant SHA-384/512 implementation |  *  FIPS-180-2 compliant SHA-384/512 implementation | ||||||
|  * |  * | ||||||
|  *  Copyright (C) 2006-2007  Christophe Devine |  *  Based on XySSL: Copyright (C) 2006-2008  Christophe Devine | ||||||
|  |  * | ||||||
|  |  *  Copyright (C) 2009       Paul Bakker | ||||||
|  * |  * | ||||||
|  *  This program is free software; you can redistribute it and/or modify |  *  This program is free software; you can redistribute it and/or modify | ||||||
|  *  it under the terms of the GNU General Public License as published by |  *  it under the terms of the GNU General Public License as published by | ||||||
|  |  | ||||||
|  | @ -1,7 +1,9 @@ | ||||||
| /*
 | /*
 | ||||||
|  *  SSLv3/TLSv1 client-side functions |  *  SSLv3/TLSv1 client-side functions | ||||||
|  * |  * | ||||||
|  *  Copyright (C) 2006-2007  Christophe Devine |  *  Based on XySSL: Copyright (C) 2006-2008  Christophe Devine | ||||||
|  |  * | ||||||
|  |  *  Copyright (C) 2009       Paul Bakker | ||||||
|  * |  * | ||||||
|  *  This program is free software; you can redistribute it and/or modify |  *  This program is free software; you can redistribute it and/or modify | ||||||
|  *  it under the terms of the GNU General Public License as published by |  *  it under the terms of the GNU General Public License as published by | ||||||
|  |  | ||||||
|  | @ -1,7 +1,9 @@ | ||||||
| /*
 | /*
 | ||||||
|  *  SSLv3/TLSv1 server-side functions |  *  SSLv3/TLSv1 server-side functions | ||||||
|  * |  * | ||||||
|  *  Copyright (C) 2006-2007  Christophe Devine |  *  Based on XySSL: Copyright (C) 2006-2008  Christophe Devine | ||||||
|  |  * | ||||||
|  |  *  Copyright (C) 2009       Paul Bakker | ||||||
|  * |  * | ||||||
|  *  This program is free software; you can redistribute it and/or modify |  *  This program is free software; you can redistribute it and/or modify | ||||||
|  *  it under the terms of the GNU General Public License as published by |  *  it under the terms of the GNU General Public License as published by | ||||||
|  |  | ||||||
|  | @ -1,7 +1,9 @@ | ||||||
| /*
 | /*
 | ||||||
|  *  SSLv3/TLSv1 shared functions |  *  SSLv3/TLSv1 shared functions | ||||||
|  * |  * | ||||||
|  *  Copyright (C) 2006-2007  Christophe Devine |  *  Based on XySSL: Copyright (C) 2006-2008  Christophe Devine | ||||||
|  |  * | ||||||
|  |  *  Copyright (C) 2009       Paul Bakker | ||||||
|  * |  * | ||||||
|  *  This program is free software; you can redistribute it and/or modify |  *  This program is free software; you can redistribute it and/or modify | ||||||
|  *  it under the terms of the GNU General Public License as published by |  *  it under the terms of the GNU General Public License as published by | ||||||
|  |  | ||||||
|  | @ -1,7 +1,9 @@ | ||||||
| /*
 | /*
 | ||||||
|  *  Portable interface to the CPU cycle counter |  *  Portable interface to the CPU cycle counter | ||||||
|  * |  * | ||||||
|  *  Copyright (C) 2006-2007  Christophe Devine |  *  Based on XySSL: Copyright (C) 2006-2008  Christophe Devine | ||||||
|  |  * | ||||||
|  |  *  Copyright (C) 2009       Paul Bakker | ||||||
|  * |  * | ||||||
|  *  This program is free software; you can redistribute it and/or modify |  *  This program is free software; you can redistribute it and/or modify | ||||||
|  *  it under the terms of the GNU General Public License as published by |  *  it under the terms of the GNU General Public License as published by | ||||||
|  |  | ||||||
|  | @ -1,7 +1,9 @@ | ||||||
| /*
 | /*
 | ||||||
|  *  X.509 certificate and private key decoding |  *  X.509 certificate and private key decoding | ||||||
|  * |  * | ||||||
|  *  Copyright (C) 2006-2007  Christophe Devine |  *  Based on XySSL: Copyright (C) 2006-2008  Christophe Devine | ||||||
|  |  * | ||||||
|  |  *  Copyright (C) 2009       Paul Bakker | ||||||
|  * |  * | ||||||
|  *  This program is free software; you can redistribute it and/or modify |  *  This program is free software; you can redistribute it and/or modify | ||||||
|  *  it under the terms of the GNU General Public License as published by |  *  it under the terms of the GNU General Public License as published by | ||||||
|  |  | ||||||
|  | @ -1,7 +1,9 @@ | ||||||
| /*
 | /*
 | ||||||
|  *  AES-256 file encryption program |  *  AES-256 file encryption program | ||||||
|  * |  * | ||||||
|  *  Copyright (C) 2006-2007  Christophe Devine |  *  Based on XySSL: Copyright (C) 2006-2008  Christophe Devine | ||||||
|  |  * | ||||||
|  |  *  Copyright (C) 2009       Paul Bakker | ||||||
|  * |  * | ||||||
|  *  This program is free software; you can redistribute it and/or modify |  *  This program is free software; you can redistribute it and/or modify | ||||||
|  *  it under the terms of the GNU General Public License as published by |  *  it under the terms of the GNU General Public License as published by | ||||||
|  |  | ||||||
|  | @ -1,7 +1,9 @@ | ||||||
| /*
 | /*
 | ||||||
|  *  Classic "Hello, world" demonstration program |  *  Classic "Hello, world" demonstration program | ||||||
|  * |  * | ||||||
|  *  Copyright (C) 2006-2007  Christophe Devine |  *  Based on XySSL: Copyright (C) 2006-2008  Christophe Devine | ||||||
|  |  * | ||||||
|  |  *  Copyright (C) 2009       Paul Bakker | ||||||
|  * |  * | ||||||
|  *  This program is free software; you can redistribute it and/or modify |  *  This program is free software; you can redistribute it and/or modify | ||||||
|  *  it under the terms of the GNU General Public License as published by |  *  it under the terms of the GNU General Public License as published by | ||||||
|  |  | ||||||
|  | @ -1,7 +1,9 @@ | ||||||
| /*
 | /*
 | ||||||
|  *  md5sum demonstration program |  *  md5sum demonstration program | ||||||
|  * |  * | ||||||
|  *  Copyright (C) 2006-2007  Christophe Devine |  *  Based on XySSL: Copyright (C) 2006-2008  Christophe Devine | ||||||
|  |  * | ||||||
|  |  *  Copyright (C) 2009       Paul Bakker | ||||||
|  * |  * | ||||||
|  *  This program is free software; you can redistribute it and/or modify |  *  This program is free software; you can redistribute it and/or modify | ||||||
|  *  it under the terms of the GNU General Public License as published by |  *  it under the terms of the GNU General Public License as published by | ||||||
|  |  | ||||||
|  | @ -1,7 +1,9 @@ | ||||||
| /*
 | /*
 | ||||||
|  *  sha1sum demonstration program |  *  sha1sum demonstration program | ||||||
|  * |  * | ||||||
|  *  Copyright (C) 2006-2007  Christophe Devine |  *  Based on XySSL: Copyright (C) 2006-2008  Christophe Devine | ||||||
|  |  * | ||||||
|  |  *  Copyright (C) 2009       Paul Bakker | ||||||
|  * |  * | ||||||
|  *  This program is free software; you can redistribute it and/or modify |  *  This program is free software; you can redistribute it and/or modify | ||||||
|  *  it under the terms of the GNU General Public License as published by |  *  it under the terms of the GNU General Public License as published by | ||||||
|  |  | ||||||
|  | @ -1,7 +1,9 @@ | ||||||
| /*
 | /*
 | ||||||
|  *  sha2sum demonstration program |  *  sha2sum demonstration program | ||||||
|  * |  * | ||||||
|  *  Copyright (C) 2006-2007  Christophe Devine |  *  Based on XySSL: Copyright (C) 2006-2008  Christophe Devine | ||||||
|  |  * | ||||||
|  |  *  Copyright (C) 2009       Paul Bakker | ||||||
|  * |  * | ||||||
|  *  This program is free software; you can redistribute it and/or modify |  *  This program is free software; you can redistribute it and/or modify | ||||||
|  *  it under the terms of the GNU General Public License as published by |  *  it under the terms of the GNU General Public License as published by | ||||||
|  |  | ||||||
|  | @ -1,7 +1,9 @@ | ||||||
| /*
 | /*
 | ||||||
|  *  Diffie-Hellman-Merkle key exchange (client side) |  *  Diffie-Hellman-Merkle key exchange (client side) | ||||||
|  * |  * | ||||||
|  *  Copyright (C) 2006-2007  Christophe Devine |  *  Based on XySSL: Copyright (C) 2006-2008  Christophe Devine | ||||||
|  |  * | ||||||
|  |  *  Copyright (C) 2009       Paul Bakker | ||||||
|  * |  * | ||||||
|  *  This program is free software; you can redistribute it and/or modify |  *  This program is free software; you can redistribute it and/or modify | ||||||
|  *  it under the terms of the GNU General Public License as published by |  *  it under the terms of the GNU General Public License as published by | ||||||
|  |  | ||||||
|  | @ -1,7 +1,9 @@ | ||||||
| /*
 | /*
 | ||||||
|  *  Diffie-Hellman-Merkle key exchange (prime generation) |  *  Diffie-Hellman-Merkle key exchange (prime generation) | ||||||
|  * |  * | ||||||
|  *  Copyright (C) 2006-2007  Christophe Devine |  *  Based on XySSL: Copyright (C) 2006-2008  Christophe Devine | ||||||
|  |  * | ||||||
|  |  *  Copyright (C) 2009       Paul Bakker | ||||||
|  * |  * | ||||||
|  *  This program is free software; you can redistribute it and/or modify |  *  This program is free software; you can redistribute it and/or modify | ||||||
|  *  it under the terms of the GNU General Public License as published by |  *  it under the terms of the GNU General Public License as published by | ||||||
|  |  | ||||||
|  | @ -1,7 +1,9 @@ | ||||||
| /*
 | /*
 | ||||||
|  *  Diffie-Hellman-Merkle key exchange (server side) |  *  Diffie-Hellman-Merkle key exchange (server side) | ||||||
|  * |  * | ||||||
|  *  Copyright (C) 2006-2007  Christophe Devine |  *  Based on XySSL: Copyright (C) 2006-2008  Christophe Devine | ||||||
|  |  * | ||||||
|  |  *  Copyright (C) 2009       Paul Bakker | ||||||
|  * |  * | ||||||
|  *  This program is free software; you can redistribute it and/or modify |  *  This program is free software; you can redistribute it and/or modify | ||||||
|  *  it under the terms of the GNU General Public License as published by |  *  it under the terms of the GNU General Public License as published by | ||||||
|  |  | ||||||
|  | @ -1,7 +1,9 @@ | ||||||
| /*
 | /*
 | ||||||
|  *  Simple MPI demonstration program |  *  Simple MPI demonstration program | ||||||
|  * |  * | ||||||
|  *  Copyright (C) 2006-2007  Christophe Devine |  *  Based on XySSL: Copyright (C) 2006-2008  Christophe Devine | ||||||
|  |  * | ||||||
|  |  *  Copyright (C) 2009       Paul Bakker | ||||||
|  * |  * | ||||||
|  *  This program is free software; you can redistribute it and/or modify |  *  This program is free software; you can redistribute it and/or modify | ||||||
|  *  it under the terms of the GNU General Public License as published by |  *  it under the terms of the GNU General Public License as published by | ||||||
|  |  | ||||||
|  | @ -1,7 +1,9 @@ | ||||||
| /*
 | /*
 | ||||||
|  *  Example RSA key generation program |  *  Example RSA key generation program | ||||||
|  * |  * | ||||||
|  *  Copyright (C) 2006-2007  Christophe Devine |  *  Based on XySSL: Copyright (C) 2006-2008  Christophe Devine | ||||||
|  |  * | ||||||
|  |  *  Copyright (C) 2009       Paul Bakker | ||||||
|  * |  * | ||||||
|  *  This program is free software; you can redistribute it and/or modify |  *  This program is free software; you can redistribute it and/or modify | ||||||
|  *  it under the terms of the GNU General Public License as published by |  *  it under the terms of the GNU General Public License as published by | ||||||
|  |  | ||||||
|  | @ -1,7 +1,9 @@ | ||||||
| /*
 | /*
 | ||||||
|  *  RSA/SHA-1 signature creation program |  *  RSA/SHA-1 signature creation program | ||||||
|  * |  * | ||||||
|  *  Copyright (C) 2006-2007  Christophe Devine |  *  Based on XySSL: Copyright (C) 2006-2008  Christophe Devine | ||||||
|  |  * | ||||||
|  |  *  Copyright (C) 2009       Paul Bakker | ||||||
|  * |  * | ||||||
|  *  This program is free software; you can redistribute it and/or modify |  *  This program is free software; you can redistribute it and/or modify | ||||||
|  *  it under the terms of the GNU General Public License as published by |  *  it under the terms of the GNU General Public License as published by | ||||||
|  |  | ||||||
|  | @ -1,7 +1,9 @@ | ||||||
| /*
 | /*
 | ||||||
|  *  RSA/SHA-1 signature verification program |  *  RSA/SHA-1 signature verification program | ||||||
|  * |  * | ||||||
|  *  Copyright (C) 2006-2007  Christophe Devine |  *  Based on XySSL: Copyright (C) 2006-2008  Christophe Devine | ||||||
|  |  * | ||||||
|  |  *  Copyright (C) 2009       Paul Bakker | ||||||
|  * |  * | ||||||
|  *  This program is free software; you can redistribute it and/or modify |  *  This program is free software; you can redistribute it and/or modify | ||||||
|  *  it under the terms of the GNU General Public License as published by |  *  it under the terms of the GNU General Public License as published by | ||||||
|  |  | ||||||
|  | @ -1,7 +1,9 @@ | ||||||
| /*
 | /*
 | ||||||
|  *  SSL client demonstration program |  *  SSL client demonstration program | ||||||
|  * |  * | ||||||
|  *  Copyright (C) 2006-2007  Christophe Devine |  *  Based on XySSL: Copyright (C) 2006-2008  Christophe Devine | ||||||
|  |  * | ||||||
|  |  *  Copyright (C) 2009       Paul Bakker | ||||||
|  * |  * | ||||||
|  *  This program is free software; you can redistribute it and/or modify |  *  This program is free software; you can redistribute it and/or modify | ||||||
|  *  it under the terms of the GNU General Public License as published by |  *  it under the terms of the GNU General Public License as published by | ||||||
|  |  | ||||||
|  | @ -1,7 +1,9 @@ | ||||||
| /*
 | /*
 | ||||||
|  *  SSL client with certificate authentication |  *  SSL client with certificate authentication | ||||||
|  * |  * | ||||||
|  *  Copyright (C) 2006-2007  Christophe Devine |  *  Based on XySSL: Copyright (C) 2006-2008  Christophe Devine | ||||||
|  |  * | ||||||
|  |  *  Copyright (C) 2009       Paul Bakker | ||||||
|  * |  * | ||||||
|  *  This program is free software; you can redistribute it and/or modify |  *  This program is free software; you can redistribute it and/or modify | ||||||
|  *  it under the terms of the GNU General Public License as published by |  *  it under the terms of the GNU General Public License as published by | ||||||
|  |  | ||||||
|  | @ -1,7 +1,9 @@ | ||||||
| /*
 | /*
 | ||||||
|  *  SSL server demonstration program |  *  SSL server demonstration program | ||||||
|  * |  * | ||||||
|  *  Copyright (C) 2006-2007  Christophe Devine |  *  Based on XySSL: Copyright (C) 2006-2008  Christophe Devine | ||||||
|  |  * | ||||||
|  |  *  Copyright (C) 2009       Paul Bakker | ||||||
|  * |  * | ||||||
|  *  This program is free software; you can redistribute it and/or modify |  *  This program is free software; you can redistribute it and/or modify | ||||||
|  *  it under the terms of the GNU General Public License as published by |  *  it under the terms of the GNU General Public License as published by | ||||||
|  |  | ||||||
|  | @ -1,7 +1,9 @@ | ||||||
| /*
 | /*
 | ||||||
|  *  Benchmark demonstration program |  *  Benchmark demonstration program | ||||||
|  * |  * | ||||||
|  *  Copyright (C) 2006-2007  Christophe Devine |  *  Based on XySSL: Copyright (C) 2006-2008  Christophe Devine | ||||||
|  |  * | ||||||
|  |  *  Copyright (C) 2009       Paul Bakker | ||||||
|  * |  * | ||||||
|  *  This program is free software; you can redistribute it and/or modify |  *  This program is free software; you can redistribute it and/or modify | ||||||
|  *  it under the terms of the GNU General Public License as published by |  *  it under the terms of the GNU General Public License as published by | ||||||
|  |  | ||||||
|  | @ -1,7 +1,9 @@ | ||||||
| /*
 | /*
 | ||||||
|  *  Self-test demonstration program |  *  Self-test demonstration program | ||||||
|  * |  * | ||||||
|  *  Copyright (C) 2006-2007  Christophe Devine |  *  Based on XySSL: Copyright (C) 2006-2008  Christophe Devine | ||||||
|  |  * | ||||||
|  |  *  Copyright (C) 2009       Paul Bakker | ||||||
|  * |  * | ||||||
|  *  This program is free software; you can redistribute it and/or modify |  *  This program is free software; you can redistribute it and/or modify | ||||||
|  *  it under the terms of the GNU General Public License as published by |  *  it under the terms of the GNU General Public License as published by | ||||||
|  |  | ||||||
|  | @ -1,7 +1,9 @@ | ||||||
| /*
 | /*
 | ||||||
|  *  SSL/TLS stress testing program |  *  SSL/TLS stress testing program | ||||||
|  * |  * | ||||||
|  *  Copyright (C) 2006-2007  Christophe Devine |  *  Based on XySSL: Copyright (C) 2006-2008  Christophe Devine | ||||||
|  |  * | ||||||
|  |  *  Copyright (C) 2009       Paul Bakker | ||||||
|  * |  * | ||||||
|  *  This program is free software; you can redistribute it and/or modify |  *  This program is free software; you can redistribute it and/or modify | ||||||
|  *  it under the terms of the GNU General Public License as published by |  *  it under the terms of the GNU General Public License as published by | ||||||
|  |  | ||||||
		Loading…
	
		Reference in a new issue