Lines Matching refs:stack

287    * Fix a stack buffer overflow in mbedtls_ecdsa_der_to_raw() and
531 * Fix a stack buffer overread (less than 256 bytes) when parsing a TLS 1.3
623 This reduces stack usage significantly for writing a public/private
889 * Fix very high stack usage in SSL debug code. Reported by Maximilian
950 This reduces stack usage significantly for RSA signature
2377 * Fix a stack buffer overflow with mbedtls_net_poll() and
2572 * Reduce stack usage significantly during sliding window exponentiation.
2679 * Reduce the stack consumption of mbedtls_x509write_csr_der() which
2680 previously could lead to stack overflow on constrained devices.
3099 * Avoid use of statically sized stack buffers for certificate writing.
3192 * Reduce stack usage of hkdf tests. Fixes #2195.
3267 * Reduce the stack consumption of mbedtls_mpi_fill_random() which could
3268 previously lead to a stack overflow on constrained targets.
3277 * Reduce stack usage of `mpi_write_hlp()` by eliminating recursion.
3408 * Wipe sensitive buffers on the stack in the CTR_DRBG and HMAC_DRBG
3732 non-blocking operation of the TLS server stack.
4019 * Wipe stack buffer temporarily holding EC private exponent
4299 * Fix a numerical underflow leading to stack overflow in mpi_read_file()
4312 * Wipe stack buffers in RSA private key operations
4364 * Fixed a bug that caused freeing a buffer that was allocated on the stack,
4431 * Fixed potential stack corruption in mbedtls_x509write_crt_der() and
4636 * Fix stack buffer overflow in pkcs12 decryption (used by
5035 * Fix potential stack overflow while parsing crafted X.509 certificates
5558 * Fix potential stack overflow while parsing crafted X.509 certificates