Searched refs:overflow (Results 1 – 3 of 3) sorted by relevance
92 unsigned char overflow = 0x00; in cmac_multiply_by_u() local110 output[i] = input[i] << 1 | overflow; in cmac_multiply_by_u()111 overflow = input[i] >> 7; in cmac_multiply_by_u()
89 * Fix potential integer overflow to buffer overflow in167 * 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 by219 * Fix potential buffer overflow in mbedtls_mpi_read_string().228 * Fix possible heap buffer overflow in base64_encoded() when the input234 * Fix potential heap buffer overflow in servers that perform client615 * Fix potential stack overflow while parsing crafted X.509 certificates642 * Stack buffer overflow if ctr_drbg_update() is called with too large644 * Possible buffer overflow of length at most POLARSSL_MEMORY_ALIGN_MULTIPLE[all …]
1238 X509 OID numstring #5 (arithmetic overflow)