mbedtls/include/mbedtls
Andres AG 428f28d8d7 Fix renegotiation at incorrect times in DTLS
Fix an incorrect condition in ssl_check_ctr_renegotiate() that compared
64 bits of record counter instead of 48 bits as described in RFC 6347
Section 4.3.1. This would cause the function's return value to be
occasionally incorrect and the renegotiation routines to be triggered
at unexpected times.
2017-01-20 15:56:03 +00:00
..
aes.h Change main license to Apache 2.0 2015-09-04 14:21:07 +02:00
aesni.h Change main license to Apache 2.0 2015-09-04 14:21:07 +02:00
arc4.h Change main license to Apache 2.0 2015-09-04 14:21:07 +02:00
asn1.h Change main license to Apache 2.0 2015-09-04 14:21:07 +02:00
asn1write.h Change main license to Apache 2.0 2015-09-04 14:21:07 +02:00
base64.h Fix references to non-standard SIZE_T_MAX 2015-10-05 15:23:11 +01:00
bignum.h Fix for MPI divide on MSVC 2016-01-03 20:32:46 +00:00
blowfish.h Change main license to Apache 2.0 2015-09-04 14:21:07 +02:00
bn_mul.h Make check-names.sh happy 2016-01-08 15:08:49 +01:00
camellia.h Change main license to Apache 2.0 2015-09-04 14:21:07 +02:00
ccm.h Change main license to Apache 2.0 2015-09-04 14:21:07 +02:00
certs.h Change main license to Apache 2.0 2015-09-04 14:21:07 +02:00
check_config.h Tune dependencies 2015-09-09 12:46:16 +02:00
cipher.h Fix macroization of inline in C++ 2015-10-05 11:41:36 +01:00
cipher_internal.h Change main license to Apache 2.0 2015-09-04 14:21:07 +02:00
compat-1.3.h Various fixes to doxygen API generation 2016-01-04 15:48:12 +00:00
config.h Fix multiple erroneously named source files in comments 2016-11-04 13:36:37 +00:00
ctr_drbg.h Fix a fairly common typo in comments 2015-09-25 04:27:22 +02:00
debug.h Change main license to Apache 2.0 2015-09-04 14:21:07 +02:00
des.h Change main license to Apache 2.0 2015-09-04 14:21:07 +02:00
dhm.h Change main license to Apache 2.0 2015-09-04 14:21:07 +02:00
ecdh.h Change main license to Apache 2.0 2015-09-04 14:21:07 +02:00
ecdsa.h Change main license to Apache 2.0 2015-09-04 14:21:07 +02:00
ecp.h Change main license to Apache 2.0 2015-09-04 14:21:07 +02:00
entropy.h Change main license to Apache 2.0 2015-09-04 14:21:07 +02:00
entropy_poll.h Change main license to Apache 2.0 2015-09-04 14:21:07 +02:00
error.h DTLS: avoid dropping too many records 2015-12-03 19:22:55 +01:00
gcm.h Fix documentation for mbedtls_gcm_finish() 2016-10-12 19:54:07 +01:00
havege.h Change main license to Apache 2.0 2015-09-04 14:21:07 +02:00
hmac_drbg.h Fix a fairly common typo in comments 2015-09-25 04:27:22 +02:00
md.h Various fixes to doxygen API generation 2016-01-04 15:48:12 +00:00
md2.h Various fixes to doxygen API generation 2016-01-04 15:48:12 +00:00
md4.h Various fixes to doxygen API generation 2016-01-04 15:48:12 +00:00
md5.h Various fixes to doxygen API generation 2016-01-04 15:48:12 +00:00
md_internal.h Change main license to Apache 2.0 2015-09-04 14:21:07 +02:00
memory_buffer_alloc.h Clarifies documentation on reported memory statistics 2016-05-05 17:55:19 +01:00
net.h Change main license to Apache 2.0 2015-09-04 14:21:07 +02:00
oid.h Change main license to Apache 2.0 2015-09-04 14:21:07 +02:00
padlock.h Change main license to Apache 2.0 2015-09-04 14:21:07 +02:00
pem.h Change main license to Apache 2.0 2015-09-04 14:21:07 +02:00
pk.h Try to prevent some misuse of RSA functions 2015-10-30 10:57:43 +01:00
pk_internal.h Change main license to Apache 2.0 2015-09-04 14:21:07 +02:00
pkcs5.h Change main license to Apache 2.0 2015-09-04 14:21:07 +02:00
pkcs11.h Fix macroization of inline in C++ 2015-10-05 11:41:36 +01:00
pkcs12.h Change main license to Apache 2.0 2015-09-04 14:21:07 +02:00
platform.h Fixes typo in platform.h 2016-05-18 19:36:04 +01:00
ripemd160.h Various fixes to doxygen API generation 2016-01-04 15:48:12 +00:00
rsa.h Change main license to Apache 2.0 2015-09-04 14:21:07 +02:00
sha1.h Various fixes to doxygen API generation 2016-01-04 15:48:12 +00:00
sha256.h Various fixes to doxygen API generation 2016-01-04 15:48:12 +00:00
sha512.h Various fixes to doxygen API generation 2016-01-04 15:48:12 +00:00
ssl.h Fix renegotiation at incorrect times in DTLS 2017-01-20 15:56:03 +00:00
ssl_cache.h Fix typo in documentation 2015-10-27 10:28:49 +01:00
ssl_ciphersuites.h Fix #ifdef inconsistency 2015-10-28 13:16:33 +01:00
ssl_cookie.h Change main license to Apache 2.0 2015-09-04 14:21:07 +02:00
ssl_internal.h Fix #ifdef inconsistency 2015-10-28 13:16:33 +01:00
ssl_ticket.h Change main license to Apache 2.0 2015-09-04 14:21:07 +02:00
threading.h Change main license to Apache 2.0 2015-09-04 14:21:07 +02:00
timing.h Fix a fairly common typo in comments 2015-09-25 04:27:22 +02:00
version.h Update library version number to 2.1.6 2016-10-17 15:44:26 +01:00
x509.h Change main license to Apache 2.0 2015-09-04 14:21:07 +02:00
x509_crl.h Reintroduce line deleted by accident 2016-01-04 15:48:43 +00:00
x509_crt.h Various fixes to doxygen API generation 2016-01-04 15:48:12 +00:00
x509_csr.h Fix typo in docs for mbedtls_x509write_csr_der() 2016-10-12 17:37:25 +01:00
xtea.h Change main license to Apache 2.0 2015-09-04 14:21:07 +02:00