- Updated copyright messages on all relevant files

This commit is contained in:
Paul Bakker 2009-07-28 17:23:11 +00:00
parent 13e2dfecaa
commit 77b385e91a
70 changed files with 205 additions and 135 deletions

View file

@ -1,9 +1,10 @@
/** /**
* \file aes.h * \file aes.h
* *
* Based on XySSL: Copyright (C) 2006-2008 Christophe Devine * Copyright (C) 2006-2009, Paul Bakker <polarssl_maintainer at polarssl.org>
* All rights reserved.
* *
* Copyright (C) 2009 Paul Bakker <polarssl_maintainer at polarssl dot org> * Joined copyright on original XySSL code with: Christophe Devine
* *
* 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

View file

@ -1,9 +1,10 @@
/** /**
* \file arc4.h * \file arc4.h
* *
* Based on XySSL: Copyright (C) 2006-2008 Christophe Devine * Copyright (C) 2006-2009, Paul Bakker <polarssl_maintainer at polarssl.org>
* All rights reserved.
* *
* Copyright (C) 2009 Paul Bakker <polarssl_maintainer at polarssl dot org> * Joined copyright on original XySSL code with: Christophe Devine
* *
* 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

View file

@ -1,9 +1,10 @@
/** /**
* \file base64.h * \file base64.h
* *
* Based on XySSL: Copyright (C) 2006-2008 Christophe Devine * Copyright (C) 2006-2009, Paul Bakker <polarssl_maintainer at polarssl.org>
* All rights reserved.
* *
* Copyright (C) 2009 Paul Bakker <polarssl_maintainer at polarssl dot org> * Joined copyright on original XySSL code with: Christophe Devine
* *
* 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

View file

@ -1,9 +1,10 @@
/** /**
* \file bignum.h * \file bignum.h
* *
* Based on XySSL: Copyright (C) 2006-2008 Christophe Devine * Copyright (C) 2006-2009, Paul Bakker <polarssl_maintainer at polarssl.org>
* All rights reserved.
* *
* Copyright (C) 2009 Paul Bakker <polarssl_maintainer at polarssl dot org> * Joined copyright on original XySSL code with: Christophe Devine
* *
* 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

View file

@ -1,9 +1,10 @@
/** /**
* \file bn_mul.h * \file bn_mul.h
* *
* Based on XySSL: Copyright (C) 2006-2008 Christophe Devine * Copyright (C) 2006-2009, Paul Bakker <polarssl_maintainer at polarssl.org>
* All rights reserved.
* *
* Copyright (C) 2009 Paul Bakker <polarssl_maintainer at polarssl dot org> * Joined copyright on original XySSL code with: Christophe Devine
* *
* 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

View file

@ -1,7 +1,8 @@
/** /**
* \file camellia.h * \file camellia.h
* *
* Copyright (C) 2009 Paul Bakker <polarssl_maintainer at polarssl dot org> * Copyright (C) 2006-2009, Paul Bakker <polarssl_maintainer at polarssl.org>
* All rights reserved.
* *
* 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

View file

@ -1,9 +1,10 @@
/** /**
* \file certs.h * \file certs.h
* *
* Based on XySSL: Copyright (C) 2006-2008 Christophe Devine * Copyright (C) 2006-2009, Paul Bakker <polarssl_maintainer at polarssl.org>
* All rights reserved.
* *
* Copyright (C) 2009 Paul Bakker <polarssl_maintainer at polarssl dot org> * Joined copyright on original XySSL code with: Christophe Devine
* *
* 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

View file

@ -1,9 +1,10 @@
/** /**
* \file config.h * \file config.h
* *
* Based on XySSL: Copyright (C) 2006-2008 Christophe Devine * Copyright (C) 2006-2009, Paul Bakker <polarssl_maintainer at polarssl.org>
* All rights reserved.
* *
* Copyright (C) 2009 Paul Bakker <polarssl_maintainer at polarssl dot org> * Joined copyright on original XySSL code with: Christophe Devine
* *
* 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

View file

@ -1,9 +1,10 @@
/** /**
* \file debug.h * \file debug.h
* *
* Based on XySSL: Copyright (C) 2006-2008 Christophe Devine * Copyright (C) 2006-2009, Paul Bakker <polarssl_maintainer at polarssl.org>
* All rights reserved.
* *
* Copyright (C) 2009 Paul Bakker <polarssl_maintainer at polarssl dot org> * Joined copyright on original XySSL code with: Christophe Devine
* *
* 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

View file

@ -1,9 +1,10 @@
/** /**
* \file des.h * \file des.h
* *
* Based on XySSL: Copyright (C) 2006-2008 Christophe Devine * Copyright (C) 2006-2009, Paul Bakker <polarssl_maintainer at polarssl.org>
* All rights reserved.
* *
* Copyright (C) 2009 Paul Bakker <polarssl_maintainer at polarssl dot org> * Joined copyright on original XySSL code with: Christophe Devine
* *
* 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

View file

@ -1,9 +1,10 @@
/** /**
* \file dhm.h * \file dhm.h
* *
* Based on XySSL: Copyright (C) 2006-2008 Christophe Devine * Copyright (C) 2006-2009, Paul Bakker <polarssl_maintainer at polarssl.org>
* All rights reserved.
* *
* Copyright (C) 2009 Paul Bakker <polarssl_maintainer at polarssl dot org> * Joined copyright on original XySSL code with: Christophe Devine
* *
* 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

View file

@ -1,9 +1,10 @@
/** /**
* \file havege.h * \file havege.h
* *
* Based on XySSL: Copyright (C) 2006-2008 Christophe Devine * Copyright (C) 2006-2009, Paul Bakker <polarssl_maintainer at polarssl.org>
* All rights reserved.
* *
* Copyright (C) 2009 Paul Bakker <polarssl_maintainer at polarssl dot org> * Joined copyright on original XySSL code with: Christophe Devine
* *
* 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

View file

@ -1,9 +1,10 @@
/** /**
* \file md2.h * \file md2.h
* *
* Based on XySSL: Copyright (C) 2006-2008 Christophe Devine * Copyright (C) 2006-2009, Paul Bakker <polarssl_maintainer at polarssl.org>
* All rights reserved.
* *
* Copyright (C) 2009 Paul Bakker <polarssl_maintainer at polarssl dot org> * Joined copyright on original XySSL code with: Christophe Devine
* *
* 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

View file

@ -1,9 +1,10 @@
/** /**
* \file md4.h * \file md4.h
* *
* Based on XySSL: Copyright (C) 2006-2008 Christophe Devine * Copyright (C) 2006-2009, Paul Bakker <polarssl_maintainer at polarssl.org>
* All rights reserved.
* *
* Copyright (C) 2009 Paul Bakker <polarssl_maintainer at polarssl dot org> * Joined copyright on original XySSL code with: Christophe Devine
* *
* 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

View file

@ -1,9 +1,10 @@
/** /**
* \file md5.h * \file md5.h
* *
* Based on XySSL: Copyright (C) 2006-2008 Christophe Devine * Copyright (C) 2006-2009, Paul Bakker <polarssl_maintainer at polarssl.org>
* All rights reserved.
* *
* Copyright (C) 2009 Paul Bakker <polarssl_maintainer at polarssl dot org> * Joined copyright on original XySSL code with: Christophe Devine
* *
* 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

View file

@ -1,9 +1,10 @@
/** /**
* \file net.h * \file net.h
* *
* Based on XySSL: Copyright (C) 2006-2008 Christophe Devine * Copyright (C) 2006-2009, Paul Bakker <polarssl_maintainer at polarssl.org>
* All rights reserved.
* *
* Copyright (C) 2009 Paul Bakker <polarssl_maintainer at polarssl dot org> * Joined copyright on original XySSL code with: Christophe Devine
* *
* 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

View file

@ -1,9 +1,10 @@
/** /**
* \file openssl.h * \file openssl.h
* *
* Based on XySSL: Copyright (C) 2006-2008 Christophe Devine * Copyright (C) 2006-2009, Paul Bakker <polarssl_maintainer at polarssl.org>
* All rights reserved.
* *
* Copyright (C) 2009 Paul Bakker <polarssl_maintainer at polarssl dot org> * Joined copyright on original XySSL code with: Christophe Devine
* *
* 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

View file

@ -1,9 +1,10 @@
/** /**
* \file padlock.h * \file padlock.h
* *
* Based on XySSL: Copyright (C) 2006-2008 Christophe Devine * Copyright (C) 2006-2009, Paul Bakker <polarssl_maintainer at polarssl.org>
* All rights reserved.
* *
* Copyright (C) 2009 Paul Bakker <polarssl_maintainer at polarssl dot org> * Joined copyright on original XySSL code with: Christophe Devine
* *
* 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

View file

@ -1,9 +1,10 @@
/** /**
* \file rsa.h * \file rsa.h
* *
* Based on XySSL: Copyright (C) 2006-2008 Christophe Devine * Copyright (C) 2006-2009, Paul Bakker <polarssl_maintainer at polarssl.org>
* All rights reserved.
* *
* Copyright (C) 2009 Paul Bakker <polarssl_maintainer at polarssl dot org> * Joined copyright on original XySSL code with: Christophe Devine
* *
* 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

View file

@ -1,9 +1,10 @@
/** /**
* \file sha1.h * \file sha1.h
* *
* Based on XySSL: Copyright (C) 2006-2008 Christophe Devine * Copyright (C) 2006-2009, Paul Bakker <polarssl_maintainer at polarssl.org>
* All rights reserved.
* *
* Copyright (C) 2009 Paul Bakker <polarssl_maintainer at polarssl dot org> * Joined copyright on original XySSL code with: Christophe Devine
* *
* 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

View file

@ -1,9 +1,10 @@
/** /**
* \file sha2.h * \file sha2.h
* *
* Based on XySSL: Copyright (C) 2006-2008 Christophe Devine * Copyright (C) 2006-2009, Paul Bakker <polarssl_maintainer at polarssl.org>
* All rights reserved.
* *
* Copyright (C) 2009 Paul Bakker <polarssl_maintainer at polarssl dot org> * Joined copyright on original XySSL code with: Christophe Devine
* *
* 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

View file

@ -1,9 +1,10 @@
/** /**
* \file sha4.h * \file sha4.h
* *
* Based on XySSL: Copyright (C) 2006-2008 Christophe Devine * Copyright (C) 2006-2009, Paul Bakker <polarssl_maintainer at polarssl.org>
* All rights reserved.
* *
* Copyright (C) 2009 Paul Bakker <polarssl_maintainer at polarssl dot org> * Joined copyright on original XySSL code with: Christophe Devine
* *
* 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

View file

@ -1,9 +1,10 @@
/** /**
* \file ssl.h * \file ssl.h
* *
* Based on XySSL: Copyright (C) 2006-2008 Christophe Devine * Copyright (C) 2006-2009, Paul Bakker <polarssl_maintainer at polarssl.org>
* All rights reserved.
* *
* Copyright (C) 2009 Paul Bakker <polarssl_maintainer at polarssl dot org> * Joined copyright on original XySSL code with: Christophe Devine
* *
* 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

View file

@ -1,9 +1,10 @@
/** /**
* \file timing.h * \file timing.h
* *
* Based on XySSL: Copyright (C) 2006-2008 Christophe Devine * Copyright (C) 2006-2009, Paul Bakker <polarssl_maintainer at polarssl.org>
* All rights reserved.
* *
* Copyright (C) 2009 Paul Bakker <polarssl_maintainer at polarssl dot org> * Joined copyright on original XySSL code with: Christophe Devine
* *
* 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

View file

@ -1,9 +1,10 @@
/** /**
* \file x509.h * \file x509.h
* *
* Based on XySSL: Copyright (C) 2006-2008 Christophe Devine * Copyright (C) 2006-2009, Paul Bakker <polarssl_maintainer at polarssl.org>
* All rights reserved.
* *
* Copyright (C) 2009 Paul Bakker <polarssl_maintainer at polarssl dot org> * Joined copyright on original XySSL code with: Christophe Devine
* *
* 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

View file

@ -1,7 +1,8 @@
/** /**
* \file xtea.h * \file xtea.h
* *
* Copyright (C) 2009 Paul Bakker <polarssl_maintainer at polarssl dot org> * Copyright (C) 2006-2009, Paul Bakker <polarssl_maintainer at polarssl.org>
* All rights reserved.
* *
* 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

View file

@ -1,9 +1,10 @@
/* /*
* FIPS-197 compliant AES implementation * FIPS-197 compliant AES implementation
* *
* Based on XySSL: Copyright (C) 2006-2008 Christophe Devine * Copyright (C) 2006-2009, Paul Bakker <polarssl_maintainer at polarssl.org>
* All rights reserved.
* *
* Copyright (C) 2009 Paul Bakker <polarssl_maintainer at polarssl dot org> * Joined copyright on original XySSL code with: Christophe Devine
* *
* 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

View file

@ -1,9 +1,10 @@
/* /*
* An implementation of the ARCFOUR algorithm * An implementation of the ARCFOUR algorithm
* *
* Based on XySSL: Copyright (C) 2006-2008 Christophe Devine * Copyright (C) 2006-2009, Paul Bakker <polarssl_maintainer at polarssl.org>
* All rights reserved.
* *
* Copyright (C) 2009 Paul Bakker <polarssl_maintainer at polarssl dot org> * Joined copyright on original XySSL code with: Christophe Devine
* *
* 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

View file

@ -1,9 +1,10 @@
/* /*
* RFC 1521 base64 encoding/decoding * RFC 1521 base64 encoding/decoding
* *
* Based on XySSL: Copyright (C) 2006-2008 Christophe Devine * Copyright (C) 2006-2009, Paul Bakker <polarssl_maintainer at polarssl.org>
* All rights reserved.
* *
* Copyright (C) 2009 Paul Bakker <polarssl_maintainer at polarssl dot org> * Joined copyright on original XySSL code with: Christophe Devine
* *
* 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

View file

@ -1,9 +1,10 @@
/* /*
* Multi-precision integer library * Multi-precision integer library
* *
* Based on XySSL: Copyright (C) 2006-2008 Christophe Devine * Copyright (C) 2006-2009, Paul Bakker <polarssl_maintainer at polarssl.org>
* All rights reserved.
* *
* Copyright (C) 2009 Paul Bakker <polarssl_maintainer at polarssl dot org> * Joined copyright on original XySSL code with: Christophe Devine
* *
* 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

View file

@ -1,7 +1,8 @@
/* /*
* Camellia implementation * Camellia implementation
* *
* Copyright (C) 2009 Paul Bakker <polarssl_maintainer at polarssl dot org> * Copyright (C) 2006-2009, Paul Bakker <polarssl_maintainer at polarssl.org>
* All rights reserved.
* *
* 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

View file

@ -1,9 +1,10 @@
/* /*
* X.509 test certificates * X.509 test certificates
* *
* Based on XySSL: Copyright (C) 2006-2008 Christophe Devine * Copyright (C) 2006-2009, Paul Bakker <polarssl_maintainer at polarssl.org>
* All rights reserved.
* *
* Copyright (C) 2009 Paul Bakker <polarssl_maintainer at polarssl dot org> * Joined copyright on original XySSL code with: Christophe Devine
* *
* 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

View file

@ -1,9 +1,10 @@
/* /*
* Debugging routines * Debugging routines
* *
* Based on XySSL: Copyright (C) 2006-2008 Christophe Devine * Copyright (C) 2006-2009, Paul Bakker <polarssl_maintainer at polarssl.org>
* All rights reserved.
* *
* Copyright (C) 2009 Paul Bakker <polarssl_maintainer at polarssl dot org> * Joined copyright on original XySSL code with: Christophe Devine
* *
* 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

View file

@ -1,9 +1,10 @@
/* /*
* FIPS-46-3 compliant Triple-DES implementation * FIPS-46-3 compliant Triple-DES implementation
* *
* Based on XySSL: Copyright (C) 2006-2008 Christophe Devine * Copyright (C) 2006-2009, Paul Bakker <polarssl_maintainer at polarssl.org>
* All rights reserved.
* *
* Copyright (C) 2009 Paul Bakker <polarssl_maintainer at polarssl dot org> * Joined copyright on original XySSL code with: Christophe Devine
* *
* 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

View file

@ -1,9 +1,10 @@
/* /*
* Diffie-Hellman-Merkle key exchange * Diffie-Hellman-Merkle key exchange
* *
* Based on XySSL: Copyright (C) 2006-2008 Christophe Devine * Copyright (C) 2006-2009, Paul Bakker <polarssl_maintainer at polarssl.org>
* All rights reserved.
* *
* Copyright (C) 2009 Paul Bakker <polarssl_maintainer at polarssl dot org> * Joined copyright on original XySSL code with: Christophe Devine
* *
* 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

View file

@ -1,9 +1,10 @@
/* /*
* HAVEGE: HArdware Volatile Entropy Gathering and Expansion * HAVEGE: HArdware Volatile Entropy Gathering and Expansion
* *
* Based on XySSL: Copyright (C) 2006-2008 Christophe Devine * Copyright (C) 2006-2009, Paul Bakker <polarssl_maintainer at polarssl.org>
* All rights reserved.
* *
* Copyright (C) 2009 Paul Bakker <polarssl_maintainer at polarssl dot org> * Joined copyright on original XySSL code with: Christophe Devine
* *
* 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

View file

@ -1,9 +1,10 @@
/* /*
* RFC 1115/1319 compliant MD2 implementation * RFC 1115/1319 compliant MD2 implementation
* *
* Based on XySSL: Copyright (C) 2006-2008 Christophe Devine * Copyright (C) 2006-2009, Paul Bakker <polarssl_maintainer at polarssl.org>
* All rights reserved.
* *
* Copyright (C) 2009 Paul Bakker <polarssl_maintainer at polarssl dot org> * Joined copyright on original XySSL code with: Christophe Devine
* *
* 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

View file

@ -1,9 +1,10 @@
/* /*
* RFC 1186/1320 compliant MD4 implementation * RFC 1186/1320 compliant MD4 implementation
* *
* Based on XySSL: Copyright (C) 2006-2008 Christophe Devine * Copyright (C) 2006-2009, Paul Bakker <polarssl_maintainer at polarssl.org>
* All rights reserved.
* *
* Copyright (C) 2009 Paul Bakker <polarssl_maintainer at polarssl dot org> * Joined copyright on original XySSL code with: Christophe Devine
* *
* 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

View file

@ -1,9 +1,10 @@
/* /*
* RFC 1321 compliant MD5 implementation * RFC 1321 compliant MD5 implementation
* *
* Based on XySSL: Copyright (C) 2006-2008 Christophe Devine * Copyright (C) 2006-2009, Paul Bakker <polarssl_maintainer at polarssl.org>
* All rights reserved.
* *
* Copyright (C) 2009 Paul Bakker <polarssl_maintainer at polarssl dot org> * Joined copyright on original XySSL code with: Christophe Devine
* *
* 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

View file

@ -1,9 +1,10 @@
/* /*
* TCP networking functions * TCP networking functions
* *
* Based on XySSL: Copyright (C) 2006-2008 Christophe Devine * Copyright (C) 2006-2009, Paul Bakker <polarssl_maintainer at polarssl.org>
* All rights reserved.
* *
* Copyright (C) 2009 Paul Bakker <polarssl_maintainer at polarssl dot org> * Joined copyright on original XySSL code with: Christophe Devine
* *
* 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

View file

@ -1,9 +1,10 @@
/* /*
* VIA PadLock support functions * VIA PadLock support functions
* *
* Based on XySSL: Copyright (C) 2006-2008 Christophe Devine * Copyright (C) 2006-2009, Paul Bakker <polarssl_maintainer at polarssl.org>
* All rights reserved.
* *
* Copyright (C) 2009 Paul Bakker <polarssl_maintainer at polarssl dot org> * Joined copyright on original XySSL code with: Christophe Devine
* *
* 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

View file

@ -1,9 +1,10 @@
/* /*
* The RSA public-key cryptosystem * The RSA public-key cryptosystem
* *
* Based on XySSL: Copyright (C) 2006-2008 Christophe Devine * Copyright (C) 2006-2009, Paul Bakker <polarssl_maintainer at polarssl.org>
* All rights reserved.
* *
* Copyright (C) 2009 Paul Bakker <polarssl_maintainer at polarssl dot org> * Joined copyright on original XySSL code with: Christophe Devine
* *
* 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

View file

@ -1,9 +1,10 @@
/* /*
* FIPS-180-1 compliant SHA-1 implementation * FIPS-180-1 compliant SHA-1 implementation
* *
* Based on XySSL: Copyright (C) 2006-2008 Christophe Devine * Copyright (C) 2006-2009, Paul Bakker <polarssl_maintainer at polarssl.org>
* All rights reserved.
* *
* Copyright (C) 2009 Paul Bakker <polarssl_maintainer at polarssl dot org> * Joined copyright on original XySSL code with: Christophe Devine
* *
* 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

View file

@ -1,9 +1,10 @@
/* /*
* FIPS-180-2 compliant SHA-256 implementation * FIPS-180-2 compliant SHA-256 implementation
* *
* Based on XySSL: Copyright (C) 2006-2008 Christophe Devine * Copyright (C) 2006-2009, Paul Bakker <polarssl_maintainer at polarssl.org>
* All rights reserved.
* *
* Copyright (C) 2009 Paul Bakker <polarssl_maintainer at polarssl dot org> * Joined copyright on original XySSL code with: Christophe Devine
* *
* 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

View file

@ -1,9 +1,10 @@
/* /*
* FIPS-180-2 compliant SHA-384/512 implementation * FIPS-180-2 compliant SHA-384/512 implementation
* *
* Based on XySSL: Copyright (C) 2006-2008 Christophe Devine * Copyright (C) 2006-2009, Paul Bakker <polarssl_maintainer at polarssl.org>
* All rights reserved.
* *
* Copyright (C) 2009 Paul Bakker <polarssl_maintainer at polarssl dot org> * Joined copyright on original XySSL code with: Christophe Devine
* *
* 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

View file

@ -1,9 +1,10 @@
/* /*
* SSLv3/TLSv1 client-side functions * SSLv3/TLSv1 client-side functions
* *
* Based on XySSL: Copyright (C) 2006-2008 Christophe Devine * Copyright (C) 2006-2009, Paul Bakker <polarssl_maintainer at polarssl.org>
* All rights reserved.
* *
* Copyright (C) 2009 Paul Bakker <polarssl_maintainer at polarssl dot org> * Joined copyright on original XySSL code with: Christophe Devine
* *
* 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

View file

@ -1,9 +1,10 @@
/* /*
* SSLv3/TLSv1 server-side functions * SSLv3/TLSv1 server-side functions
* *
* Based on XySSL: Copyright (C) 2006-2008 Christophe Devine * Copyright (C) 2006-2009, Paul Bakker <polarssl_maintainer at polarssl.org>
* All rights reserved.
* *
* Copyright (C) 2009 Paul Bakker <polarssl_maintainer at polarssl dot org> * Joined copyright on original XySSL code with: Christophe Devine
* *
* 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

View file

@ -1,9 +1,10 @@
/* /*
* SSLv3/TLSv1 shared functions * SSLv3/TLSv1 shared functions
* *
* Based on XySSL: Copyright (C) 2006-2008 Christophe Devine * Copyright (C) 2006-2009, Paul Bakker <polarssl_maintainer at polarssl.org>
* All rights reserved.
* *
* Copyright (C) 2009 Paul Bakker <polarssl_maintainer at polarssl dot org> * Joined copyright on original XySSL code with: Christophe Devine
* *
* 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

View file

@ -1,9 +1,10 @@
/* /*
* Portable interface to the CPU cycle counter * Portable interface to the CPU cycle counter
* *
* Based on XySSL: Copyright (C) 2006-2008 Christophe Devine * Copyright (C) 2006-2009, Paul Bakker <polarssl_maintainer at polarssl.org>
* All rights reserved.
* *
* Copyright (C) 2009 Paul Bakker <polarssl_maintainer at polarssl dot org> * Joined copyright on original XySSL code with: Christophe Devine
* *
* 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

View file

@ -1,9 +1,10 @@
/* /*
* X.509 certificate and private key decoding * X.509 certificate and private key decoding
* *
* Based on XySSL: Copyright (C) 2006-2008 Christophe Devine * Copyright (C) 2006-2009, Paul Bakker <polarssl_maintainer at polarssl.org>
* All rights reserved.
* *
* Copyright (C) 2009 Paul Bakker <polarssl_maintainer at polarssl dot org> * Joined copyright on original XySSL code with: Christophe Devine
* *
* 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

View file

@ -1,7 +1,8 @@
/* /*
* An 32-bit implementation of the XTEA algorithm * An 32-bit implementation of the XTEA algorithm
* *
* Copyright (C) 2009 Paul Bakker <polarssl_maintainer at polarssl dot org> * Copyright (C) 2006-2009, Paul Bakker <polarssl_maintainer at polarssl.org>
* All rights reserved.
* *
* 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

View file

@ -1,9 +1,10 @@
/* /*
* AES-256 file encryption program * AES-256 file encryption program
* *
* Based on XySSL: Copyright (C) 2006-2008 Christophe Devine * Copyright (C) 2006-2009, Paul Bakker <polarssl_maintainer at polarssl.org>
* All rights reserved.
* *
* Copyright (C) 2009 Paul Bakker <polarssl_maintainer at polarssl dot org> * Joined copyright on original XySSL code with: Christophe Devine
* *
* 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

View file

@ -1,9 +1,10 @@
/* /*
* Classic "Hello, world" demonstration program * Classic "Hello, world" demonstration program
* *
* Based on XySSL: Copyright (C) 2006-2008 Christophe Devine * Copyright (C) 2006-2009, Paul Bakker <polarssl_maintainer at polarssl.org>
* All rights reserved.
* *
* Copyright (C) 2009 Paul Bakker <polarssl_maintainer at polarssl dot org> * Joined copyright on original XySSL code with: Christophe Devine
* *
* 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

View file

@ -1,9 +1,10 @@
/* /*
* md5sum demonstration program * md5sum demonstration program
* *
* Based on XySSL: Copyright (C) 2006-2008 Christophe Devine * Copyright (C) 2006-2009, Paul Bakker <polarssl_maintainer at polarssl.org>
* All rights reserved.
* *
* Copyright (C) 2009 Paul Bakker <polarssl_maintainer at polarssl dot org> * Joined copyright on original XySSL code with: Christophe Devine
* *
* 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

View file

@ -1,9 +1,10 @@
/* /*
* sha1sum demonstration program * sha1sum demonstration program
* *
* Based on XySSL: Copyright (C) 2006-2008 Christophe Devine * Copyright (C) 2006-2009, Paul Bakker <polarssl_maintainer at polarssl.org>
* All rights reserved.
* *
* Copyright (C) 2009 Paul Bakker <polarssl_maintainer at polarssl dot org> * Joined copyright on original XySSL code with: Christophe Devine
* *
* 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

View file

@ -1,9 +1,10 @@
/* /*
* sha2sum demonstration program * sha2sum demonstration program
* *
* Based on XySSL: Copyright (C) 2006-2008 Christophe Devine * Copyright (C) 2006-2009, Paul Bakker <polarssl_maintainer at polarssl.org>
* All rights reserved.
* *
* Copyright (C) 2009 Paul Bakker <polarssl_maintainer at polarssl dot org> * Joined copyright on original XySSL code with: Christophe Devine
* *
* 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

View file

@ -1,9 +1,10 @@
/* /*
* Diffie-Hellman-Merkle key exchange (client side) * Diffie-Hellman-Merkle key exchange (client side)
* *
* Based on XySSL: Copyright (C) 2006-2008 Christophe Devine * Copyright (C) 2006-2009, Paul Bakker <polarssl_maintainer at polarssl.org>
* All rights reserved.
* *
* Copyright (C) 2009 Paul Bakker <polarssl_maintainer at polarssl dot org> * Joined copyright on original XySSL code with: Christophe Devine
* *
* 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

View file

@ -1,9 +1,10 @@
/* /*
* Diffie-Hellman-Merkle key exchange (prime generation) * Diffie-Hellman-Merkle key exchange (prime generation)
* *
* Based on XySSL: Copyright (C) 2006-2008 Christophe Devine * Copyright (C) 2006-2009, Paul Bakker <polarssl_maintainer at polarssl.org>
* All rights reserved.
* *
* Copyright (C) 2009 Paul Bakker <polarssl_maintainer at polarssl dot org> * Joined copyright on original XySSL code with: Christophe Devine
* *
* 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

View file

@ -1,9 +1,10 @@
/* /*
* Diffie-Hellman-Merkle key exchange (server side) * Diffie-Hellman-Merkle key exchange (server side)
* *
* Based on XySSL: Copyright (C) 2006-2008 Christophe Devine * Copyright (C) 2006-2009, Paul Bakker <polarssl_maintainer at polarssl.org>
* All rights reserved.
* *
* Copyright (C) 2009 Paul Bakker <polarssl_maintainer at polarssl dot org> * Joined copyright on original XySSL code with: Christophe Devine
* *
* 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

View file

@ -1,9 +1,10 @@
/* /*
* Simple MPI demonstration program * Simple MPI demonstration program
* *
* Based on XySSL: Copyright (C) 2006-2008 Christophe Devine * Copyright (C) 2006-2009, Paul Bakker <polarssl_maintainer at polarssl.org>
* All rights reserved.
* *
* Copyright (C) 2009 Paul Bakker <polarssl_maintainer at polarssl dot org> * Joined copyright on original XySSL code with: Christophe Devine
* *
* 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

View file

@ -1,9 +1,10 @@
/* /*
* Example RSA key generation program * Example RSA key generation program
* *
* Based on XySSL: Copyright (C) 2006-2008 Christophe Devine * Copyright (C) 2006-2009, Paul Bakker <polarssl_maintainer at polarssl.org>
* All rights reserved.
* *
* Copyright (C) 2009 Paul Bakker <polarssl_maintainer at polarssl dot org> * Joined copyright on original XySSL code with: Christophe Devine
* *
* 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

View file

@ -1,9 +1,10 @@
/* /*
* RSA/SHA-1 signature creation program * RSA/SHA-1 signature creation program
* *
* Based on XySSL: Copyright (C) 2006-2008 Christophe Devine * Copyright (C) 2006-2009, Paul Bakker <polarssl_maintainer at polarssl.org>
* All rights reserved.
* *
* Copyright (C) 2009 Paul Bakker <polarssl_maintainer at polarssl dot org> * Joined copyright on original XySSL code with: Christophe Devine
* *
* 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

View file

@ -1,9 +1,10 @@
/* /*
* RSA/SHA-1 signature verification program * RSA/SHA-1 signature verification program
* *
* Based on XySSL: Copyright (C) 2006-2008 Christophe Devine * Copyright (C) 2006-2009, Paul Bakker <polarssl_maintainer at polarssl.org>
* All rights reserved.
* *
* Copyright (C) 2009 Paul Bakker <polarssl_maintainer at polarssl dot org> * Joined copyright on original XySSL code with: Christophe Devine
* *
* 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

View file

@ -1,9 +1,10 @@
/* /*
* SSL client demonstration program * SSL client demonstration program
* *
* Based on XySSL: Copyright (C) 2006-2008 Christophe Devine * Copyright (C) 2006-2009, Paul Bakker <polarssl_maintainer at polarssl.org>
* All rights reserved.
* *
* Copyright (C) 2009 Paul Bakker <polarssl_maintainer at polarssl dot org> * Joined copyright on original XySSL code with: Christophe Devine
* *
* 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

View file

@ -1,9 +1,10 @@
/* /*
* SSL client with certificate authentication * SSL client with certificate authentication
* *
* Based on XySSL: Copyright (C) 2006-2008 Christophe Devine * Copyright (C) 2006-2009, Paul Bakker <polarssl_maintainer at polarssl.org>
* All rights reserved.
* *
* Copyright (C) 2009 Paul Bakker <polarssl_maintainer at polarssl dot org> * Joined copyright on original XySSL code with: Christophe Devine
* *
* 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

View file

@ -1,9 +1,10 @@
/* /*
* SSL server demonstration program * SSL server demonstration program
* *
* Based on XySSL: Copyright (C) 2006-2008 Christophe Devine * Copyright (C) 2006-2009, Paul Bakker <polarssl_maintainer at polarssl.org>
* All rights reserved.
* *
* Copyright (C) 2009 Paul Bakker <polarssl_maintainer at polarssl dot org> * Joined copyright on original XySSL code with: Christophe Devine
* *
* 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

View file

@ -1,9 +1,10 @@
/* /*
* Benchmark demonstration program * Benchmark demonstration program
* *
* Based on XySSL: Copyright (C) 2006-2008 Christophe Devine * Copyright (C) 2006-2009, Paul Bakker <polarssl_maintainer at polarssl.org>
* All rights reserved.
* *
* Copyright (C) 2009 Paul Bakker <polarssl_maintainer at polarssl dot org> * Joined copyright on original XySSL code with: Christophe Devine
* *
* 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

View file

@ -1,9 +1,10 @@
/* /*
* Self-test demonstration program * Self-test demonstration program
* *
* Based on XySSL: Copyright (C) 2006-2008 Christophe Devine * Copyright (C) 2006-2009, Paul Bakker <polarssl_maintainer at polarssl.org>
* All rights reserved.
* *
* Copyright (C) 2009 Paul Bakker <polarssl_maintainer at polarssl dot org> * Joined copyright on original XySSL code with: Christophe Devine
* *
* 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

View file

@ -1,7 +1,8 @@
/* /*
* SSL certificate functionality tests * SSL certificate functionality tests
* *
* Copyright (C) 2009 Paul Bakker <polarssl_maintainer at polarssl dot org> * Copyright (C) 2006-2009, Paul Bakker <polarssl_maintainer at polarssl.org>
* All rights reserved.
* *
* 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

View file

@ -1,9 +1,10 @@
/* /*
* SSL/TLS stress testing program * SSL/TLS stress testing program
* *
* Based on XySSL: Copyright (C) 2006-2008 Christophe Devine * Copyright (C) 2006-2009, Paul Bakker <polarssl_maintainer at polarssl.org>
* All rights reserved.
* *
* Copyright (C) 2009 Paul Bakker <polarssl_maintainer at polarssl dot org> * Joined copyright on original XySSL code with: Christophe Devine
* *
* 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