Searched refs:inhibit (Results 1 – 9 of 9) sorted by relevance
/openssl/ssl/quic/ |
H A D | quic_engine.c | 85 void ossl_quic_engine_set_inhibit_tick(QUIC_ENGINE *qeng, int inhibit) in ossl_quic_engine_set_inhibit_tick() argument 87 qeng->inhibit_tick = (inhibit != 0); in ossl_quic_engine_set_inhibit_tick()
|
/openssl/include/internal/ |
H A D | quic_engine.h | 77 void ossl_quic_engine_set_inhibit_tick(QUIC_ENGINE *qeng, int inhibit);
|
/openssl/doc/man3/ |
H A D | X509_VERIFY_PARAM_set_flags.pod | 271 B<X509_V_FLAG_INHIBIT_MAP> set the B<require explicit policy>, B<inhibit any 272 policy> and B<inhibit policy mapping> flags respectively as defined in
|
/openssl/include/openssl/ |
H A D | x509_vfy.h.in | 339 /* Policy variable inhibit-any-policy */ 341 /* Policy variable inhibit-policy-mapping */
|
/openssl/doc/man1/ |
H A D | openssl-verification-options.pod | 450 Set policy variable inhibit-any-policy (see RFC5280). 454 Set policy variable inhibit-policy-mapping (see RFC5280).
|
/openssl/test/ |
H A D | quic_multistream_test.c | 317 #define OP_C_INHIBIT_TICK(inhibit) \ argument 318 {OPK_C_INHIBIT_TICK, NULL, (inhibit), NULL, NULL, 0, NULL},
|
/openssl/doc/man7/ |
H A D | openssl-quic.pod | 101 has been associated with the QUIC connection SSL object will inhibit future
|
/openssl/crypto/objects/ |
H A D | objects.txt | 905 !Cname inhibit-any-policy
|
/openssl/ |
H A D | CHANGES.md | 12688 * Make it possible to inhibit symlinking of shared libraries in
|
Completed in 134 milliseconds