Searched refs:recursion (Results 1 – 3 of 3) sorted by relevance
34 size_t recursion; member698 new_data.recursion = data->recursion + 1; in decoder_process()701 #define LEVEL (new_data.recursion < sizeof(LEVEL_STR) \ in decoder_process()702 ? &LEVEL_STR[sizeof(LEVEL_STR) - new_data.recursion - 1] \ in decoder_process()
26 * Protect against recursion, x509.h and x509_vfy.h each include the other.
2815 excessive recursion. This could result in a Denial Of Service attack. There4582 excessive recursion. This could result in a Denial Of Service attack. There6953 * Fix DTLS recursion flaw. By sending an invalid DTLS handshake to an7937 * Fix DTLS recursion flaw. By sending an invalid DTLS handshake to an9445 * Permit restricted recursion of ASN1 strings. This is needed in practice13750 Stop bug triggering large recursion when presented with
Completed in 26 milliseconds