Lines Matching refs:stack

330    * Fix a stack buffer overflow in mbedtls_ecdsa_der_to_raw() and
574 * Fix a stack buffer overread (less than 256 bytes) when parsing a TLS 1.3
666 This reduces stack usage significantly for writing a public/private
932 * Fix very high stack usage in SSL debug code. Reported by Maximilian
993 This reduces stack usage significantly for RSA signature
2420 * Fix a stack buffer overflow with mbedtls_net_poll() and
2615 * Reduce stack usage significantly during sliding window exponentiation.
2722 * Reduce the stack consumption of mbedtls_x509write_csr_der() which
2723 previously could lead to stack overflow on constrained devices.
3142 * Avoid use of statically sized stack buffers for certificate writing.
3235 * Reduce stack usage of hkdf tests. Fixes #2195.
3310 * Reduce the stack consumption of mbedtls_mpi_fill_random() which could
3311 previously lead to a stack overflow on constrained targets.
3320 * Reduce stack usage of `mpi_write_hlp()` by eliminating recursion.
3451 * Wipe sensitive buffers on the stack in the CTR_DRBG and HMAC_DRBG
3775 non-blocking operation of the TLS server stack.
4062 * Wipe stack buffer temporarily holding EC private exponent
4342 * Fix a numerical underflow leading to stack overflow in mpi_read_file()
4355 * Wipe stack buffers in RSA private key operations
4407 * Fixed a bug that caused freeing a buffer that was allocated on the stack,
4474 * Fixed potential stack corruption in mbedtls_x509write_crt_der() and
4679 * Fix stack buffer overflow in pkcs12 decryption (used by
5078 * Fix potential stack overflow while parsing crafted X.509 certificates
5601 * Fix potential stack overflow while parsing crafted X.509 certificates