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
967a2a5f
Commit
967a2a5f
authored
Jan 22, 2015
by
Manuel Pégourié-Gonnard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change name to mbed TLS in the copyright notice
parent
11c91920
Changes
184
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
184 changed files
with
184 additions
and
184 deletions
+184
-184
include/polarssl/aes.h
include/polarssl/aes.h
+1
-1
include/polarssl/aesni.h
include/polarssl/aesni.h
+1
-1
include/polarssl/arc4.h
include/polarssl/arc4.h
+1
-1
include/polarssl/asn1.h
include/polarssl/asn1.h
+1
-1
include/polarssl/asn1write.h
include/polarssl/asn1write.h
+1
-1
include/polarssl/base64.h
include/polarssl/base64.h
+1
-1
include/polarssl/bignum.h
include/polarssl/bignum.h
+1
-1
include/polarssl/blowfish.h
include/polarssl/blowfish.h
+1
-1
include/polarssl/bn_mul.h
include/polarssl/bn_mul.h
+1
-1
include/polarssl/camellia.h
include/polarssl/camellia.h
+1
-1
include/polarssl/ccm.h
include/polarssl/ccm.h
+1
-1
include/polarssl/certs.h
include/polarssl/certs.h
+1
-1
include/polarssl/check_config.h
include/polarssl/check_config.h
+1
-1
include/polarssl/cipher.h
include/polarssl/cipher.h
+1
-1
include/polarssl/cipher_wrap.h
include/polarssl/cipher_wrap.h
+1
-1
include/polarssl/compat-1.2.h
include/polarssl/compat-1.2.h
+1
-1
include/polarssl/config.h
include/polarssl/config.h
+1
-1
include/polarssl/ctr_drbg.h
include/polarssl/ctr_drbg.h
+1
-1
include/polarssl/debug.h
include/polarssl/debug.h
+1
-1
include/polarssl/des.h
include/polarssl/des.h
+1
-1
include/polarssl/dhm.h
include/polarssl/dhm.h
+1
-1
include/polarssl/ecdh.h
include/polarssl/ecdh.h
+1
-1
include/polarssl/ecdsa.h
include/polarssl/ecdsa.h
+1
-1
include/polarssl/ecp.h
include/polarssl/ecp.h
+1
-1
include/polarssl/entropy.h
include/polarssl/entropy.h
+1
-1
include/polarssl/entropy_poll.h
include/polarssl/entropy_poll.h
+1
-1
include/polarssl/error.h
include/polarssl/error.h
+1
-1
include/polarssl/gcm.h
include/polarssl/gcm.h
+1
-1
include/polarssl/havege.h
include/polarssl/havege.h
+1
-1
include/polarssl/hmac_drbg.h
include/polarssl/hmac_drbg.h
+1
-1
include/polarssl/md.h
include/polarssl/md.h
+1
-1
include/polarssl/md2.h
include/polarssl/md2.h
+1
-1
include/polarssl/md4.h
include/polarssl/md4.h
+1
-1
include/polarssl/md5.h
include/polarssl/md5.h
+1
-1
include/polarssl/md_wrap.h
include/polarssl/md_wrap.h
+1
-1
include/polarssl/memory.h
include/polarssl/memory.h
+1
-1
include/polarssl/memory_buffer_alloc.h
include/polarssl/memory_buffer_alloc.h
+1
-1
include/polarssl/net.h
include/polarssl/net.h
+1
-1
include/polarssl/oid.h
include/polarssl/oid.h
+1
-1
include/polarssl/openssl.h
include/polarssl/openssl.h
+1
-1
include/polarssl/padlock.h
include/polarssl/padlock.h
+1
-1
include/polarssl/pbkdf2.h
include/polarssl/pbkdf2.h
+1
-1
include/polarssl/pem.h
include/polarssl/pem.h
+1
-1
include/polarssl/pk.h
include/polarssl/pk.h
+1
-1
include/polarssl/pk_wrap.h
include/polarssl/pk_wrap.h
+1
-1
include/polarssl/pkcs11.h
include/polarssl/pkcs11.h
+1
-1
include/polarssl/pkcs12.h
include/polarssl/pkcs12.h
+1
-1
include/polarssl/pkcs5.h
include/polarssl/pkcs5.h
+1
-1
include/polarssl/platform.h
include/polarssl/platform.h
+1
-1
include/polarssl/ripemd160.h
include/polarssl/ripemd160.h
+1
-1
include/polarssl/rsa.h
include/polarssl/rsa.h
+1
-1
include/polarssl/sha1.h
include/polarssl/sha1.h
+1
-1
include/polarssl/sha256.h
include/polarssl/sha256.h
+1
-1
include/polarssl/sha512.h
include/polarssl/sha512.h
+1
-1
include/polarssl/ssl.h
include/polarssl/ssl.h
+1
-1
include/polarssl/ssl_cache.h
include/polarssl/ssl_cache.h
+1
-1
include/polarssl/ssl_ciphersuites.h
include/polarssl/ssl_ciphersuites.h
+1
-1
include/polarssl/threading.h
include/polarssl/threading.h
+1
-1
include/polarssl/timing.h
include/polarssl/timing.h
+1
-1
include/polarssl/version.h
include/polarssl/version.h
+1
-1
include/polarssl/x509.h
include/polarssl/x509.h
+1
-1
include/polarssl/x509_crl.h
include/polarssl/x509_crl.h
+1
-1
include/polarssl/x509_crt.h
include/polarssl/x509_crt.h
+1
-1
include/polarssl/x509_csr.h
include/polarssl/x509_csr.h
+1
-1
include/polarssl/xtea.h
include/polarssl/xtea.h
+1
-1
library/aes.c
library/aes.c
+1
-1
library/aesni.c
library/aesni.c
+1
-1
library/arc4.c
library/arc4.c
+1
-1
library/asn1parse.c
library/asn1parse.c
+1
-1
library/asn1write.c
library/asn1write.c
+1
-1
library/base64.c
library/base64.c
+1
-1
library/bignum.c
library/bignum.c
+1
-1
library/blowfish.c
library/blowfish.c
+1
-1
library/camellia.c
library/camellia.c
+1
-1
library/ccm.c
library/ccm.c
+1
-1
library/certs.c
library/certs.c
+1
-1
library/cipher.c
library/cipher.c
+1
-1
library/cipher_wrap.c
library/cipher_wrap.c
+1
-1
library/ctr_drbg.c
library/ctr_drbg.c
+1
-1
library/debug.c
library/debug.c
+1
-1
library/des.c
library/des.c
+1
-1
library/dhm.c
library/dhm.c
+1
-1
library/ecdh.c
library/ecdh.c
+1
-1
library/ecdsa.c
library/ecdsa.c
+1
-1
library/ecp.c
library/ecp.c
+1
-1
library/ecp_curves.c
library/ecp_curves.c
+1
-1
library/entropy.c
library/entropy.c
+1
-1
library/entropy_poll.c
library/entropy_poll.c
+1
-1
library/error.c
library/error.c
+1
-1
library/gcm.c
library/gcm.c
+1
-1
library/havege.c
library/havege.c
+1
-1
library/hmac_drbg.c
library/hmac_drbg.c
+1
-1
library/md.c
library/md.c
+1
-1
library/md2.c
library/md2.c
+1
-1
library/md4.c
library/md4.c
+1
-1
library/md5.c
library/md5.c
+1
-1
library/md_wrap.c
library/md_wrap.c
+1
-1
library/memory_buffer_alloc.c
library/memory_buffer_alloc.c
+1
-1
library/net.c
library/net.c
+1
-1
library/oid.c
library/oid.c
+1
-1
library/padlock.c
library/padlock.c
+1
-1
library/pbkdf2.c
library/pbkdf2.c
+1
-1
library/pem.c
library/pem.c
+1
-1
library/pk.c
library/pk.c
+1
-1
library/pk_wrap.c
library/pk_wrap.c
+1
-1
library/pkcs11.c
library/pkcs11.c
+1
-1
library/pkcs12.c
library/pkcs12.c
+1
-1
library/pkcs5.c
library/pkcs5.c
+1
-1
library/pkparse.c
library/pkparse.c
+1
-1
library/pkwrite.c
library/pkwrite.c
+1
-1
library/platform.c
library/platform.c
+1
-1
library/ripemd160.c
library/ripemd160.c
+1
-1
library/rsa.c
library/rsa.c
+1
-1
library/sha1.c
library/sha1.c
+1
-1
library/sha256.c
library/sha256.c
+1
-1
library/sha512.c
library/sha512.c
+1
-1
library/ssl_cache.c
library/ssl_cache.c
+1
-1
library/ssl_ciphersuites.c
library/ssl_ciphersuites.c
+1
-1
library/ssl_cli.c
library/ssl_cli.c
+1
-1
library/ssl_srv.c
library/ssl_srv.c
+1
-1
library/ssl_tls.c
library/ssl_tls.c
+1
-1
library/threading.c
library/threading.c
+1
-1
library/timing.c
library/timing.c
+1
-1
library/version.c
library/version.c
+1
-1
library/version_features.c
library/version_features.c
+1
-1
library/x509.c
library/x509.c
+1
-1
library/x509_create.c
library/x509_create.c
+1
-1
library/x509_crl.c
library/x509_crl.c
+1
-1
library/x509_crt.c
library/x509_crt.c
+1
-1
library/x509_csr.c
library/x509_csr.c
+1
-1
library/x509write_crt.c
library/x509write_crt.c
+1
-1
library/x509write_csr.c
library/x509write_csr.c
+1
-1
library/xtea.c
library/xtea.c
+1
-1
programs/aes/aescrypt2.c
programs/aes/aescrypt2.c
+1
-1
programs/aes/crypt_and_hash.c
programs/aes/crypt_and_hash.c
+1
-1
programs/hash/generic_sum.c
programs/hash/generic_sum.c
+1
-1
programs/hash/hello.c
programs/hash/hello.c
+1
-1
programs/hash/md5sum.c
programs/hash/md5sum.c
+1
-1
programs/hash/sha1sum.c
programs/hash/sha1sum.c
+1
-1
programs/hash/sha2sum.c
programs/hash/sha2sum.c
+1
-1
programs/pkey/dh_client.c
programs/pkey/dh_client.c
+1
-1
programs/pkey/dh_genprime.c
programs/pkey/dh_genprime.c
+1
-1
programs/pkey/dh_server.c
programs/pkey/dh_server.c
+1
-1
programs/pkey/ecdsa.c
programs/pkey/ecdsa.c
+1
-1
programs/pkey/gen_key.c
programs/pkey/gen_key.c
+1
-1
programs/pkey/key_app.c
programs/pkey/key_app.c
+1
-1
programs/pkey/key_app_writer.c
programs/pkey/key_app_writer.c
+1
-1
programs/pkey/mpi_demo.c
programs/pkey/mpi_demo.c
+1
-1
programs/pkey/pk_decrypt.c
programs/pkey/pk_decrypt.c
+1
-1
programs/pkey/pk_encrypt.c
programs/pkey/pk_encrypt.c
+1
-1
programs/pkey/pk_sign.c
programs/pkey/pk_sign.c
+1
-1
programs/pkey/pk_verify.c
programs/pkey/pk_verify.c
+1
-1
programs/pkey/rsa_decrypt.c
programs/pkey/rsa_decrypt.c
+1
-1
programs/pkey/rsa_encrypt.c
programs/pkey/rsa_encrypt.c
+1
-1
programs/pkey/rsa_genkey.c
programs/pkey/rsa_genkey.c
+1
-1
programs/pkey/rsa_sign.c
programs/pkey/rsa_sign.c
+1
-1
programs/pkey/rsa_sign_pss.c
programs/pkey/rsa_sign_pss.c
+1
-1
programs/pkey/rsa_verify.c
programs/pkey/rsa_verify.c
+1
-1
programs/pkey/rsa_verify_pss.c
programs/pkey/rsa_verify_pss.c
+1
-1
programs/random/gen_entropy.c
programs/random/gen_entropy.c
+1
-1
programs/random/gen_random_ctr_drbg.c
programs/random/gen_random_ctr_drbg.c
+1
-1
programs/random/gen_random_havege.c
programs/random/gen_random_havege.c
+1
-1
programs/ssl/ssl_client1.c
programs/ssl/ssl_client1.c
+1
-1
programs/ssl/ssl_client2.c
programs/ssl/ssl_client2.c
+1
-1
programs/ssl/ssl_fork_server.c
programs/ssl/ssl_fork_server.c
+1
-1
programs/ssl/ssl_mail_client.c
programs/ssl/ssl_mail_client.c
+1
-1
programs/ssl/ssl_pthread_server.c
programs/ssl/ssl_pthread_server.c
+1
-1
programs/ssl/ssl_server.c
programs/ssl/ssl_server.c
+1
-1
programs/ssl/ssl_server2.c
programs/ssl/ssl_server2.c
+1
-1
programs/test/benchmark.c
programs/test/benchmark.c
+1
-1
programs/test/o_p_test.c
programs/test/o_p_test.c
+1
-1
programs/test/selftest.c
programs/test/selftest.c
+1
-1
programs/test/ssl_cert_test.c
programs/test/ssl_cert_test.c
+1
-1
programs/test/ssl_test.c
programs/test/ssl_test.c
+1
-1
programs/util/pem2der.c
programs/util/pem2der.c
+1
-1
programs/util/strerror.c
programs/util/strerror.c
+1
-1
programs/wince_main.c
programs/wince_main.c
+1
-1
programs/x509/cert_app.c
programs/x509/cert_app.c
+1
-1
programs/x509/cert_req.c
programs/x509/cert_req.c
+1
-1
programs/x509/cert_write.c
programs/x509/cert_write.c
+1
-1
programs/x509/crl_app.c
programs/x509/crl_app.c
+1
-1
programs/x509/req_app.c
programs/x509/req_app.c
+1
-1
scripts/data_files/error.fmt
scripts/data_files/error.fmt
+1
-1
scripts/data_files/version_features.fmt
scripts/data_files/version_features.fmt
+1
-1
No files found.
include/polarssl/aes.h
View file @
967a2a5f
...
...
@@ -5,7 +5,7 @@
*
* Copyright (C) 2006-2014, Brainspark B.V.
*
* This file is part of
PolarSSL
(http://www.polarssl.org)
* This file is part of
mbed TLS
(http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
...
...
include/polarssl/aesni.h
View file @
967a2a5f
...
...
@@ -5,7 +5,7 @@
*
* Copyright (C) 2013, Brainspark B.V.
*
* This file is part of
PolarSSL
(http://www.polarssl.org)
* This file is part of
mbed TLS
(http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
...
...
include/polarssl/arc4.h
View file @
967a2a5f
...
...
@@ -5,7 +5,7 @@
*
* Copyright (C) 2006-2014, Brainspark B.V.
*
* This file is part of
PolarSSL
(http://www.polarssl.org)
* This file is part of
mbed TLS
(http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
...
...
include/polarssl/asn1.h
View file @
967a2a5f
...
...
@@ -5,7 +5,7 @@
*
* Copyright (C) 2006-2013, Brainspark B.V.
*
* This file is part of
PolarSSL
(http://www.polarssl.org)
* This file is part of
mbed TLS
(http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
...
...
include/polarssl/asn1write.h
View file @
967a2a5f
...
...
@@ -5,7 +5,7 @@
*
* Copyright (C) 2006-2014, Brainspark B.V.
*
* This file is part of
PolarSSL
(http://www.polarssl.org)
* This file is part of
mbed TLS
(http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
...
...
include/polarssl/base64.h
View file @
967a2a5f
...
...
@@ -5,7 +5,7 @@
*
* Copyright (C) 2006-2013, Brainspark B.V.
*
* This file is part of
PolarSSL
(http://www.polarssl.org)
* This file is part of
mbed TLS
(http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
...
...
include/polarssl/bignum.h
View file @
967a2a5f
...
...
@@ -5,7 +5,7 @@
*
* Copyright (C) 2006-2014, Brainspark B.V.
*
* This file is part of
PolarSSL
(http://www.polarssl.org)
* This file is part of
mbed TLS
(http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
...
...
include/polarssl/blowfish.h
View file @
967a2a5f
...
...
@@ -5,7 +5,7 @@
*
* Copyright (C) 2012-2014, Brainspark B.V.
*
* This file is part of
PolarSSL
(http://www.polarssl.org)
* This file is part of
mbed TLS
(http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
...
...
include/polarssl/bn_mul.h
View file @
967a2a5f
...
...
@@ -5,7 +5,7 @@
*
* Copyright (C) 2006-2010, Brainspark B.V.
*
* This file is part of
PolarSSL
(http://www.polarssl.org)
* This file is part of
mbed TLS
(http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
...
...
include/polarssl/camellia.h
View file @
967a2a5f
...
...
@@ -5,7 +5,7 @@
*
* Copyright (C) 2006-2014, Brainspark B.V.
*
* This file is part of
PolarSSL
(http://www.polarssl.org)
* This file is part of
mbed TLS
(http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
...
...
include/polarssl/ccm.h
View file @
967a2a5f
...
...
@@ -5,7 +5,7 @@
*
* Copyright (C) 2014, Brainspark B.V.
*
* This file is part of
PolarSSL
(http://www.polarssl.org)
* This file is part of
mbed TLS
(http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
...
...
include/polarssl/certs.h
View file @
967a2a5f
...
...
@@ -5,7 +5,7 @@
*
* Copyright (C) 2006-2010, Brainspark B.V.
*
* This file is part of
PolarSSL
(http://www.polarssl.org)
* This file is part of
mbed TLS
(http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
...
...
include/polarssl/check_config.h
View file @
967a2a5f
...
...
@@ -5,7 +5,7 @@
*
* Copyright (C) 2006-2014, Brainspark B.V.
*
* This file is part of
PolarSSL
(http://www.polarssl.org)
* This file is part of
mbed TLS
(http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
...
...
include/polarssl/cipher.h
View file @
967a2a5f
...
...
@@ -7,7 +7,7 @@
*
* Copyright (C) 2006-2014, Brainspark B.V.
*
* This file is part of
PolarSSL
(http://www.polarssl.org)
* This file is part of
mbed TLS
(http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
...
...
include/polarssl/cipher_wrap.h
View file @
967a2a5f
...
...
@@ -7,7 +7,7 @@
*
* Copyright (C) 2006-2013, Brainspark B.V.
*
* This file is part of
PolarSSL
(http://www.polarssl.org)
* This file is part of
mbed TLS
(http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
...
...
include/polarssl/compat-1.2.h
View file @
967a2a5f
...
...
@@ -5,7 +5,7 @@
*
* Copyright (C) 2006-2013, Brainspark B.V.
*
* This file is part of
PolarSSL
(http://www.polarssl.org)
* This file is part of
mbed TLS
(http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
...
...
include/polarssl/config.h
View file @
967a2a5f
...
...
@@ -5,7 +5,7 @@
*
* Copyright (C) 2006-2014, Brainspark B.V.
*
* This file is part of
PolarSSL
(http://www.polarssl.org)
* This file is part of
mbed TLS
(http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
...
...
include/polarssl/ctr_drbg.h
View file @
967a2a5f
...
...
@@ -5,7 +5,7 @@
*
* Copyright (C) 2006-2014, Brainspark B.V.
*
* This file is part of
PolarSSL
(http://www.polarssl.org)
* This file is part of
mbed TLS
(http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
...
...
include/polarssl/debug.h
View file @
967a2a5f
...
...
@@ -5,7 +5,7 @@
*
* Copyright (C) 2006-2011, Brainspark B.V.
*
* This file is part of
PolarSSL
(http://www.polarssl.org)
* This file is part of
mbed TLS
(http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
...
...
include/polarssl/des.h
View file @
967a2a5f
...
...
@@ -5,7 +5,7 @@
*
* Copyright (C) 2006-2014, Brainspark B.V.
*
* This file is part of
PolarSSL
(http://www.polarssl.org)
* This file is part of
mbed TLS
(http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
...
...
include/polarssl/dhm.h
View file @
967a2a5f
...
...
@@ -5,7 +5,7 @@
*
* Copyright (C) 2006-2013, Brainspark B.V.
*
* This file is part of
PolarSSL
(http://www.polarssl.org)
* This file is part of
mbed TLS
(http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
...
...
include/polarssl/ecdh.h
View file @
967a2a5f
...
...
@@ -5,7 +5,7 @@
*
* Copyright (C) 2006-2013, Brainspark B.V.
*
* This file is part of
PolarSSL
(http://www.polarssl.org)
* This file is part of
mbed TLS
(http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
...
...
include/polarssl/ecdsa.h
View file @
967a2a5f
...
...
@@ -5,7 +5,7 @@
*
* Copyright (C) 2006-2013, Brainspark B.V.
*
* This file is part of
PolarSSL
(http://www.polarssl.org)
* This file is part of
mbed TLS
(http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
...
...
include/polarssl/ecp.h
View file @
967a2a5f
...
...
@@ -5,7 +5,7 @@
*
* Copyright (C) 2006-2013, Brainspark B.V.
*
* This file is part of
PolarSSL
(http://www.polarssl.org)
* This file is part of
mbed TLS
(http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
...
...
include/polarssl/entropy.h
View file @
967a2a5f
...
...
@@ -5,7 +5,7 @@
*
* Copyright (C) 2006-2014, Brainspark B.V.
*
* This file is part of
PolarSSL
(http://www.polarssl.org)
* This file is part of
mbed TLS
(http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
...
...
include/polarssl/entropy_poll.h
View file @
967a2a5f
...
...
@@ -5,7 +5,7 @@
*
* Copyright (C) 2006-2011, Brainspark B.V.
*
* This file is part of
PolarSSL
(http://www.polarssl.org)
* This file is part of
mbed TLS
(http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
...
...
include/polarssl/error.h
View file @
967a2a5f
...
...
@@ -5,7 +5,7 @@
*
* Copyright (C) 2006-2013, Brainspark B.V.
*
* This file is part of
PolarSSL
(http://www.polarssl.org)
* This file is part of
mbed TLS
(http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
...
...
include/polarssl/gcm.h
View file @
967a2a5f
...
...
@@ -5,7 +5,7 @@
*
* Copyright (C) 2006-2013, Brainspark B.V.
*
* This file is part of
PolarSSL
(http://www.polarssl.org)
* This file is part of
mbed TLS
(http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
...
...
include/polarssl/havege.h
View file @
967a2a5f
...
...
@@ -5,7 +5,7 @@
*
* Copyright (C) 2006-2013, Brainspark B.V.
*
* This file is part of
PolarSSL
(http://www.polarssl.org)
* This file is part of
mbed TLS
(http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
...
...
include/polarssl/hmac_drbg.h
View file @
967a2a5f
...
...
@@ -5,7 +5,7 @@
*
* Copyright (C) 2014, Brainspark B.V.
*
* This file is part of
PolarSSL
(http://www.polarssl.org)
* This file is part of
mbed TLS
(http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
...
...
include/polarssl/md.h
View file @
967a2a5f
...
...
@@ -7,7 +7,7 @@
*
* Copyright (C) 2006-2014, Brainspark B.V.
*
* This file is part of
PolarSSL
(http://www.polarssl.org)
* This file is part of
mbed TLS
(http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
...
...
include/polarssl/md2.h
View file @
967a2a5f
...
...
@@ -5,7 +5,7 @@
*
* Copyright (C) 2006-2014, Brainspark B.V.
*
* This file is part of
PolarSSL
(http://www.polarssl.org)
* This file is part of
mbed TLS
(http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
...
...
include/polarssl/md4.h
View file @
967a2a5f
...
...
@@ -5,7 +5,7 @@
*
* Copyright (C) 2006-2014, Brainspark B.V.
*
* This file is part of
PolarSSL
(http://www.polarssl.org)
* This file is part of
mbed TLS
(http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
...
...
include/polarssl/md5.h
View file @
967a2a5f
...
...
@@ -5,7 +5,7 @@
*
* Copyright (C) 2006-2013, Brainspark B.V.
*
* This file is part of
PolarSSL
(http://www.polarssl.org)
* This file is part of
mbed TLS
(http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
...
...
include/polarssl/md_wrap.h
View file @
967a2a5f
...
...
@@ -7,7 +7,7 @@
*
* Copyright (C) 2006-2011, Brainspark B.V.
*
* This file is part of
PolarSSL
(http://www.polarssl.org)
* This file is part of
mbed TLS
(http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
...
...
include/polarssl/memory.h
View file @
967a2a5f
...
...
@@ -5,7 +5,7 @@
*
* Copyright (C) 2006-2014, Brainspark B.V.
*
* This file is part of
PolarSSL
(http://www.polarssl.org)
* This file is part of
mbed TLS
(http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
...
...
include/polarssl/memory_buffer_alloc.h
View file @
967a2a5f
...
...
@@ -5,7 +5,7 @@
*
* Copyright (C) 2006-2014, Brainspark B.V.
*
* This file is part of
PolarSSL
(http://www.polarssl.org)
* This file is part of
mbed TLS
(http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
...
...
include/polarssl/net.h
View file @
967a2a5f
...
...
@@ -5,7 +5,7 @@
*
* Copyright (C) 2006-2011, Brainspark B.V.
*
* This file is part of
PolarSSL
(http://www.polarssl.org)
* This file is part of
mbed TLS
(http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
...
...
include/polarssl/oid.h
View file @
967a2a5f
...
...
@@ -5,7 +5,7 @@
*
* Copyright (C) 2006-2014, Brainspark B.V.
*
* This file is part of
PolarSSL
(http://www.polarssl.org)
* This file is part of
mbed TLS
(http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
...
...
include/polarssl/openssl.h
View file @
967a2a5f
...
...
@@ -5,7 +5,7 @@
*
* Copyright (C) 2006-2010, Brainspark B.V.
*
* This file is part of
PolarSSL
(http://www.polarssl.org)
* This file is part of
mbed TLS
(http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
...
...
include/polarssl/padlock.h
View file @
967a2a5f
...
...
@@ -6,7 +6,7 @@
*
* Copyright (C) 2006-2014, Brainspark B.V.
*
* This file is part of
PolarSSL
(http://www.polarssl.org)
* This file is part of
mbed TLS
(http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
...
...
include/polarssl/pbkdf2.h
View file @
967a2a5f
...
...
@@ -8,7 +8,7 @@
*
* Copyright (C) 2006-2012, Brainspark B.V.
*
* This file is part of
PolarSSL
(http://www.polarssl.org)
* This file is part of
mbed TLS
(http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
...
...
include/polarssl/pem.h
View file @
967a2a5f
...
...
@@ -5,7 +5,7 @@
*
* Copyright (C) 2006-2013, Brainspark B.V.
*
* This file is part of
PolarSSL
(http://www.polarssl.org)
* This file is part of
mbed TLS
(http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
...
...
include/polarssl/pk.h
View file @
967a2a5f
...
...
@@ -5,7 +5,7 @@
*
* Copyright (C) 2006-2013, Brainspark B.V.
*
* This file is part of
PolarSSL
(http://www.polarssl.org)
* This file is part of
mbed TLS
(http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
...
...
include/polarssl/pk_wrap.h
View file @
967a2a5f
...
...
@@ -5,7 +5,7 @@
*
* Copyright (C) 2006-2013, Brainspark B.V.
*
* This file is part of
PolarSSL
(http://www.polarssl.org)
* This file is part of
mbed TLS
(http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
...
...
include/polarssl/pkcs11.h
View file @
967a2a5f
...
...
@@ -7,7 +7,7 @@
*
* Copyright (C) 2006-2014, Brainspark B.V.
*
* This file is part of
PolarSSL
(http://www.polarssl.org)
* This file is part of
mbed TLS
(http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
...
...
include/polarssl/pkcs12.h
View file @
967a2a5f
...
...
@@ -5,7 +5,7 @@
*
* Copyright (C) 2006-2013, Brainspark B.V.
*
* This file is part of
PolarSSL
(http://www.polarssl.org)
* This file is part of
mbed TLS
(http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
...
...
include/polarssl/pkcs5.h
View file @
967a2a5f
...
...
@@ -7,7 +7,7 @@
*
* Copyright (C) 2006-2013, Brainspark B.V.
*
* This file is part of
PolarSSL
(http://www.polarssl.org)
* This file is part of
mbed TLS
(http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
...
...
include/polarssl/platform.h
View file @
967a2a5f
...
...
@@ -5,7 +5,7 @@
*
* Copyright (C) 2006-2014, Brainspark B.V.
*
* This file is part of
PolarSSL
(http://www.polarssl.org)
* This file is part of
mbed TLS
(http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
...
...
include/polarssl/ripemd160.h
View file @
967a2a5f
...
...
@@ -5,7 +5,7 @@
*
* Copyright (C) 2014-2014, Brainspark B.V.
*
* This file is part of
PolarSSL
(http://www.polarssl.org)
* This file is part of
mbed TLS
(http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
...
...
include/polarssl/rsa.h
View file @
967a2a5f
...
...
@@ -5,7 +5,7 @@
*
* Copyright (C) 2006-2014, Brainspark B.V.
*
* This file is part of
PolarSSL
(http://www.polarssl.org)
* This file is part of
mbed TLS
(http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
...
...
include/polarssl/sha1.h
View file @
967a2a5f
...
...
@@ -5,7 +5,7 @@
*
* Copyright (C) 2006-2014, Brainspark B.V.
*
* This file is part of
PolarSSL
(http://www.polarssl.org)
* This file is part of
mbed TLS
(http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
...
...
include/polarssl/sha256.h
View file @
967a2a5f
...
...
@@ -5,7 +5,7 @@
*
* Copyright (C) 2006-2014, Brainspark B.V.
*
* This file is part of
PolarSSL
(http://www.polarssl.org)
* This file is part of
mbed TLS
(http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
...
...
include/polarssl/sha512.h
View file @
967a2a5f
...
...
@@ -5,7 +5,7 @@
*
* Copyright (C) 2006-2014, Brainspark B.V.
*
* This file is part of
PolarSSL
(http://www.polarssl.org)
* This file is part of
mbed TLS
(http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
...
...
include/polarssl/ssl.h
View file @
967a2a5f
...
...
@@ -5,7 +5,7 @@
*
* Copyright (C) 2006-2014, Brainspark B.V.
*
* This file is part of
PolarSSL
(http://www.polarssl.org)
* This file is part of
mbed TLS
(http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
...
...
include/polarssl/ssl_cache.h
View file @
967a2a5f
...
...
@@ -5,7 +5,7 @@
*
* Copyright (C) 2006-2013, Brainspark B.V.
*
* This file is part of
PolarSSL
(http://www.polarssl.org)
* This file is part of
mbed TLS
(http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
...
...
include/polarssl/ssl_ciphersuites.h
View file @
967a2a5f
...
...
@@ -5,7 +5,7 @@
*
* Copyright (C) 2006-2013, Brainspark B.V.
*
* This file is part of
PolarSSL
(http://www.polarssl.org)
* This file is part of
mbed TLS
(http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
...
...
include/polarssl/threading.h
View file @
967a2a5f
...
...
@@ -5,7 +5,7 @@
*
* Copyright (C) 2006-2013, Brainspark B.V.
*