Lines Matching refs:stack
144 * Fix a stack buffer overread (less than 256 bytes) when parsing a TLS 1.3
235 This reduces stack usage significantly for writing a public/private
501 * Fix very high stack usage in SSL debug code. Reported by Maximilian
562 This reduces stack usage significantly for RSA signature
1989 * Fix a stack buffer overflow with mbedtls_net_poll() and
2184 * Reduce stack usage significantly during sliding window exponentiation.
2291 * Reduce the stack consumption of mbedtls_x509write_csr_der() which
2292 previously could lead to stack overflow on constrained devices.
2711 * Avoid use of statically sized stack buffers for certificate writing.
2804 * Reduce stack usage of hkdf tests. Fixes #2195.
2879 * Reduce the stack consumption of mbedtls_mpi_fill_random() which could
2880 previously lead to a stack overflow on constrained targets.
2889 * Reduce stack usage of `mpi_write_hlp()` by eliminating recursion.
3020 * Wipe sensitive buffers on the stack in the CTR_DRBG and HMAC_DRBG
3344 non-blocking operation of the TLS server stack.
3631 * Wipe stack buffer temporarily holding EC private exponent
3911 * Fix a numerical underflow leading to stack overflow in mpi_read_file()
3924 * Wipe stack buffers in RSA private key operations
3976 * Fixed a bug that caused freeing a buffer that was allocated on the stack,
4043 * Fixed potential stack corruption in mbedtls_x509write_crt_der() and
4248 * Fix stack buffer overflow in pkcs12 decryption (used by
4647 * Fix potential stack overflow while parsing crafted X.509 certificates
5170 * Fix potential stack overflow while parsing crafted X.509 certificates