mbedtls/include/mbedtls
Manuel Pégourié-Gonnard da61ed3346 Merge branch 'mbedtls-1.3' into development
* mbedtls-1.3:
  Include changes from the 1.2 branch
  Remove unused headers in o_p_test
  Add countermeasure against cache-based lucky 13
  Make results of (ext)KeyUsage accessible
  Fix missing NULL check in MPI
  Fix detection of getrandom()
  Fix "make install" handling of symlinks
  Fix bugs in programs displaying verify flags

Conflicts:
	Makefile
	include/polarssl/ssl.h
	library/entropy_poll.c
	library/ssl_srv.c
	library/ssl_tls.c
	programs/test/o_p_test.c
	programs/test/ssl_cert_test.c
	programs/x509/cert_app.c
2015-04-30 10:38:44 +02:00
..
aes.h Just use stdint.h even with MSVC 2015-04-15 11:58:31 +02:00
aesni.h The Great Renaming 2015-04-08 13:25:31 +02:00
arc4.h The Great Renaming 2015-04-08 13:25:31 +02:00
asn1.h The Great Renaming 2015-04-08 13:25:31 +02:00
asn1write.h The Great Renaming 2015-04-08 13:25:31 +02:00
base64.h The Great Renaming 2015-04-08 13:25:31 +02:00
bignum.h Merge branch 'mbedtls-1.3' into development 2015-04-30 10:38:44 +02:00
blowfish.h Just use stdint.h even with MSVC 2015-04-15 11:58:31 +02:00
bn_mul.h The Great Renaming 2015-04-08 13:25:31 +02:00
camellia.h Just use stdint.h even with MSVC 2015-04-15 11:58:31 +02:00
ccm.h Split mbedtls_ccm_init() -> setkey() 2015-04-28 18:02:54 +02:00
certs.h The Great Renaming 2015-04-08 13:25:31 +02:00
check_config.h The Great Renaming 2015-04-08 13:25:31 +02:00
cipher.h The Great Renaming 2015-04-08 13:25:31 +02:00
cipher_wrap.h The Great Renaming 2015-04-08 13:25:31 +02:00
compat-1.3.h Rename pkcs11_xxx_init() to bind() 2015-04-29 02:08:34 +02:00
config.h Remove option HAVE_LONGLONG 2015-04-10 11:34:22 +02:00
ctr_drbg.h Split mbedtls_ctr_drbg_init() -> seed() 2015-04-28 22:38:08 +02:00
debug.h The Great Renaming 2015-04-08 13:25:31 +02:00
des.h Just use stdint.h even with MSVC 2015-04-15 11:58:31 +02:00
dhm.h The Great Renaming 2015-04-08 13:25:31 +02:00
ecdh.h The Great Renaming 2015-04-08 13:25:31 +02:00
ecdsa.h The Great Renaming 2015-04-08 13:25:31 +02:00
ecp.h Merge branch 'mbedtls-1.3' into development 2015-04-15 11:30:46 +02:00
entropy.h The Great Renaming 2015-04-08 13:25:31 +02:00
entropy_poll.h The Great Renaming 2015-04-08 13:25:31 +02:00
error.h Changed values of PK and PKCS5 error codes 2015-04-10 11:34:22 +02:00
gcm.h Split mbedtls_gcm_init() -> gcm_setkey() 2015-04-28 21:42:17 +02:00
havege.h The Great Renaming 2015-04-08 13:25:31 +02:00
hmac_drbg.h Split mbedtls_ctr_drbg_init() -> seed() 2015-04-28 22:38:08 +02:00
md.h The Great Renaming 2015-04-08 13:25:31 +02:00
md2.h The Great Renaming 2015-04-08 13:25:31 +02:00
md4.h Just use stdint.h even with MSVC 2015-04-15 11:58:31 +02:00
md5.h Just use stdint.h even with MSVC 2015-04-15 11:58:31 +02:00
md_wrap.h The Great Renaming 2015-04-08 13:25:31 +02:00
memory_buffer_alloc.h memory_buffer_alloc_init() now returns void 2015-04-29 02:08:34 +02:00
net.h Just use stdint.h even with MSVC 2015-04-15 11:58:31 +02:00
oid.h The Great Renaming 2015-04-08 13:25:31 +02:00
padlock.h Just use stdint.h even with MSVC 2015-04-15 11:58:31 +02:00
pem.h The Great Renaming 2015-04-08 13:25:31 +02:00
pk.h Changed values of PK and PKCS5 error codes 2015-04-10 11:34:22 +02:00
pk_wrap.h The Great Renaming 2015-04-08 13:25:31 +02:00
pkcs5.h Just use stdint.h even with MSVC 2015-04-15 11:58:31 +02:00
pkcs11.h Rename pkcs11_xxx_init() to bind() 2015-04-29 02:08:34 +02:00
pkcs12.h The Great Renaming 2015-04-08 13:25:31 +02:00
platform.h The Great Renaming 2015-04-08 13:25:31 +02:00
ripemd160.h Just use stdint.h even with MSVC 2015-04-15 11:58:31 +02:00
rsa.h The Great Renaming 2015-04-08 13:25:31 +02:00
sha1.h Just use stdint.h even with MSVC 2015-04-15 11:58:31 +02:00
sha256.h Just use stdint.h even with MSVC 2015-04-15 11:58:31 +02:00
sha512.h Just use stdint.h even with MSVC 2015-04-15 11:58:31 +02:00
ssl.h Split ssl_init() -> ssl_setup() 2015-04-29 02:08:34 +02:00
ssl_cache.h The Great Renaming 2015-04-08 13:25:31 +02:00
ssl_ciphersuites.h The Great Renaming 2015-04-08 13:25:31 +02:00
ssl_cookie.h The Great Renaming 2015-04-08 13:25:31 +02:00
threading.h Adapt pthread implementation to recent changes 2015-04-29 02:08:34 +02:00
timing.h The Great Renaming 2015-04-08 13:25:31 +02:00
version.h The Great Renaming 2015-04-08 13:25:31 +02:00
x509.h Fix some X509 macro names 2015-04-20 12:19:02 +01:00
x509_crl.h The Great Renaming 2015-04-08 13:25:31 +02:00
x509_crt.h Fix some additional renaming issues 2015-04-20 12:33:57 +01:00
x509_csr.h The Great Renaming 2015-04-08 13:25:31 +02:00
xtea.h Just use stdint.h even with MSVC 2015-04-15 11:58:31 +02:00