..
.gitignore
aes.c
aesni.c
arc4.c
asn1parse.c
Fix 1 byte overread in mbedtls_asn1_get_int()
2016-10-12 17:45:29 +01:00
asn1write.c
Fix potential double free in cert writing code
2015-12-10 11:24:35 +01:00
base64.c
Add comment to integer overflow fix in base64.c
2017-02-20 21:51:18 +00:00
bignum.c
Fix buffer overflow in mbedtls_mpi_write_string()
2017-03-02 22:58:05 +00:00
blowfish.c
camellia.c
ccm.c
certs.c
cipher.c
Fix integer overflows in buffer bound checks
2017-02-20 21:49:01 +00:00
cipher_wrap.c
CMakeLists.txt
Update version number to 2.1.7 for release
2017-03-08 16:29:31 +00:00
ctr_drbg.c
Fix integer overflows in buffer bound checks
2017-02-20 21:49:01 +00:00
debug.c
des.c
dhm.c
ecdh.c
ecdsa.c
ecp.c
ecp_curves.c
ECP: Prevent freeing a buffer on stack
2017-02-28 18:56:35 +00:00
entropy.c
entropy_poll.c
error.c
DTLS: avoid dropping too many records
2015-12-03 19:22:55 +01:00
gcm.c
Fix documentation for mbedtls_gcm_finish()
2016-10-12 19:54:07 +01:00
havege.c
Change main license to Apache 2.0
2015-09-04 14:21:07 +02:00
hmac_drbg.c
Makefile
Make ar invocation more portable
2016-01-08 14:52:14 +01:00
md.c
md2.c
Fix integer overflows in buffer bound checks
2017-02-20 21:49:01 +00:00
md4.c
md5.c
md_wrap.c
memory_buffer_alloc.c
Fixes memory leak in memory_buffer_alloc.c debug
2016-05-05 17:51:09 +01:00
net.c
Clarify Comments and Fix Typos ( #651 )
2017-02-25 19:44:47 +00:00
oid.c
padlock.c
Change main license to Apache 2.0
2015-09-04 14:21:07 +02:00
pem.c
Fix unused variable/function compilation warnings
2017-02-25 19:48:32 +00:00
pk.c
Fix data loss in unsigned int cast in PK
2017-02-25 20:37:43 +00:00
pk_wrap.c
Fix data loss in unsigned int cast in PK
2017-02-25 20:37:43 +00:00
pkcs5.c
pkcs11.c
pkcs12.c
pkparse.c
Clarify Comments and Fix Typos ( #651 )
2017-02-25 19:44:47 +00:00
pkwrite.c
platform.c
ripemd160.c
rsa.c
RSA: wipe stack buffers
2017-03-23 15:29:45 +01:00
sha1.c
sha256.c
sha512.c
ssl_cache.c
ssl_ciphersuites.c
ssl_cli.c
Fix overread when verifying SERVER_HELLO in DTLS
2016-10-13 15:43:46 +01:00
ssl_cookie.c
Backport 2.1:Resource leak in ssl_cookie and mutex
2017-03-02 21:11:16 +00:00
ssl_srv.c
Fix guards in SSL for ECDH key exchanges
2016-09-05 12:26:04 +03:00
ssl_ticket.c
ssl_tls.c
Fix renegotiation at incorrect times in DTLS
2017-02-25 20:07:38 +00:00
threading.c
Add safety check to sample mutex implementation
2016-10-11 10:40:42 +01:00
timing.c
version.c
version_features.c
Remove MBEDTLS_SSL_AEAD_RANDOM_IV feature
2016-10-13 10:35:34 +01:00
x509.c
Fix buffer overread in mbedtls_x509_get_time()
2017-02-28 14:17:32 +00:00
x509_create.c
x509_crl.c
Fix memory leak in mbedtls_x509_crl_parse()
2017-02-28 17:06:24 +00:00
x509_crt.c
Fix compiler warning with MSVC
2017-02-20 21:47:29 +00:00
x509_csr.c
Fix unused variable/function compilation warnings
2017-02-25 19:48:32 +00:00
x509write_crt.c
Add missing bounds check in X509 DER write funcs
2016-10-11 16:52:06 +01:00
x509write_csr.c
Add missing bounds check in X509 DER write funcs
2016-10-11 16:52:06 +01:00
xtea.c