Searched refs:permissive (Results 1 – 2 of 2) sorted by relevance
111 int permissive; /* permissive parsing */ member193 opt.permissive = DFL_PERMISSIVE; in main()237 opt.permissive = atoi( q ); in main()238 if( opt.permissive < 0 || opt.permissive > 1 ) in main()308 if( opt.permissive == 0 && ret > 0 ) in main()
381 * Fix PSA_ALG_TLS12_PRF and PSA_ALG_TLS12_PSK_TO_MS being too permissive4198 * Added permissive certificate parsing to x509parse_crt() and4199 x509parse_crtfile(). With permissive parsing the parsing does not stop on
Completed in 10 milliseconds