/openssl-master/test/ssl-tests/ |
A D | 05-sni.cnf | 6 test-1 = 1-SNI-keep-context 50 [1-SNI-keep-context] 51 ssl_conf = 1-SNI-keep-context-ssl 53 [1-SNI-keep-context-ssl] 54 server = 1-SNI-keep-context-server 55 client = 1-SNI-keep-context-client 56 server2 = 1-SNI-keep-context-server 58 [1-SNI-keep-context-server] 63 [1-SNI-keep-context-client] 75 [1-SNI-keep-context-server-extra] [all …]
|
A D | 05-sni.cnf.in | 39 name => "SNI-keep-context",
|
/openssl-master/providers/implementations/rands/seeding/ |
A D | rand_unix.c | 188 void ossl_rand_pool_keep_random_devices_open(int keep) in ossl_rand_pool_keep_random_devices_open() argument 584 void ossl_rand_pool_keep_random_devices_open(int keep) in ossl_rand_pool_keep_random_devices_open() argument 586 if (!keep) in ossl_rand_pool_keep_random_devices_open() 589 keep_random_devices_open = keep; in ossl_rand_pool_keep_random_devices_open() 603 void ossl_rand_pool_keep_random_devices_open(int keep) in ossl_rand_pool_keep_random_devices_open() argument
|
A D | rand_vxworks.c | 75 void ossl_rand_pool_keep_random_devices_open(int keep) in ossl_rand_pool_keep_random_devices_open() argument
|
A D | rand_win.c | 177 void ossl_rand_pool_keep_random_devices_open(int keep) in ossl_rand_pool_keep_random_devices_open() argument
|
/openssl-master/include/crypto/ |
A D | rand.h | 101 void ossl_rand_pool_keep_random_devices_open(int keep);
|
/openssl-master/include/openssl/ |
A D | rand.h | 92 void RAND_keep_random_devices_open(int keep);
|
/openssl-master/crypto/ |
A D | initthread.c | 93 init_get_thread_local(CRYPTO_THREAD_LOCAL *local, int alloc, int keep) in init_get_thread_local() argument 116 } else if (!keep) { in init_get_thread_local()
|
/openssl-master/doc/man3/ |
A D | RAND_add.pod | 19 void RAND_keep_random_devices_open(int keep); 69 the B<keep> argument is zero, this call disables the retention of file
|
A D | d2i_SSL_SESSION.pod | 20 SSL_SESSION objects keep internal link information about the session cache
|
A D | SSL_set_session.pod | 32 SSL_SESSION objects keep internal link information about the session cache
|
A D | OSSL_HTTP_REQ_CTX.pod | 119 It must also be used when requesting "keep-alive", 175 and this was granted by the server, it can keep I<rctx> as long as it wants 209 This may be omitted if the GET method is used and "keep-alive" is not requested.
|
A D | SSL_SESSION_free.pod | 43 object at the same time. It is therefore crucial to keep the reference
|
A D | BIO_connect.pod | 54 Enables regular sending of keep-alive messages.
|
A D | SSL_CTX_set_default_passwd_cb.pod | 62 then keep it in memory and use it several times. In the last case, the
|
/openssl-master/doc/internal/man3/ |
A D | ossl_method_construct.pod | 40 It's important to keep in mind that a method is identified by three things: 126 it possible for the subsystem constructor to keep a reference, which
|
A D | evp_keymgmt_util_export_to_provider.pod | 42 It maintains a cache of provider key references in I<pk> to keep track
|
/openssl-master/ssl/statem/ |
A D | README.md | 25 - Control complexity: only the state machine can change state: keep all
|
/openssl-master/test/ |
A D | tls13secretstest.c | 129 int ssl3_digest_cached_records(SSL *s, int keep) in ssl3_digest_cached_records() argument
|
A D | CAtsa.cnf | 39 preserve = no # keep passed DN ordering
|
/openssl-master/ssl/ |
A D | s3_enc.c | 367 int ssl3_digest_cached_records(SSL *s, int keep) in ssl3_digest_cached_records() argument 398 if (keep == 0) { in ssl3_digest_cached_records()
|
/openssl-master/crypto/rand/ |
A D | rand_lib.c | 107 void RAND_keep_random_devices_open(int keep) in RAND_keep_random_devices_open() argument 110 ossl_rand_pool_keep_random_devices_open(keep); in RAND_keep_random_devices_open()
|
/openssl-master/Configurations/ |
A D | INTERNALS.Configure | 35 statements) need to be processed either way to keep track of the skip
|
/openssl-master/ |
A D | SUPPORT.md | 33 Please keep in mind: Just because something doesn't work the way you expect
|
A D | NOTES-VMS.md | 40 will keep the periods in the OpenSSL source directory instead of
|