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
a658a405
Commit
a658a405
authored
Jan 23, 2015
by
Manuel Pégourié-Gonnard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update copyright
parent
a8f3b75f
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 @
a658a405
...
...
@@ -3,7 +3,7 @@
*
* \brief AES block cipher
*
* Copyright (C) 2006-2014,
Brainspark B.V.
* Copyright (C) 2006-2014,
ARM Limited, All Rights Reserved
*
* This file is part of mbed TLS (http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
...
...
include/polarssl/aesni.h
View file @
a658a405
...
...
@@ -3,7 +3,7 @@
*
* \brief AES-NI for hardware AES acceleration on some Intel processors
*
* Copyright (C) 2013,
Brainspark B.V.
* Copyright (C) 2013,
ARM Limited, All Rights Reserved
*
* This file is part of mbed TLS (http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
...
...
include/polarssl/arc4.h
View file @
a658a405
...
...
@@ -3,7 +3,7 @@
*
* \brief The ARCFOUR stream cipher
*
* Copyright (C) 2006-2014,
Brainspark B.V.
* Copyright (C) 2006-2014,
ARM Limited, All Rights Reserved
*
* This file is part of mbed TLS (http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
...
...
include/polarssl/asn1.h
View file @
a658a405
...
...
@@ -3,7 +3,7 @@
*
* \brief Generic ASN.1 parsing
*
* Copyright (C) 2006-2013,
Brainspark B.V.
* Copyright (C) 2006-2013,
ARM Limited, All Rights Reserved
*
* This file is part of mbed TLS (http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
...
...
include/polarssl/asn1write.h
View file @
a658a405
...
...
@@ -3,7 +3,7 @@
*
* \brief ASN.1 buffer writing functionality
*
* Copyright (C) 2006-2014,
Brainspark B.V.
* Copyright (C) 2006-2014,
ARM Limited, All Rights Reserved
*
* This file is part of mbed TLS (http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
...
...
include/polarssl/base64.h
View file @
a658a405
...
...
@@ -3,7 +3,7 @@
*
* \brief RFC 1521 base64 encoding/decoding
*
* Copyright (C) 2006-2013,
Brainspark B.V.
* Copyright (C) 2006-2013,
ARM Limited, All Rights Reserved
*
* This file is part of mbed TLS (http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
...
...
include/polarssl/bignum.h
View file @
a658a405
...
...
@@ -3,7 +3,7 @@
*
* \brief Multi-precision integer library
*
* Copyright (C) 2006-2014,
Brainspark B.V.
* Copyright (C) 2006-2014,
ARM Limited, All Rights Reserved
*
* This file is part of mbed TLS (http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
...
...
include/polarssl/blowfish.h
View file @
a658a405
...
...
@@ -3,7 +3,7 @@
*
* \brief Blowfish block cipher
*
* Copyright (C) 2012-2014,
Brainspark B.V.
* Copyright (C) 2012-2014,
ARM Limited, All Rights Reserved
*
* This file is part of mbed TLS (http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
...
...
include/polarssl/bn_mul.h
View file @
a658a405
...
...
@@ -3,7 +3,7 @@
*
* \brief Multi-precision integer library
*
* Copyright (C) 2006-2010,
Brainspark B.V.
* Copyright (C) 2006-2010,
ARM Limited, All Rights Reserved
*
* This file is part of mbed TLS (http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
...
...
include/polarssl/camellia.h
View file @
a658a405
...
...
@@ -3,7 +3,7 @@
*
* \brief Camellia block cipher
*
* Copyright (C) 2006-2014,
Brainspark B.V.
* Copyright (C) 2006-2014,
ARM Limited, All Rights Reserved
*
* This file is part of mbed TLS (http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
...
...
include/polarssl/ccm.h
View file @
a658a405
...
...
@@ -3,7 +3,7 @@
*
* \brief Counter with CBC-MAC (CCM) for 128-bit block ciphers
*
* Copyright (C) 2014,
Brainspark B.V.
* Copyright (C) 2014,
ARM Limited, All Rights Reserved
*
* This file is part of mbed TLS (http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
...
...
include/polarssl/certs.h
View file @
a658a405
...
...
@@ -3,7 +3,7 @@
*
* \brief Sample certificates and DHM parameters for testing
*
* Copyright (C) 2006-2010,
Brainspark B.V.
* Copyright (C) 2006-2010,
ARM Limited, All Rights Reserved
*
* This file is part of mbed TLS (http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
...
...
include/polarssl/check_config.h
View file @
a658a405
...
...
@@ -3,7 +3,7 @@
*
* \brief Consistency checks for configuration options
*
* Copyright (C) 2006-2014,
Brainspark B.V.
* Copyright (C) 2006-2014,
ARM Limited, All Rights Reserved
*
* This file is part of mbed TLS (http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
...
...
include/polarssl/cipher.h
View file @
a658a405
...
...
@@ -5,7 +5,7 @@
*
* \author Adriaan de Jong <dejong@fox-it.com>
*
* Copyright (C) 2006-2014,
Brainspark B.V.
* Copyright (C) 2006-2014,
ARM Limited, All Rights Reserved
*
* This file is part of mbed TLS (http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
...
...
include/polarssl/cipher_wrap.h
View file @
a658a405
...
...
@@ -5,7 +5,7 @@
*
* \author Adriaan de Jong <dejong@fox-it.com>
*
* Copyright (C) 2006-2013,
Brainspark B.V.
* Copyright (C) 2006-2013,
ARM Limited, All Rights Reserved
*
* This file is part of mbed TLS (http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
...
...
include/polarssl/compat-1.2.h
View file @
a658a405
...
...
@@ -3,7 +3,7 @@
*
* \brief Backwards compatibility header for PolarSSL-1.2 from PolarSSL-1.3
*
* Copyright (C) 2006-2013,
Brainspark B.V.
* Copyright (C) 2006-2013,
ARM Limited, All Rights Reserved
*
* This file is part of mbed TLS (http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
...
...
include/polarssl/config.h
View file @
a658a405
...
...
@@ -3,7 +3,7 @@
*
* \brief Configuration options (set of defines)
*
* Copyright (C) 2006-2014,
Brainspark B.V.
* Copyright (C) 2006-2014,
ARM Limited, All Rights Reserved
*
* This file is part of mbed TLS (http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
...
...
include/polarssl/ctr_drbg.h
View file @
a658a405
...
...
@@ -3,7 +3,7 @@
*
* \brief CTR_DRBG based on AES-256 (NIST SP 800-90)
*
* Copyright (C) 2006-2014,
Brainspark B.V.
* Copyright (C) 2006-2014,
ARM Limited, All Rights Reserved
*
* This file is part of mbed TLS (http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
...
...
include/polarssl/debug.h
View file @
a658a405
...
...
@@ -3,7 +3,7 @@
*
* \brief Debug functions
*
* Copyright (C) 2006-2011,
Brainspark B.V.
* Copyright (C) 2006-2011,
ARM Limited, All Rights Reserved
*
* This file is part of mbed TLS (http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
...
...
include/polarssl/des.h
View file @
a658a405
...
...
@@ -3,7 +3,7 @@
*
* \brief DES block cipher
*
* Copyright (C) 2006-2014,
Brainspark B.V.
* Copyright (C) 2006-2014,
ARM Limited, All Rights Reserved
*
* This file is part of mbed TLS (http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
...
...
include/polarssl/dhm.h
View file @
a658a405
...
...
@@ -3,7 +3,7 @@
*
* \brief Diffie-Hellman-Merkle key exchange
*
* Copyright (C) 2006-2013,
Brainspark B.V.
* Copyright (C) 2006-2013,
ARM Limited, All Rights Reserved
*
* This file is part of mbed TLS (http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
...
...
include/polarssl/ecdh.h
View file @
a658a405
...
...
@@ -3,7 +3,7 @@
*
* \brief Elliptic curve Diffie-Hellman
*
* Copyright (C) 2006-2013,
Brainspark B.V.
* Copyright (C) 2006-2013,
ARM Limited, All Rights Reserved
*
* This file is part of mbed TLS (http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
...
...
include/polarssl/ecdsa.h
View file @
a658a405
...
...
@@ -3,7 +3,7 @@
*
* \brief Elliptic curve DSA
*
* Copyright (C) 2006-2013,
Brainspark B.V.
* Copyright (C) 2006-2013,
ARM Limited, All Rights Reserved
*
* This file is part of mbed TLS (http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
...
...
include/polarssl/ecp.h
View file @
a658a405
...
...
@@ -3,7 +3,7 @@
*
* \brief Elliptic curves over GF(p)
*
* Copyright (C) 2006-2013,
Brainspark B.V.
* Copyright (C) 2006-2013,
ARM Limited, All Rights Reserved
*
* This file is part of mbed TLS (http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
...
...
include/polarssl/entropy.h
View file @
a658a405
...
...
@@ -3,7 +3,7 @@
*
* \brief Entropy accumulator implementation
*
* Copyright (C) 2006-2014,
Brainspark B.V.
* Copyright (C) 2006-2014,
ARM Limited, All Rights Reserved
*
* This file is part of mbed TLS (http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
...
...
include/polarssl/entropy_poll.h
View file @
a658a405
...
...
@@ -3,7 +3,7 @@
*
* \brief Platform-specific and custom entropy polling functions
*
* Copyright (C) 2006-2011,
Brainspark B.V.
* Copyright (C) 2006-2011,
ARM Limited, All Rights Reserved
*
* This file is part of mbed TLS (http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
...
...
include/polarssl/error.h
View file @
a658a405
...
...
@@ -3,7 +3,7 @@
*
* \brief Error to string translation
*
* Copyright (C) 2006-2013,
Brainspark B.V.
* Copyright (C) 2006-2013,
ARM Limited, All Rights Reserved
*
* This file is part of mbed TLS (http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
...
...
include/polarssl/gcm.h
View file @
a658a405
...
...
@@ -3,7 +3,7 @@
*
* \brief Galois/Counter mode for 128-bit block ciphers
*
* Copyright (C) 2006-2013,
Brainspark B.V.
* Copyright (C) 2006-2013,
ARM Limited, All Rights Reserved
*
* This file is part of mbed TLS (http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
...
...
include/polarssl/havege.h
View file @
a658a405
...
...
@@ -3,7 +3,7 @@
*
* \brief HAVEGE: HArdware Volatile Entropy Gathering and Expansion
*
* Copyright (C) 2006-2013,
Brainspark B.V.
* Copyright (C) 2006-2013,
ARM Limited, All Rights Reserved
*
* This file is part of mbed TLS (http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
...
...
include/polarssl/hmac_drbg.h
View file @
a658a405
...
...
@@ -3,7 +3,7 @@
*
* \brief HMAC_DRBG (NIST SP 800-90A)
*
* Copyright (C) 2014,
Brainspark B.V.
* Copyright (C) 2014,
ARM Limited, All Rights Reserved
*
* This file is part of mbed TLS (http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
...
...
include/polarssl/md.h
View file @
a658a405
...
...
@@ -5,7 +5,7 @@
*
* \author Adriaan de Jong <dejong@fox-it.com>
*
* Copyright (C) 2006-2014,
Brainspark B.V.
* Copyright (C) 2006-2014,
ARM Limited, All Rights Reserved
*
* This file is part of mbed TLS (http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
...
...
include/polarssl/md2.h
View file @
a658a405
...
...
@@ -3,7 +3,7 @@
*
* \brief MD2 message digest algorithm (hash function)
*
* Copyright (C) 2006-2014,
Brainspark B.V.
* Copyright (C) 2006-2014,
ARM Limited, All Rights Reserved
*
* This file is part of mbed TLS (http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
...
...
include/polarssl/md4.h
View file @
a658a405
...
...
@@ -3,7 +3,7 @@
*
* \brief MD4 message digest algorithm (hash function)
*
* Copyright (C) 2006-2014,
Brainspark B.V.
* Copyright (C) 2006-2014,
ARM Limited, All Rights Reserved
*
* This file is part of mbed TLS (http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
...
...
include/polarssl/md5.h
View file @
a658a405
...
...
@@ -3,7 +3,7 @@
*
* \brief MD5 message digest algorithm (hash function)
*
* Copyright (C) 2006-2013,
Brainspark B.V.
* Copyright (C) 2006-2013,
ARM Limited, All Rights Reserved
*
* This file is part of mbed TLS (http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
...
...
include/polarssl/md_wrap.h
View file @
a658a405
...
...
@@ -5,7 +5,7 @@
*
* \author Adriaan de Jong <dejong@fox-it.com>
*
* Copyright (C) 2006-2011,
Brainspark B.V.
* Copyright (C) 2006-2011,
ARM Limited, All Rights Reserved
*
* This file is part of mbed TLS (http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
...
...
include/polarssl/memory.h
View file @
a658a405
...
...
@@ -3,7 +3,7 @@
*
* \brief Memory allocation layer (Deprecated to platform layer)
*
* Copyright (C) 2006-2014,
Brainspark B.V.
* Copyright (C) 2006-2014,
ARM Limited, All Rights Reserved
*
* This file is part of mbed TLS (http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
...
...
include/polarssl/memory_buffer_alloc.h
View file @
a658a405
...
...
@@ -3,7 +3,7 @@
*
* \brief Buffer-based memory allocator
*
* Copyright (C) 2006-2014,
Brainspark B.V.
* Copyright (C) 2006-2014,
ARM Limited, All Rights Reserved
*
* This file is part of mbed TLS (http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
...
...
include/polarssl/net.h
View file @
a658a405
...
...
@@ -3,7 +3,7 @@
*
* \brief Network communication functions
*
* Copyright (C) 2006-2011,
Brainspark B.V.
* Copyright (C) 2006-2011,
ARM Limited, All Rights Reserved
*
* This file is part of mbed TLS (http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
...
...
include/polarssl/oid.h
View file @
a658a405
...
...
@@ -3,7 +3,7 @@
*
* \brief Object Identifier (OID) database
*
* Copyright (C) 2006-2014,
Brainspark B.V.
* Copyright (C) 2006-2014,
ARM Limited, All Rights Reserved
*
* This file is part of mbed TLS (http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
...
...
include/polarssl/openssl.h
View file @
a658a405
...
...
@@ -3,7 +3,7 @@
*
* \brief OpenSSL wrapper (definitions, inline functions).
*
* Copyright (C) 2006-2010,
Brainspark B.V.
* Copyright (C) 2006-2010,
ARM Limited, All Rights Reserved
*
* This file is part of mbed TLS (http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
...
...
include/polarssl/padlock.h
View file @
a658a405
...
...
@@ -4,7 +4,7 @@
* \brief VIA PadLock ACE for HW encryption/decryption supported by some
* processors
*
* Copyright (C) 2006-2014,
Brainspark B.V.
* Copyright (C) 2006-2014,
ARM Limited, All Rights Reserved
*
* This file is part of mbed TLS (http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
...
...
include/polarssl/pbkdf2.h
View file @
a658a405
...
...
@@ -6,7 +6,7 @@
*
* \author Mathias Olsson <mathias@kompetensum.com>
*
* Copyright (C) 2006-2012,
Brainspark B.V.
* Copyright (C) 2006-2012,
ARM Limited, All Rights Reserved
*
* This file is part of mbed TLS (http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
...
...
include/polarssl/pem.h
View file @
a658a405
...
...
@@ -3,7 +3,7 @@
*
* \brief Privacy Enhanced Mail (PEM) decoding
*
* Copyright (C) 2006-2013,
Brainspark B.V.
* Copyright (C) 2006-2013,
ARM Limited, All Rights Reserved
*
* This file is part of mbed TLS (http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
...
...
include/polarssl/pk.h
View file @
a658a405
...
...
@@ -3,7 +3,7 @@
*
* \brief Public Key abstraction layer
*
* Copyright (C) 2006-2013,
Brainspark B.V.
* Copyright (C) 2006-2013,
ARM Limited, All Rights Reserved
*
* This file is part of mbed TLS (http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
...
...
include/polarssl/pk_wrap.h
View file @
a658a405
...
...
@@ -3,7 +3,7 @@
*
* \brief Public Key abstraction layer: wrapper functions
*
* Copyright (C) 2006-2013,
Brainspark B.V.
* Copyright (C) 2006-2013,
ARM Limited, All Rights Reserved
*
* This file is part of mbed TLS (http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
...
...
include/polarssl/pkcs11.h
View file @
a658a405
...
...
@@ -5,7 +5,7 @@
*
* \author Adriaan de Jong <dejong@fox-it.com>
*
* Copyright (C) 2006-2014,
Brainspark B.V.
* Copyright (C) 2006-2014,
ARM Limited, All Rights Reserved
*
* This file is part of mbed TLS (http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
...
...
include/polarssl/pkcs12.h
View file @
a658a405
...
...
@@ -3,7 +3,7 @@
*
* \brief PKCS#12 Personal Information Exchange Syntax
*
* Copyright (C) 2006-2013,
Brainspark B.V.
* Copyright (C) 2006-2013,
ARM Limited, All Rights Reserved
*
* This file is part of mbed TLS (http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
...
...
include/polarssl/pkcs5.h
View file @
a658a405
...
...
@@ -5,7 +5,7 @@
*
* \author Mathias Olsson <mathias@kompetensum.com>
*
* Copyright (C) 2006-2013,
Brainspark B.V.
* Copyright (C) 2006-2013,
ARM Limited, All Rights Reserved
*
* This file is part of mbed TLS (http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
...
...
include/polarssl/platform.h
View file @
a658a405
...
...
@@ -3,7 +3,7 @@
*
* \brief mbed TLS Platform abstraction layer
*
* Copyright (C) 2006-2014,
Brainspark B.V.
* Copyright (C) 2006-2014,
ARM Limited, All Rights Reserved
*
* This file is part of mbed TLS (http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
...
...
include/polarssl/ripemd160.h
View file @
a658a405
...
...
@@ -3,7 +3,7 @@
*
* \brief RIPE MD-160 message digest
*
* Copyright (C) 2014-2014,
Brainspark B.V.
* Copyright (C) 2014-2014,
ARM Limited, All Rights Reserved
*
* This file is part of mbed TLS (http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
...
...
include/polarssl/rsa.h
View file @
a658a405
...
...
@@ -3,7 +3,7 @@
*
* \brief The RSA public-key cryptosystem
*
* Copyright (C) 2006-2014,
Brainspark B.V.
* Copyright (C) 2006-2014,
ARM Limited, All Rights Reserved
*
* This file is part of mbed TLS (http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
...
...
include/polarssl/sha1.h
View file @
a658a405
...
...
@@ -3,7 +3,7 @@
*
* \brief SHA-1 cryptographic hash function
*
* Copyright (C) 2006-2014,
Brainspark B.V.
* Copyright (C) 2006-2014,
ARM Limited, All Rights Reserved
*
* This file is part of mbed TLS (http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
...
...
include/polarssl/sha256.h
View file @
a658a405
...
...
@@ -3,7 +3,7 @@
*
* \brief SHA-224 and SHA-256 cryptographic hash function
*
* Copyright (C) 2006-2014,
Brainspark B.V.
* Copyright (C) 2006-2014,
ARM Limited, All Rights Reserved
*
* This file is part of mbed TLS (http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
...
...
include/polarssl/sha512.h
View file @
a658a405
...
...
@@ -3,7 +3,7 @@
*
* \brief SHA-384 and SHA-512 cryptographic hash function
*
* Copyright (C) 2006-2014,
Brainspark B.V.
* Copyright (C) 2006-2014,
ARM Limited, All Rights Reserved
*
* This file is part of mbed TLS (http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
...
...
include/polarssl/ssl.h
View file @
a658a405
...
...
@@ -3,7 +3,7 @@
*
* \brief SSL/TLS functions.
*
* Copyright (C) 2006-2014,
Brainspark B.V.
* Copyright (C) 2006-2014,
ARM Limited, All Rights Reserved
*
* This file is part of mbed TLS (http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
...
...
include/polarssl/ssl_cache.h
View file @
a658a405
...
...
@@ -3,7 +3,7 @@
*
* \brief SSL session cache implementation
*
* Copyright (C) 2006-2013,
Brainspark B.V.
* Copyright (C) 2006-2013,
ARM Limited, All Rights Reserved
*
* This file is part of mbed TLS (http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
...
...
include/polarssl/ssl_ciphersuites.h
View file @
a658a405
...
...
@@ -3,7 +3,7 @@
*
* \brief SSL Ciphersuites for mbed TLS
*
* Copyright (C) 2006-2013,
Brainspark B.V.
* Copyright (C) 2006-2013,
ARM Limited, All Rights Reserved
*
* This file is part of mbed TLS (http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
...
...
include/polarssl/threading.h
View file @
a658a405
...
...
@@ -3,7 +3,7 @@
*
* \brief Threading abstraction layer
*