Home
last modified time | relevance | path

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

/openssl-master/crypto/encode_decode/
A Ddecoder_lib.c34 size_t recursion; member
698 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()
/openssl-master/include/openssl/
A Dx509_vfy.h.in26 * Protect against recursion, x509.h and x509_vfy.h each include the other.
/openssl-master/
A DCHANGES.md2815 excessive recursion. This could result in a Denial Of Service attack. There
4582 excessive recursion. This could result in a Denial Of Service attack. There
6953 * Fix DTLS recursion flaw. By sending an invalid DTLS handshake to an
7937 * Fix DTLS recursion flaw. By sending an invalid DTLS handshake to an
9445 * Permit restricted recursion of ASN1 strings. This is needed in practice
13750 Stop bug triggering large recursion when presented with

Completed in 26 milliseconds