mbedtls/library
Paul Bakker 61885c7f7f Fix false reject in padding check in ssl_decrypt_buf() for CBC ciphersuites
In case full SSL frames arrived, they were rejected because an overly
strict padding check.
2014-04-25 12:59:51 +02:00
..
.gitignore
aes.c
aesni.c
arc4.c
asn1parse.c
asn1write.c Added missing MPI_CHK around mpi functions 2014-04-17 12:42:41 +02:00
base64.c
bignum.c
blowfish.c
camellia.c
certs.c
cipher.c
cipher_wrap.c
CMakeLists.txt Prepared for version 1.3.6 2014-04-11 15:33:59 +02:00
ctr_drbg.c
debug.c Fix iteration counter 2014-04-17 12:39:05 +02:00
des.c
dhm.c Added missing MPI_CHK around mpi functions 2014-04-17 12:42:41 +02:00
ecdh.c
ecdsa.c
ecp.c Added missing MPI_CHK around mpi functions 2014-04-17 12:42:41 +02:00
ecp_curves.c Added missing MPI_CHK around mpi functions 2014-04-17 12:42:41 +02:00
entropy.c
entropy_poll.c
error.c Specific return code for PK sig length mismatch 2014-04-09 15:50:00 +02:00
gcm.c
havege.c
hmac_drbg.c
Makefile Prepared for version 1.3.6 2014-04-11 15:33:59 +02:00
md.c
md2.c
md4.c
md5.c
md_wrap.c
memory_buffer_alloc.c
net.c Check setsockopt() return value in net_bind() 2014-04-17 12:43:05 +02:00
oid.c
padlock.c
pbkdf2.c
pem.c Potential buffer overwrite in pem_write_buffer() fixed 2014-04-11 13:58:05 +02:00
pk.c
pk_wrap.c Specific return code for PK sig length mismatch 2014-04-09 15:50:00 +02:00
pkcs5.c
pkcs11.c Typo in PKCS#11 module 2014-04-25 11:44:12 +02:00
pkcs12.c
pkparse.c Restructured pk_parse_key_pkcs8_encrypted_der() to prevent unreachable code 2014-04-17 17:24:29 +02:00
pkwrite.c
platform.c Typo in POLARSSL_PLATFORM_STD_FPRINTF in platform.c 2014-04-25 11:27:16 +02:00
ripemd160.c
rsa.c Added missing MPI_CHK around mpi functions 2014-04-17 12:42:41 +02:00
sha1.c
sha256.c
sha512.c
ssl_cache.c
ssl_ciphersuites.c
ssl_cli.c
ssl_srv.c Only iterate over actual certificates in ssl_write_certificate_request() 2014-04-18 13:50:19 +02:00
ssl_tls.c Fix false reject in padding check in ssl_decrypt_buf() for CBC ciphersuites 2014-04-25 12:59:51 +02:00
threading.c
timing.c
version.c
x509.c Reject certificates with times not in UTC 2014-04-11 13:59:36 +02:00
x509_create.c Add support for 'emailAddress' to x509_string_to_names() 2014-04-18 14:11:37 +02:00
x509_crl.c
x509_crt.c Add x509_crt_check_extended_key_usage() 2014-04-11 11:09:00 +02:00
x509_csr.c
x509write_crt.c
x509write_csr.c
xtea.c