Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
BC
public
external
mbedtls
Commits
1f3c39c1
Commit
1f3c39c1
authored
Mar 21, 2010
by
Paul Bakker
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- Removed copyright line for Christophe Devine for clarity
parent
09d87fcd
Changes
66
Hide whitespace changes
Inline
Side-by-side
Showing
66 changed files
with
0 additions
and
132 deletions
+0
-132
include/polarssl/aes.h
include/polarssl/aes.h
+0
-2
include/polarssl/arc4.h
include/polarssl/arc4.h
+0
-2
include/polarssl/base64.h
include/polarssl/base64.h
+0
-2
include/polarssl/bignum.h
include/polarssl/bignum.h
+0
-2
include/polarssl/bn_mul.h
include/polarssl/bn_mul.h
+0
-2
include/polarssl/certs.h
include/polarssl/certs.h
+0
-2
include/polarssl/config.h
include/polarssl/config.h
+0
-2
include/polarssl/debug.h
include/polarssl/debug.h
+0
-2
include/polarssl/des.h
include/polarssl/des.h
+0
-2
include/polarssl/dhm.h
include/polarssl/dhm.h
+0
-2
include/polarssl/havege.h
include/polarssl/havege.h
+0
-2
include/polarssl/md2.h
include/polarssl/md2.h
+0
-2
include/polarssl/md4.h
include/polarssl/md4.h
+0
-2
include/polarssl/md5.h
include/polarssl/md5.h
+0
-2
include/polarssl/net.h
include/polarssl/net.h
+0
-2
include/polarssl/openssl.h
include/polarssl/openssl.h
+0
-2
include/polarssl/padlock.h
include/polarssl/padlock.h
+0
-2
include/polarssl/rsa.h
include/polarssl/rsa.h
+0
-2
include/polarssl/sha1.h
include/polarssl/sha1.h
+0
-2
include/polarssl/sha2.h
include/polarssl/sha2.h
+0
-2
include/polarssl/sha4.h
include/polarssl/sha4.h
+0
-2
include/polarssl/ssl.h
include/polarssl/ssl.h
+0
-2
include/polarssl/timing.h
include/polarssl/timing.h
+0
-2
include/polarssl/x509.h
include/polarssl/x509.h
+0
-2
library/aes.c
library/aes.c
+0
-2
library/arc4.c
library/arc4.c
+0
-2
library/base64.c
library/base64.c
+0
-2
library/bignum.c
library/bignum.c
+0
-2
library/certs.c
library/certs.c
+0
-2
library/debug.c
library/debug.c
+0
-2
library/des.c
library/des.c
+0
-2
library/dhm.c
library/dhm.c
+0
-2
library/havege.c
library/havege.c
+0
-2
library/md2.c
library/md2.c
+0
-2
library/md4.c
library/md4.c
+0
-2
library/md5.c
library/md5.c
+0
-2
library/net.c
library/net.c
+0
-2
library/padlock.c
library/padlock.c
+0
-2
library/rsa.c
library/rsa.c
+0
-2
library/sha1.c
library/sha1.c
+0
-2
library/sha2.c
library/sha2.c
+0
-2
library/sha4.c
library/sha4.c
+0
-2
library/ssl_cli.c
library/ssl_cli.c
+0
-2
library/ssl_srv.c
library/ssl_srv.c
+0
-2
library/ssl_tls.c
library/ssl_tls.c
+0
-2
library/timing.c
library/timing.c
+0
-2
library/x509parse.c
library/x509parse.c
+0
-2
programs/aes/aescrypt2.c
programs/aes/aescrypt2.c
+0
-2
programs/hash/hello.c
programs/hash/hello.c
+0
-2
programs/hash/md5sum.c
programs/hash/md5sum.c
+0
-2
programs/hash/sha1sum.c
programs/hash/sha1sum.c
+0
-2
programs/hash/sha2sum.c
programs/hash/sha2sum.c
+0
-2
programs/pkey/dh_client.c
programs/pkey/dh_client.c
+0
-2
programs/pkey/dh_genprime.c
programs/pkey/dh_genprime.c
+0
-2
programs/pkey/dh_server.c
programs/pkey/dh_server.c
+0
-2
programs/pkey/mpi_demo.c
programs/pkey/mpi_demo.c
+0
-2
programs/pkey/rsa_genkey.c
programs/pkey/rsa_genkey.c
+0
-2
programs/pkey/rsa_sign.c
programs/pkey/rsa_sign.c
+0
-2
programs/pkey/rsa_verify.c
programs/pkey/rsa_verify.c
+0
-2
programs/ssl/ssl_client1.c
programs/ssl/ssl_client1.c
+0
-2
programs/ssl/ssl_client2.c
programs/ssl/ssl_client2.c
+0
-2
programs/ssl/ssl_server.c
programs/ssl/ssl_server.c
+0
-2
programs/test/benchmark.c
programs/test/benchmark.c
+0
-2
programs/test/selftest.c
programs/test/selftest.c
+0
-2
programs/test/ssl_test.c
programs/test/ssl_test.c
+0
-2
programs/x509/cert_app.c
programs/x509/cert_app.c
+0
-2
No files found.
include/polarssl/aes.h
View file @
1f3c39c1
...
...
@@ -4,8 +4,6 @@
* Copyright (C) 2006-2009, Paul Bakker <polarssl_maintainer at polarssl.org>
* All rights reserved.
*
* Joined copyright on original XySSL code with: Christophe Devine
*
* 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
...
...
include/polarssl/arc4.h
View file @
1f3c39c1
...
...
@@ -4,8 +4,6 @@
* Copyright (C) 2006-2009, Paul Bakker <polarssl_maintainer at polarssl.org>
* All rights reserved.
*
* Joined copyright on original XySSL code with: Christophe Devine
*
* 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
...
...
include/polarssl/base64.h
View file @
1f3c39c1
...
...
@@ -4,8 +4,6 @@
* Copyright (C) 2006-2009, Paul Bakker <polarssl_maintainer at polarssl.org>
* All rights reserved.
*
* Joined copyright on original XySSL code with: Christophe Devine
*
* 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
...
...
include/polarssl/bignum.h
View file @
1f3c39c1
...
...
@@ -4,8 +4,6 @@
* Copyright (C) 2006-2009, Paul Bakker <polarssl_maintainer at polarssl.org>
* All rights reserved.
*
* Joined copyright on original XySSL code with: Christophe Devine
*
* 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
...
...
include/polarssl/bn_mul.h
View file @
1f3c39c1
...
...
@@ -4,8 +4,6 @@
* Copyright (C) 2006-2009, Paul Bakker <polarssl_maintainer at polarssl.org>
* All rights reserved.
*
* Joined copyright on original XySSL code with: Christophe Devine
*
* 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
...
...
include/polarssl/certs.h
View file @
1f3c39c1
...
...
@@ -4,8 +4,6 @@
* Copyright (C) 2006-2009, Paul Bakker <polarssl_maintainer at polarssl.org>
* All rights reserved.
*
* Joined copyright on original XySSL code with: Christophe Devine
*
* 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
...
...
include/polarssl/config.h
View file @
1f3c39c1
...
...
@@ -4,8 +4,6 @@
* Copyright (C) 2006-2009, Paul Bakker <polarssl_maintainer at polarssl.org>
* All rights reserved.
*
* Joined copyright on original XySSL code with: Christophe Devine
*
* 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
...
...
include/polarssl/debug.h
View file @
1f3c39c1
...
...
@@ -4,8 +4,6 @@
* Copyright (C) 2006-2009, Paul Bakker <polarssl_maintainer at polarssl.org>
* All rights reserved.
*
* Joined copyright on original XySSL code with: Christophe Devine
*
* 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
...
...
include/polarssl/des.h
View file @
1f3c39c1
...
...
@@ -4,8 +4,6 @@
* Copyright (C) 2006-2009, Paul Bakker <polarssl_maintainer at polarssl.org>
* All rights reserved.
*
* Joined copyright on original XySSL code with: Christophe Devine
*
* 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
...
...
include/polarssl/dhm.h
View file @
1f3c39c1
...
...
@@ -4,8 +4,6 @@
* Copyright (C) 2006-2009, Paul Bakker <polarssl_maintainer at polarssl.org>
* All rights reserved.
*
* Joined copyright on original XySSL code with: Christophe Devine
*
* 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
...
...
include/polarssl/havege.h
View file @
1f3c39c1
...
...
@@ -4,8 +4,6 @@
* Copyright (C) 2006-2009, Paul Bakker <polarssl_maintainer at polarssl.org>
* All rights reserved.
*
* Joined copyright on original XySSL code with: Christophe Devine
*
* 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
...
...
include/polarssl/md2.h
View file @
1f3c39c1
...
...
@@ -4,8 +4,6 @@
* Copyright (C) 2006-2009, Paul Bakker <polarssl_maintainer at polarssl.org>
* All rights reserved.
*
* Joined copyright on original XySSL code with: Christophe Devine
*
* 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
...
...
include/polarssl/md4.h
View file @
1f3c39c1
...
...
@@ -4,8 +4,6 @@
* Copyright (C) 2006-2009, Paul Bakker <polarssl_maintainer at polarssl.org>
* All rights reserved.
*
* Joined copyright on original XySSL code with: Christophe Devine
*
* 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
...
...
include/polarssl/md5.h
View file @
1f3c39c1
...
...
@@ -4,8 +4,6 @@
* Copyright (C) 2006-2009, Paul Bakker <polarssl_maintainer at polarssl.org>
* All rights reserved.
*
* Joined copyright on original XySSL code with: Christophe Devine
*
* 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
...
...
include/polarssl/net.h
View file @
1f3c39c1
...
...
@@ -4,8 +4,6 @@
* Copyright (C) 2006-2009, Paul Bakker <polarssl_maintainer at polarssl.org>
* All rights reserved.
*
* Joined copyright on original XySSL code with: Christophe Devine
*
* 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
...
...
include/polarssl/openssl.h
View file @
1f3c39c1
...
...
@@ -4,8 +4,6 @@
* Copyright (C) 2006-2009, Paul Bakker <polarssl_maintainer at polarssl.org>
* All rights reserved.
*
* Joined copyright on original XySSL code with: Christophe Devine
*
* 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
...
...
include/polarssl/padlock.h
View file @
1f3c39c1
...
...
@@ -4,8 +4,6 @@
* Copyright (C) 2006-2009, Paul Bakker <polarssl_maintainer at polarssl.org>
* All rights reserved.
*
* Joined copyright on original XySSL code with: Christophe Devine
*
* 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
...
...
include/polarssl/rsa.h
View file @
1f3c39c1
...
...
@@ -4,8 +4,6 @@
* Copyright (C) 2006-2009, Paul Bakker <polarssl_maintainer at polarssl.org>
* All rights reserved.
*
* Joined copyright on original XySSL code with: Christophe Devine
*
* 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
...
...
include/polarssl/sha1.h
View file @
1f3c39c1
...
...
@@ -4,8 +4,6 @@
* Copyright (C) 2006-2009, Paul Bakker <polarssl_maintainer at polarssl.org>
* All rights reserved.
*
* Joined copyright on original XySSL code with: Christophe Devine
*
* 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
...
...
include/polarssl/sha2.h
View file @
1f3c39c1
...
...
@@ -4,8 +4,6 @@
* Copyright (C) 2006-2009, Paul Bakker <polarssl_maintainer at polarssl.org>
* All rights reserved.
*
* Joined copyright on original XySSL code with: Christophe Devine
*
* 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
...
...
include/polarssl/sha4.h
View file @
1f3c39c1
...
...
@@ -4,8 +4,6 @@
* Copyright (C) 2006-2009, Paul Bakker <polarssl_maintainer at polarssl.org>
* All rights reserved.
*
* Joined copyright on original XySSL code with: Christophe Devine
*
* 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
...
...
include/polarssl/ssl.h
View file @
1f3c39c1
...
...
@@ -4,8 +4,6 @@
* Copyright (C) 2006-2009, Paul Bakker <polarssl_maintainer at polarssl.org>
* All rights reserved.
*
* Joined copyright on original XySSL code with: Christophe Devine
*
* 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
...
...
include/polarssl/timing.h
View file @
1f3c39c1
...
...
@@ -4,8 +4,6 @@
* Copyright (C) 2006-2009, Paul Bakker <polarssl_maintainer at polarssl.org>
* All rights reserved.
*
* Joined copyright on original XySSL code with: Christophe Devine
*
* 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
...
...
include/polarssl/x509.h
View file @
1f3c39c1
...
...
@@ -4,8 +4,6 @@
* Copyright (C) 2006-2009, Paul Bakker <polarssl_maintainer at polarssl.org>
* All rights reserved.
*
* Joined copyright on original XySSL code with: Christophe Devine
*
* 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
...
...
library/aes.c
View file @
1f3c39c1
...
...
@@ -4,8 +4,6 @@
* Copyright (C) 2006-2009, Paul Bakker <polarssl_maintainer at polarssl.org>
* All rights reserved.
*
* Joined copyright on original XySSL code with: Christophe Devine
*
* 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
...
...
library/arc4.c
View file @
1f3c39c1
...
...
@@ -4,8 +4,6 @@
* Copyright (C) 2006-2009, Paul Bakker <polarssl_maintainer at polarssl.org>
* All rights reserved.
*
* Joined copyright on original XySSL code with: Christophe Devine
*
* 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
...
...
library/base64.c
View file @
1f3c39c1
...
...
@@ -4,8 +4,6 @@
* Copyright (C) 2006-2009, Paul Bakker <polarssl_maintainer at polarssl.org>
* All rights reserved.
*
* Joined copyright on original XySSL code with: Christophe Devine
*
* 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
...
...
library/bignum.c
View file @
1f3c39c1
...
...
@@ -4,8 +4,6 @@
* Copyright (C) 2006-2009, Paul Bakker <polarssl_maintainer at polarssl.org>
* All rights reserved.
*
* Joined copyright on original XySSL code with: Christophe Devine
*
* 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
...
...
library/certs.c
View file @
1f3c39c1
...
...
@@ -4,8 +4,6 @@
* Copyright (C) 2006-2009, Paul Bakker <polarssl_maintainer at polarssl.org>
* All rights reserved.
*
* Joined copyright on original XySSL code with: Christophe Devine
*
* 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
...
...
library/debug.c
View file @
1f3c39c1
...
...
@@ -4,8 +4,6 @@
* Copyright (C) 2006-2009, Paul Bakker <polarssl_maintainer at polarssl.org>
* All rights reserved.
*
* Joined copyright on original XySSL code with: Christophe Devine
*
* 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
...
...
library/des.c
View file @
1f3c39c1
...
...
@@ -4,8 +4,6 @@
* Copyright (C) 2006-2009, Paul Bakker <polarssl_maintainer at polarssl.org>
* All rights reserved.
*
* Joined copyright on original XySSL code with: Christophe Devine
*
* 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
...
...
library/dhm.c
View file @
1f3c39c1
...
...
@@ -4,8 +4,6 @@
* Copyright (C) 2006-2009, Paul Bakker <polarssl_maintainer at polarssl.org>
* All rights reserved.
*
* Joined copyright on original XySSL code with: Christophe Devine
*
* 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
...
...
library/havege.c
View file @
1f3c39c1
...
...
@@ -4,8 +4,6 @@
* Copyright (C) 2006-2009, Paul Bakker <polarssl_maintainer at polarssl.org>
* All rights reserved.
*
* Joined copyright on original XySSL code with: Christophe Devine
*
* 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
...
...
library/md2.c
View file @
1f3c39c1
...
...
@@ -4,8 +4,6 @@
* Copyright (C) 2006-2009, Paul Bakker <polarssl_maintainer at polarssl.org>
* All rights reserved.
*
* Joined copyright on original XySSL code with: Christophe Devine
*
* 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
...
...
library/md4.c
View file @
1f3c39c1
...
...
@@ -4,8 +4,6 @@
* Copyright (C) 2006-2009, Paul Bakker <polarssl_maintainer at polarssl.org>
* All rights reserved.
*
* Joined copyright on original XySSL code with: Christophe Devine
*
* 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
...
...
library/md5.c
View file @
1f3c39c1
...
...
@@ -4,8 +4,6 @@
* Copyright (C) 2006-2009, Paul Bakker <polarssl_maintainer at polarssl.org>
* All rights reserved.
*
* Joined copyright on original XySSL code with: Christophe Devine
*
* 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
...
...
library/net.c
View file @
1f3c39c1
...
...
@@ -4,8 +4,6 @@
* Copyright (C) 2006-2009, Paul Bakker <polarssl_maintainer at polarssl.org>
* All rights reserved.
*
* Joined copyright on original XySSL code with: Christophe Devine
*
* 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
...
...
library/padlock.c
View file @
1f3c39c1
...
...
@@ -4,8 +4,6 @@
* Copyright (C) 2006-2009, Paul Bakker <polarssl_maintainer at polarssl.org>
* All rights reserved.
*
* Joined copyright on original XySSL code with: Christophe Devine
*
* 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
...
...
library/rsa.c
View file @
1f3c39c1
...
...
@@ -4,8 +4,6 @@
* Copyright (C) 2006-2009, Paul Bakker <polarssl_maintainer at polarssl.org>
* All rights reserved.
*
* Joined copyright on original XySSL code with: Christophe Devine
*
* 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
...
...
library/sha1.c
View file @
1f3c39c1
...
...
@@ -4,8 +4,6 @@
* Copyright (C) 2006-2009, Paul Bakker <polarssl_maintainer at polarssl.org>
* All rights reserved.
*
* Joined copyright on original XySSL code with: Christophe Devine
*
* 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
...
...
library/sha2.c
View file @
1f3c39c1
...
...
@@ -4,8 +4,6 @@
* Copyright (C) 2006-2009, Paul Bakker <polarssl_maintainer at polarssl.org>
* All rights reserved.
*
* Joined copyright on original XySSL code with: Christophe Devine
*
* 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
...
...
library/sha4.c
View file @
1f3c39c1
...
...
@@ -4,8 +4,6 @@
* Copyright (C) 2006-2009, Paul Bakker <polarssl_maintainer at polarssl.org>
* All rights reserved.
*
* Joined copyright on original XySSL code with: Christophe Devine
*
* 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
...
...
library/ssl_cli.c
View file @
1f3c39c1
...
...
@@ -4,8 +4,6 @@
* Copyright (C) 2006-2009, Paul Bakker <polarssl_maintainer at polarssl.org>
* All rights reserved.
*
* Joined copyright on original XySSL code with: Christophe Devine
*
* 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
...
...
library/ssl_srv.c
View file @
1f3c39c1
...
...
@@ -4,8 +4,6 @@
* Copyright (C) 2006-2009, Paul Bakker <polarssl_maintainer at polarssl.org>
* All rights reserved.
*
* Joined copyright on original XySSL code with: Christophe Devine
*
* 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
...
...
library/ssl_tls.c
View file @
1f3c39c1
...
...
@@ -4,8 +4,6 @@
* Copyright (C) 2006-2009, Paul Bakker <polarssl_maintainer at polarssl.org>
* All rights reserved.
*
* Joined copyright on original XySSL code with: Christophe Devine
*
* 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
...
...
library/timing.c
View file @
1f3c39c1
...
...
@@ -4,8 +4,6 @@
* Copyright (C) 2006-2009, Paul Bakker <polarssl_maintainer at polarssl.org>
* All rights reserved.
*
* Joined copyright on original XySSL code with: Christophe Devine
*
* 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
...
...
library/x509parse.c
View file @
1f3c39c1
...
...
@@ -4,8 +4,6 @@
* Copyright (C) 2006-2009, Paul Bakker <polarssl_maintainer at polarssl.org>
* All rights reserved.
*
* Joined copyright on original XySSL code with: Christophe Devine
*
* 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
...
...
programs/aes/aescrypt2.c
View file @
1f3c39c1
...
...
@@ -4,8 +4,6 @@
* Copyright (C) 2006-2009, Paul Bakker <polarssl_maintainer at polarssl.org>
* All rights reserved.
*
* Joined copyright on original XySSL code with: Christophe Devine
*
* 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
...
...
programs/hash/hello.c
View file @
1f3c39c1
...
...
@@ -4,8 +4,6 @@
* Copyright (C) 2006-2009, Paul Bakker <polarssl_maintainer at polarssl.org>
* All rights reserved.
*
* Joined copyright on original XySSL code with: Christophe Devine
*
* 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
...
...
programs/hash/md5sum.c
View file @
1f3c39c1
...
...
@@ -4,8 +4,6 @@
* Copyright (C) 2006-2009, Paul Bakker <polarssl_maintainer at polarssl.org>
* All rights reserved.
*
* Joined copyright on original XySSL code with: Christophe Devine
*
* 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
...
...
programs/hash/sha1sum.c
View file @
1f3c39c1
...
...
@@ -4,8 +4,6 @@
* Copyright (C) 2006-2009, Paul Bakker <polarssl_maintainer at polarssl.org>
* All rights reserved.
*
* Joined copyright on original XySSL code with: Christophe Devine
*
* 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
...
...
programs/hash/sha2sum.c
View file @
1f3c39c1
...
...
@@ -4,8 +4,6 @@
* Copyright (C) 2006-2009, Paul Bakker <polarssl_maintainer at polarssl.org>
* All rights reserved.
*
* Joined copyright on original XySSL code with: Christophe Devine
*
* 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
...
...
programs/pkey/dh_client.c
View file @
1f3c39c1
...
...
@@ -4,8 +4,6 @@
* Copyright (C) 2006-2009, Paul Bakker <polarssl_maintainer at polarssl.org>
* All rights reserved.
*
* Joined copyright on original XySSL code with: Christophe Devine
*
* 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
...
...
programs/pkey/dh_genprime.c
View file @
1f3c39c1
...
...
@@ -4,8 +4,6 @@
* Copyright (C) 2006-2009, Paul Bakker <polarssl_maintainer at polarssl.org>
* All rights reserved.
*
* Joined copyright on original XySSL code with: Christophe Devine
*
* 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
...
...
programs/pkey/dh_server.c
View file @
1f3c39c1
...
...
@@ -4,8 +4,6 @@
* Copyright (C) 2006-2009, Paul Bakker <polarssl_maintainer at polarssl.org>
* All rights reserved.
*
* Joined copyright on original XySSL code with: Christophe Devine
*
* 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
...
...
programs/pkey/mpi_demo.c
View file @
1f3c39c1
...
...
@@ -4,8 +4,6 @@
* Copyright (C) 2006-2009, Paul Bakker <polarssl_maintainer at polarssl.org>
* All rights reserved.
*
* Joined copyright on original XySSL code with: Christophe Devine
*
* 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
...
...
programs/pkey/rsa_genkey.c
View file @
1f3c39c1
...
...
@@ -4,8 +4,6 @@
* Copyright (C) 2006-2009, Paul Bakker <polarssl_maintainer at polarssl.org>
* All rights reserved.
*
* Joined copyright on original XySSL code with: Christophe Devine
*
* 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
...
...
programs/pkey/rsa_sign.c
View file @
1f3c39c1
...
...
@@ -4,8 +4,6 @@
* Copyright (C) 2006-2009, Paul Bakker <polarssl_maintainer at polarssl.org>
* All rights reserved.
*
* Joined copyright on original XySSL code with: Christophe Devine
*
* 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
...
...
programs/pkey/rsa_verify.c
View file @
1f3c39c1
...
...
@@ -4,8 +4,6 @@
* Copyright (C) 2006-2009, Paul Bakker <polarssl_maintainer at polarssl.org>
* All rights reserved.
*
* Joined copyright on original XySSL code with: Christophe Devine
*
* 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
...
...
programs/ssl/ssl_client1.c
View file @
1f3c39c1
...
...
@@ -4,8 +4,6 @@
* Copyright (C) 2006-2009, Paul Bakker <polarssl_maintainer at polarssl.org>
* All rights reserved.
*
* Joined copyright on original XySSL code with: Christophe Devine
*
* 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
...
...
programs/ssl/ssl_client2.c
View file @
1f3c39c1
...
...
@@ -4,8 +4,6 @@
* Copyright (C) 2006-2009, Paul Bakker <polarssl_maintainer at polarssl.org>
* All rights reserved.
*
* Joined copyright on original XySSL code with: Christophe Devine
*
* 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
...
...
programs/ssl/ssl_server.c
View file @
1f3c39c1
...
...
@@ -4,8 +4,6 @@
* Copyright (C) 2006-2009, Paul Bakker <polarssl_maintainer at polarssl.org>
* All rights reserved.
*
* Joined copyright on original XySSL code with: Christophe Devine
*
* 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
...
...
programs/test/benchmark.c
View file @
1f3c39c1
...
...
@@ -4,8 +4,6 @@
* Copyright (C) 2006-2009, Paul Bakker <polarssl_maintainer at polarssl.org>
* All rights reserved.
*
* Joined copyright on original XySSL code with: Christophe Devine
*
* 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