mbedtls/library
Janos Follath 8a8445415f X509: Fix bug triggered by future CA among trusted
Fix an issue that caused valid certificates being rejected whenever an
expired or not yet valid version of the trusted certificate was before the
valid version in the trusted certificate list.
2016-07-14 14:08:53 +01:00
..
.gitignore
aes.c
aesni.c Rename website and repository 2015-03-06 13:17:10 +00:00
arc4.c
asn1parse.c
asn1write.c Merge memory leak fix into branch 'mbedtls-1.3' 2016-01-02 00:28:19 +00:00
base64.c Fix references to non-standard SIZE_T_MAX 2015-10-05 15:29:48 +01:00
bignum.c Fix backporting mistakes in previous 5 commits 2016-01-08 15:24:46 +01:00
blowfish.c
camellia.c
ccm.c
certs.c Rename website and repository 2015-03-06 13:17:10 +00:00
cipher.c
cipher_wrap.c
CMakeLists.txt Changed library version number to 1.3.17 2016-06-27 19:37:31 +01:00
ctr_drbg.c Add missing 'const' on selftest data 2015-03-11 09:13:42 +00:00
debug.c
des.c
dhm.c
ecdh.c
ecdsa.c
ecp.c Fix macroization of inline in C++ 2015-10-05 14:28:17 +01:00
ecp_curves.c Fix spurious #endif from previous cherry-pick 2015-10-05 14:57:01 +01:00
entropy.c
entropy_poll.c
error.c
gcm.c Fix wrong length limit in GCM 2015-12-10 16:34:32 +01:00
havege.c
hmac_drbg.c
Makefile Make ar invocation more portable 2016-01-08 15:28:40 +01:00
md.c Add POLARSSL_DEPRECATED_{WARNING,REMOVED} 2015-03-23 14:11:11 +01:00
md2.c
md4.c
md5.c
md_wrap.c
memory_buffer_alloc.c
net.c Fix for net_usleep() timing selftest on mingw 2016-01-15 14:36:08 +00:00
oid.c Fix typo in an OID name 2015-10-27 15:12:39 +01:00
padlock.c
pbkdf2.c
pem.c
pk.c
pk_wrap.c
pkcs5.c
pkcs11.c
pkcs12.c
pkparse.c
pkwrite.c Fix other occurrences of same bounds check issue 2015-10-27 11:47:37 +01:00
platform.c
ripemd160.c
rsa.c Included tests for the overflow 2016-05-18 19:58:41 +01:00
sha1.c
sha256.c
sha512.c
ssl_cache.c
ssl_ciphersuites.c
ssl_cli.c Corrects debug macro in ssl_cli.c 2016-04-22 10:05:50 +01:00
ssl_srv.c Fix non compliance SSLv3 in server extension handling. 2016-05-23 18:52:14 +01:00
ssl_tls.c Merge branch 'mbedtls-1.3' into mbedtls-1.3-restricted 2015-10-30 10:17:05 +01:00
threading.c
timing.c
version.c
version_features.c Added _ENABLE_MD5_SIGNATURES into features list 2016-01-04 14:41:31 +00:00
x509.c
x509_create.c Fix other occurrences of same bounds check issue 2015-10-27 11:47:37 +01:00
x509_crl.c
x509_crt.c X509: Fix bug triggered by future CA among trusted 2016-07-14 14:08:53 +01:00
x509_csr.c Rename website and repository 2015-03-06 13:17:10 +00:00
x509write_crt.c
x509write_csr.c
xtea.c