mbedtls/library
Manuel Pégourié-Gonnard 1c38550bbd Skip to trusted certs early in the chain
This helps in the case where an intermediate certificate is directly trusted.
In that case we want to ignore what comes after it in the chain, not only for
performance but also to avoid false negatives (eg an old root being no longer
trusted while the newer intermediate is directly trusted).

see #220

backport of fdbdd72
2015-09-01 18:34:15 +02:00
..
.gitignore
aes.c
aesni.c
arc4.c
asn1parse.c
asn1write.c
base64.c
bignum.c
blowfish.c
camellia.c
ccm.c
certs.c
cipher.c
cipher_wrap.c
CMakeLists.txt Prepare for 1.3.12 release 2015-08-11 13:22:10 +01:00
ctr_drbg.c
debug.c
des.c
dhm.c
ecdh.c
ecdsa.c
ecp.c
ecp_curves.c
entropy.c
entropy_poll.c Fix -Wshadow warnings 2015-08-31 11:07:51 +02:00
error.c
gcm.c
havege.c
hmac_drbg.c
Makefile
md.c
md2.c Fix warning with MD/SHA ALT implementation 2015-08-31 11:22:47 +02:00
md4.c Fix warning with MD/SHA ALT implementation 2015-08-31 11:22:47 +02:00
md5.c Fix warning with MD/SHA ALT implementation 2015-08-31 11:22:47 +02:00
md_wrap.c
memory_buffer_alloc.c
net.c
oid.c
padlock.c
pbkdf2.c
pem.c
pk.c
pk_wrap.c
pkcs5.c
pkcs11.c
pkcs12.c
pkparse.c
pkwrite.c
platform.c
ripemd160.c
rsa.c Fix possible unlock before lock in RSA 2015-08-31 10:21:10 +02:00
sha1.c Fix warning with MD/SHA ALT implementation 2015-08-31 11:22:47 +02:00
sha256.c Fix warning with MD/SHA ALT implementation 2015-08-31 11:22:47 +02:00
sha512.c Fix warning with MD/SHA ALT implementation 2015-08-31 11:22:47 +02:00
ssl_cache.c
ssl_ciphersuites.c
ssl_cli.c Fix handling of long PSK identities 2015-08-31 11:43:47 +02:00
ssl_srv.c
ssl_tls.c Fix handling of long PSK identities 2015-08-31 11:43:47 +02:00
threading.c
timing.c Increase tolerance of timing selftest 2015-08-19 14:48:34 +02:00
version.c
version_features.c
x509.c
x509_create.c
x509_crl.c
x509_crt.c Skip to trusted certs early in the chain 2015-09-01 18:34:15 +02:00
x509_csr.c
x509write_crt.c
x509write_csr.c
xtea.c