Lines Matching refs:memory
68 * Fix a memory leak in mbedtls_x509_csr_parse(), found by catenacyber,
253 doesn't leak memory if the user doesn't use mbedtls_ssl_conf_psk() and
344 * Fix memory allocation corner cases in memory_buffer_alloc.c module. Found
400 being leaked to memory after release.
405 sake of saving memory, but potentially leading to slight timing
483 * Fix memory leak in mbedtls_ssl_set_hostname() when called multiple times.
494 * Fix out-of-memory problem when parsing 4096-bit PKCS8-encrypted RSA keys.
526 * Fix use of uninitialized memory in mbedtls_timing_get_timer() when reset=1.
527 * Fix possible memory leaks in mbedtls_gcm_self_test().
789 * Fix potential memory leak in mbedtls_x509_crl_parse(). The leak was caused
915 * Fix memory leak that occured only when ECJPAKE was enabled and ECDHE and
928 * Fix memory leaks in test framework
946 allocate memory. Only used for certificate generation, not triggerable
1032 * Fix potential random memory allocation in mbedtls_pem_read_buffer()
1040 the same mbedtls_ssl_config object and memory allocation fails. Found by
1116 * Fix memory corruption on client with overlong PSK identity, around
1121 * Fix memory corruption in pkey programs (found by yankuncheng) (#210)
1260 argument (allowing memory savings if HMAC is not used)
1346 * New script memory.sh helps measuring the ROM and RAM requirements of two
1358 * Fix memory leak when gcm_setkey() and ccm_setkey() are used more than
1381 * Fix potential memory leak in ssl_set_psk() (found by Mansour Moufid).
1420 * Fix remotely-triggerable memory leak caused by crafted X.509 certificates
1492 * Remotely-triggerable memory leak when parsing some X.509 certificates
1495 * Remotely-triggerable memory leak when parsing crafted ClientHello
1554 ciphersuites to use and save some memory if the list is small.
1669 * Potential memory leak in mpi_exp_mod() when error occurs during
1692 * Single Platform compatilibity layer (for memory / printf / fprintf)
1720 * Possible remotely-triggered out-of-bounds memory access fixed (found by
1738 * ssl_cache was leaking memory when reusing a timed out entry containing a
1740 * ssl_srv was leaking memory when client presented a timed out ticket
1757 * Potential memory leak in bignum_selftest()
1796 * Potential memory leak in ssl_ticket_keys_init()
1805 * Possible remotely-triggered out-of-bounds memory access fixed (found by
1864 * Buffer-based memory allocator added (no malloc() / free() / HEAP usage)
1919 * Fix potential invalid memory read in the server, that allows a client to
1921 * Fix potential invalid memory read in certificate parsing, that allows a
1943 * Fix remotely-triggerable memory leak caused by crafted X.509 certificates
1954 * Fix memory leaks in PKCS#5 and PKCS#12.
1979 * Remotely-triggerable memory leak when parsing some X.509 certificates
2040 * Potential memory leak in bignum_selftest()
2055 * Potential memory leak in mpi_exp_mod() when error occurs during
2078 * Fixed memory leak in RSA as a result of introduction of blinding
2087 * Fixed potential memory leak when failing to resume a session
2147 * Fixed memory leak in ssl_free() and ssl_reset() for active session
2290 * Fixed potential memory zeroization on miscrafted RSA key (found by Eloi
2295 * Fixed potential memory leak when failing to resume a session
2357 * Fixed potential memory zeroization on miscrafted RSA key (found by Eloi
2376 * Fixed potential memory corruption on miscrafted client messages (found by
2417 * Added POLARSSL_MPI_WINDOW_SIZE definition to allow easier time to memory
2506 does not zeroize memory in advance anymore. Use rsa_init()
2552 * Added reading of DHM context from memory and file
2703 * Fixed minor memory leak in x509parse_crt() and added better
2749 * Fixed a memory leak in x509parse_crt() which was reported by Greg
2797 * Fixed a long standing memory leak in mpi_is_prime()
2821 time, to reduce the memory footprint on embedded systems
2854 * Fixed a couple memory leak in x509_read.c