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
b96f154e
Commit
b96f154e
authored
Jul 18, 2010
by
Paul Bakker
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- Fixed copyright message
parent
f0ba6a47
Changes
73
Hide whitespace changes
Inline
Side-by-side
Showing
73 changed files
with
219 additions
and
0 deletions
+219
-0
include/polarssl/aes.h
include/polarssl/aes.h
+3
-0
include/polarssl/arc4.h
include/polarssl/arc4.h
+3
-0
include/polarssl/base64.h
include/polarssl/base64.h
+3
-0
include/polarssl/bignum.h
include/polarssl/bignum.h
+3
-0
include/polarssl/bn_mul.h
include/polarssl/bn_mul.h
+3
-0
include/polarssl/camellia.h
include/polarssl/camellia.h
+3
-0
include/polarssl/certs.h
include/polarssl/certs.h
+3
-0
include/polarssl/config.h
include/polarssl/config.h
+3
-0
include/polarssl/debug.h
include/polarssl/debug.h
+3
-0
include/polarssl/des.h
include/polarssl/des.h
+3
-0
include/polarssl/dhm.h
include/polarssl/dhm.h
+3
-0
include/polarssl/havege.h
include/polarssl/havege.h
+3
-0
include/polarssl/md2.h
include/polarssl/md2.h
+3
-0
include/polarssl/md4.h
include/polarssl/md4.h
+3
-0
include/polarssl/md5.h
include/polarssl/md5.h
+3
-0
include/polarssl/net.h
include/polarssl/net.h
+3
-0
include/polarssl/openssl.h
include/polarssl/openssl.h
+3
-0
include/polarssl/padlock.h
include/polarssl/padlock.h
+3
-0
include/polarssl/rsa.h
include/polarssl/rsa.h
+3
-0
include/polarssl/sha1.h
include/polarssl/sha1.h
+3
-0
include/polarssl/sha2.h
include/polarssl/sha2.h
+3
-0
include/polarssl/sha4.h
include/polarssl/sha4.h
+3
-0
include/polarssl/ssl.h
include/polarssl/ssl.h
+3
-0
include/polarssl/timing.h
include/polarssl/timing.h
+3
-0
include/polarssl/version.h
include/polarssl/version.h
+3
-0
include/polarssl/x509.h
include/polarssl/x509.h
+3
-0
include/polarssl/xtea.h
include/polarssl/xtea.h
+3
-0
library/aes.c
library/aes.c
+3
-0
library/arc4.c
library/arc4.c
+3
-0
library/base64.c
library/base64.c
+3
-0
library/bignum.c
library/bignum.c
+3
-0
library/camellia.c
library/camellia.c
+3
-0
library/certs.c
library/certs.c
+3
-0
library/debug.c
library/debug.c
+3
-0
library/des.c
library/des.c
+3
-0
library/dhm.c
library/dhm.c
+3
-0
library/havege.c
library/havege.c
+3
-0
library/md2.c
library/md2.c
+3
-0
library/md4.c
library/md4.c
+3
-0
library/md5.c
library/md5.c
+3
-0
library/net.c
library/net.c
+3
-0
library/padlock.c
library/padlock.c
+3
-0
library/rsa.c
library/rsa.c
+3
-0
library/sha1.c
library/sha1.c
+3
-0
library/sha2.c
library/sha2.c
+3
-0
library/sha4.c
library/sha4.c
+3
-0
library/ssl_cli.c
library/ssl_cli.c
+3
-0
library/ssl_srv.c
library/ssl_srv.c
+3
-0
library/ssl_tls.c
library/ssl_tls.c
+3
-0
library/timing.c
library/timing.c
+3
-0
library/version.c
library/version.c
+3
-0
library/x509parse.c
library/x509parse.c
+3
-0
library/xtea.c
library/xtea.c
+3
-0
programs/aes/aescrypt2.c
programs/aes/aescrypt2.c
+3
-0
programs/hash/hello.c
programs/hash/hello.c
+3
-0
programs/hash/md5sum.c
programs/hash/md5sum.c
+3
-0
programs/hash/sha1sum.c
programs/hash/sha1sum.c
+3
-0
programs/hash/sha2sum.c
programs/hash/sha2sum.c
+3
-0
programs/pkey/dh_client.c
programs/pkey/dh_client.c
+3
-0
programs/pkey/dh_genprime.c
programs/pkey/dh_genprime.c
+3
-0
programs/pkey/dh_server.c
programs/pkey/dh_server.c
+3
-0
programs/pkey/mpi_demo.c
programs/pkey/mpi_demo.c
+3
-0
programs/pkey/rsa_genkey.c
programs/pkey/rsa_genkey.c
+3
-0
programs/pkey/rsa_sign.c
programs/pkey/rsa_sign.c
+3
-0
programs/pkey/rsa_verify.c
programs/pkey/rsa_verify.c
+3
-0
programs/ssl/ssl_client1.c
programs/ssl/ssl_client1.c
+3
-0
programs/ssl/ssl_client2.c
programs/ssl/ssl_client2.c
+3
-0
programs/ssl/ssl_server.c
programs/ssl/ssl_server.c
+3
-0
programs/test/benchmark.c
programs/test/benchmark.c
+3
-0
programs/test/selftest.c
programs/test/selftest.c
+3
-0
programs/test/ssl_cert_test.c
programs/test/ssl_cert_test.c
+3
-0
programs/test/ssl_test.c
programs/test/ssl_test.c
+3
-0
programs/x509/cert_app.c
programs/x509/cert_app.c
+3
-0
No files found.
include/polarssl/aes.h
View file @
b96f154e
...
...
@@ -2,7 +2,10 @@
* \file aes.h
*
* Copyright (C) 2006-2010, Brainspark B.V.
*
* This file is part of PolarSSL (http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
...
...
include/polarssl/arc4.h
View file @
b96f154e
...
...
@@ -2,7 +2,10 @@
* \file arc4.h
*
* Copyright (C) 2006-2010, Brainspark B.V.
*
* This file is part of PolarSSL (http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
...
...
include/polarssl/base64.h
View file @
b96f154e
...
...
@@ -2,7 +2,10 @@
* \file base64.h
*
* Copyright (C) 2006-2010, Brainspark B.V.
*
* This file is part of PolarSSL (http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
...
...
include/polarssl/bignum.h
View file @
b96f154e
...
...
@@ -2,7 +2,10 @@
* \file bignum.h
*
* Copyright (C) 2006-2010, Brainspark B.V.
*
* This file is part of PolarSSL (http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
...
...
include/polarssl/bn_mul.h
View file @
b96f154e
...
...
@@ -2,7 +2,10 @@
* \file bn_mul.h
*
* Copyright (C) 2006-2010, Brainspark B.V.
*
* This file is part of PolarSSL (http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
...
...
include/polarssl/camellia.h
View file @
b96f154e
...
...
@@ -2,7 +2,10 @@
* \file camellia.h
*
* Copyright (C) 2006-2010, Brainspark B.V.
*
* This file is part of PolarSSL (http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
...
...
include/polarssl/certs.h
View file @
b96f154e
...
...
@@ -2,7 +2,10 @@
* \file certs.h
*
* Copyright (C) 2006-2010, Brainspark B.V.
*
* This file is part of PolarSSL (http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
...
...
include/polarssl/config.h
View file @
b96f154e
...
...
@@ -2,7 +2,10 @@
* \file config.h
*
* Copyright (C) 2006-2010, Brainspark B.V.
*
* This file is part of PolarSSL (http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
...
...
include/polarssl/debug.h
View file @
b96f154e
...
...
@@ -2,7 +2,10 @@
* \file debug.h
*
* Copyright (C) 2006-2010, Brainspark B.V.
*
* This file is part of PolarSSL (http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
...
...
include/polarssl/des.h
View file @
b96f154e
...
...
@@ -2,7 +2,10 @@
* \file des.h
*
* Copyright (C) 2006-2010, Brainspark B.V.
*
* This file is part of PolarSSL (http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
...
...
include/polarssl/dhm.h
View file @
b96f154e
...
...
@@ -2,7 +2,10 @@
* \file dhm.h
*
* Copyright (C) 2006-2010, Brainspark B.V.
*
* This file is part of PolarSSL (http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
...
...
include/polarssl/havege.h
View file @
b96f154e
...
...
@@ -2,7 +2,10 @@
* \file havege.h
*
* Copyright (C) 2006-2010, Brainspark B.V.
*
* This file is part of PolarSSL (http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
...
...
include/polarssl/md2.h
View file @
b96f154e
...
...
@@ -2,7 +2,10 @@
* \file md2.h
*
* Copyright (C) 2006-2010, Brainspark B.V.
*
* This file is part of PolarSSL (http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
...
...
include/polarssl/md4.h
View file @
b96f154e
...
...
@@ -2,7 +2,10 @@
* \file md4.h
*
* Copyright (C) 2006-2010, Brainspark B.V.
*
* This file is part of PolarSSL (http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
...
...
include/polarssl/md5.h
View file @
b96f154e
...
...
@@ -2,7 +2,10 @@
* \file md5.h
*
* Copyright (C) 2006-2010, Brainspark B.V.
*
* This file is part of PolarSSL (http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
...
...
include/polarssl/net.h
View file @
b96f154e
...
...
@@ -2,7 +2,10 @@
* \file net.h
*
* Copyright (C) 2006-2010, Brainspark B.V.
*
* This file is part of PolarSSL (http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
...
...
include/polarssl/openssl.h
View file @
b96f154e
...
...
@@ -2,7 +2,10 @@
* \file openssl.h
*
* Copyright (C) 2006-2010, Brainspark B.V.
*
* This file is part of PolarSSL (http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
...
...
include/polarssl/padlock.h
View file @
b96f154e
...
...
@@ -2,7 +2,10 @@
* \file padlock.h
*
* Copyright (C) 2006-2010, Brainspark B.V.
*
* This file is part of PolarSSL (http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
...
...
include/polarssl/rsa.h
View file @
b96f154e
...
...
@@ -2,7 +2,10 @@
* \file rsa.h
*
* Copyright (C) 2006-2010, Brainspark B.V.
*
* This file is part of PolarSSL (http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
...
...
include/polarssl/sha1.h
View file @
b96f154e
...
...
@@ -2,7 +2,10 @@
* \file sha1.h
*
* Copyright (C) 2006-2010, Brainspark B.V.
*
* This file is part of PolarSSL (http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
...
...
include/polarssl/sha2.h
View file @
b96f154e
...
...
@@ -2,7 +2,10 @@
* \file sha2.h
*
* Copyright (C) 2006-2010, Brainspark B.V.
*
* This file is part of PolarSSL (http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
...
...
include/polarssl/sha4.h
View file @
b96f154e
...
...
@@ -2,7 +2,10 @@
* \file sha4.h
*
* Copyright (C) 2006-2010, Brainspark B.V.
*
* This file is part of PolarSSL (http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
...
...
include/polarssl/ssl.h
View file @
b96f154e
...
...
@@ -2,7 +2,10 @@
* \file ssl.h
*
* Copyright (C) 2006-2010, Brainspark B.V.
*
* This file is part of PolarSSL (http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
...
...
include/polarssl/timing.h
View file @
b96f154e
...
...
@@ -2,7 +2,10 @@
* \file timing.h
*
* Copyright (C) 2006-2010, Brainspark B.V.
*
* This file is part of PolarSSL (http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
...
...
include/polarssl/version.h
View file @
b96f154e
...
...
@@ -2,7 +2,10 @@
* \file version.h
*
* Copyright (C) 2006-2010, Brainspark B.V.
*
* This file is part of PolarSSL (http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
...
...
include/polarssl/x509.h
View file @
b96f154e
...
...
@@ -2,7 +2,10 @@
* \file x509.h
*
* Copyright (C) 2006-2010, Brainspark B.V.
*
* This file is part of PolarSSL (http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
...
...
include/polarssl/xtea.h
View file @
b96f154e
...
...
@@ -2,7 +2,10 @@
* \file xtea.h
*
* Copyright (C) 2006-2010, Brainspark B.V.
*
* This file is part of PolarSSL (http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
...
...
library/aes.c
View file @
b96f154e
...
...
@@ -2,7 +2,10 @@
* FIPS-197 compliant AES implementation
*
* Copyright (C) 2006-2010, Brainspark B.V.
*
* This file is part of PolarSSL (http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
...
...
library/arc4.c
View file @
b96f154e
...
...
@@ -2,7 +2,10 @@
* An implementation of the ARCFOUR algorithm
*
* Copyright (C) 2006-2010, Brainspark B.V.
*
* This file is part of PolarSSL (http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
...
...
library/base64.c
View file @
b96f154e
...
...
@@ -2,7 +2,10 @@
* RFC 1521 base64 encoding/decoding
*
* Copyright (C) 2006-2010, Brainspark B.V.
*
* This file is part of PolarSSL (http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
...
...
library/bignum.c
View file @
b96f154e
...
...
@@ -2,7 +2,10 @@
* Multi-precision integer library
*
* Copyright (C) 2006-2010, Brainspark B.V.
*
* This file is part of PolarSSL (http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
...
...
library/camellia.c
View file @
b96f154e
...
...
@@ -2,7 +2,10 @@
* Camellia implementation
*
* Copyright (C) 2006-2010, Brainspark B.V.
*
* This file is part of PolarSSL (http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
...
...
library/certs.c
View file @
b96f154e
...
...
@@ -2,7 +2,10 @@
* X.509 test certificates
*
* Copyright (C) 2006-2010, Brainspark B.V.
*
* This file is part of PolarSSL (http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
...
...
library/debug.c
View file @
b96f154e
...
...
@@ -2,7 +2,10 @@
* Debugging routines
*
* Copyright (C) 2006-2010, Brainspark B.V.
*
* This file is part of PolarSSL (http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
...
...
library/des.c
View file @
b96f154e
...
...
@@ -2,7 +2,10 @@
* FIPS-46-3 compliant Triple-DES implementation
*
* Copyright (C) 2006-2010, Brainspark B.V.
*
* This file is part of PolarSSL (http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
...
...
library/dhm.c
View file @
b96f154e
...
...
@@ -2,7 +2,10 @@
* Diffie-Hellman-Merkle key exchange
*
* Copyright (C) 2006-2010, Brainspark B.V.
*
* This file is part of PolarSSL (http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
...
...
library/havege.c
View file @
b96f154e
...
...
@@ -2,7 +2,10 @@
* HAVEGE: HArdware Volatile Entropy Gathering and Expansion
*
* Copyright (C) 2006-2010, Brainspark B.V.
*
* This file is part of PolarSSL (http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
...
...
library/md2.c
View file @
b96f154e
...
...
@@ -2,7 +2,10 @@
* RFC 1115/1319 compliant MD2 implementation
*
* Copyright (C) 2006-2010, Brainspark B.V.
*
* This file is part of PolarSSL (http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
...
...
library/md4.c
View file @
b96f154e
...
...
@@ -2,7 +2,10 @@
* RFC 1186/1320 compliant MD4 implementation
*
* Copyright (C) 2006-2010, Brainspark B.V.
*
* This file is part of PolarSSL (http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
...
...
library/md5.c
View file @
b96f154e
...
...
@@ -2,7 +2,10 @@
* RFC 1321 compliant MD5 implementation
*
* Copyright (C) 2006-2010, Brainspark B.V.
*
* This file is part of PolarSSL (http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
...
...
library/net.c
View file @
b96f154e
...
...
@@ -2,7 +2,10 @@
* TCP networking functions
*
* Copyright (C) 2006-2010, Brainspark B.V.
*
* This file is part of PolarSSL (http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
...
...
library/padlock.c
View file @
b96f154e
...
...
@@ -2,7 +2,10 @@
* VIA PadLock support functions
*
* Copyright (C) 2006-2010, Brainspark B.V.
*
* This file is part of PolarSSL (http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
...
...
library/rsa.c
View file @
b96f154e
...
...
@@ -2,7 +2,10 @@
* The RSA public-key cryptosystem
*
* Copyright (C) 2006-2010, Brainspark B.V.
*
* This file is part of PolarSSL (http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
...
...
library/sha1.c
View file @
b96f154e
...
...
@@ -2,7 +2,10 @@
* FIPS-180-1 compliant SHA-1 implementation
*
* Copyright (C) 2006-2010, Brainspark B.V.
*
* This file is part of PolarSSL (http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
...
...
library/sha2.c
View file @
b96f154e
...
...
@@ -2,7 +2,10 @@
* FIPS-180-2 compliant SHA-256 implementation
*
* Copyright (C) 2006-2010, Brainspark B.V.
*
* This file is part of PolarSSL (http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
...
...
library/sha4.c
View file @
b96f154e
...
...
@@ -2,7 +2,10 @@
* FIPS-180-2 compliant SHA-384/512 implementation
*
* Copyright (C) 2006-2010, Brainspark B.V.
*
* This file is part of PolarSSL (http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
...
...
library/ssl_cli.c
View file @
b96f154e
...
...
@@ -2,7 +2,10 @@
* SSLv3/TLSv1 client-side functions
*
* Copyright (C) 2006-2010, Brainspark B.V.
*
* This file is part of PolarSSL (http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
...
...
library/ssl_srv.c
View file @
b96f154e
...
...
@@ -2,7 +2,10 @@
* SSLv3/TLSv1 server-side functions
*
* Copyright (C) 2006-2010, Brainspark B.V.
*
* This file is part of PolarSSL (http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
...
...
library/ssl_tls.c
View file @
b96f154e
...
...
@@ -2,7 +2,10 @@
* SSLv3/TLSv1 shared functions
*
* Copyright (C) 2006-2010, Brainspark B.V.
*
* This file is part of PolarSSL (http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
...
...
library/timing.c
View file @
b96f154e
...
...
@@ -2,7 +2,10 @@
* Portable interface to the CPU cycle counter
*
* Copyright (C) 2006-2010, Brainspark B.V.
*
* This file is part of PolarSSL (http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
...
...
library/version.c
View file @
b96f154e
...
...
@@ -2,7 +2,10 @@
* Version information
*
* Copyright (C) 2006-2010, Brainspark B.V.
*
* This file is part of PolarSSL (http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
...
...
library/x509parse.c
View file @
b96f154e
...
...
@@ -2,7 +2,10 @@
* X.509 certificate and private key decoding
*
* Copyright (C) 2006-2010, Brainspark B.V.
*
* This file is part of PolarSSL (http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
...
...
library/xtea.c
View file @
b96f154e
...
...
@@ -2,7 +2,10 @@
* An 32-bit implementation of the XTEA algorithm
*
* Copyright (C) 2006-2010, Brainspark B.V.
*
* This file is part of PolarSSL (http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
*