Lines Matching refs:stack
273 * Fix a stack buffer overflow with mbedtls_net_poll() and
468 * Reduce stack usage significantly during sliding window exponentiation.
575 * Reduce the stack consumption of mbedtls_x509write_csr_der() which
576 previously could lead to stack overflow on constrained devices.
995 * Avoid use of statically sized stack buffers for certificate writing.
1088 * Reduce stack usage of hkdf tests. Fixes #2195.
1163 * Reduce the stack consumption of mbedtls_mpi_fill_random() which could
1164 previously lead to a stack overflow on constrained targets.
1173 * Reduce stack usage of `mpi_write_hlp()` by eliminating recursion.
1304 * Wipe sensitive buffers on the stack in the CTR_DRBG and HMAC_DRBG
1628 non-blocking operation of the TLS server stack.
1915 * Wipe stack buffer temporarily holding EC private exponent
2195 * Fix a numerical underflow leading to stack overflow in mpi_read_file()
2208 * Wipe stack buffers in RSA private key operations
2260 * Fixed a bug that caused freeing a buffer that was allocated on the stack,
2327 * Fixed potential stack corruption in mbedtls_x509write_crt_der() and
2532 * Fix stack buffer overflow in pkcs12 decryption (used by
2931 * Fix potential stack overflow while parsing crafted X.509 certificates
3454 * Fix potential stack overflow while parsing crafted X.509 certificates