Home
last modified time | relevance | path

Searched refs:overflow (Results 1 – 3 of 3) sorted by relevance

/net-tools-3.6.0/mbedtls-2.4.0/library/
Dcmac.c92 unsigned char overflow = 0x00; in cmac_multiply_by_u() local
110 output[i] = input[i] << 1 | overflow; in cmac_multiply_by_u()
111 overflow = input[i] >> 7; in cmac_multiply_by_u()
/net-tools-3.6.0/mbedtls-2.4.0/
DChangeLog89 * Fix potential integer overflow to buffer overflow in
167 * Fix potential buffer overflow in some asn1_write_xxx() functions.
210 overflow of the hostname or session ticket. Found by Guido Vranken,
216 * Fix stack buffer overflow in pkcs12 decryption (used by
219 * Fix potential buffer overflow in mbedtls_mpi_read_string().
228 * Fix possible heap buffer overflow in base64_encoded() when the input
234 * Fix potential heap buffer overflow in servers that perform client
615 * Fix potential stack overflow while parsing crafted X.509 certificates
642 * Stack buffer overflow if ctr_drbg_update() is called with too large
644 * Possible buffer overflow of length at most POLARSSL_MEMORY_ALIGN_MULTIPLE
[all …]
/net-tools-3.6.0/mbedtls-2.4.0/tests/suites/
Dtest_suite_x509parse.data1238 X509 OID numstring #5 (arithmetic overflow)