/openssl/test/ssl-tests/ |
H 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 …]
|
H A D | 05-sni.cnf.in | 39 name => "SNI-keep-context",
|
/openssl/providers/implementations/rands/seeding/ |
H A D | rand_unix.c | 186 void ossl_rand_pool_keep_random_devices_open(int keep) in ossl_rand_pool_keep_random_devices_open() argument 580 void ossl_rand_pool_keep_random_devices_open(int keep) in ossl_rand_pool_keep_random_devices_open() argument 582 if (!keep) in ossl_rand_pool_keep_random_devices_open() 585 keep_random_devices_open = keep; in ossl_rand_pool_keep_random_devices_open() 599 void ossl_rand_pool_keep_random_devices_open(int keep) in ossl_rand_pool_keep_random_devices_open() argument
|
H 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
|
H A D | rand_win.c | 159 void ossl_rand_pool_keep_random_devices_open(int keep) in ossl_rand_pool_keep_random_devices_open() argument
|
/openssl/include/crypto/ |
H A D | rand.h | 101 void ossl_rand_pool_keep_random_devices_open(int keep);
|
/openssl/include/openssl/ |
H A D | rand.h | 94 void RAND_keep_random_devices_open(int keep);
|
/openssl/crypto/ |
H A D | initthread.c | 94 init_get_thread_local(CRYPTO_THREAD_LOCAL *local, int alloc, int keep) in init_get_thread_local() argument 117 } else if (!keep) { in init_get_thread_local()
|
/openssl/doc/man3/ |
H 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
|
H A D | d2i_SSL_SESSION.pod | 23 SSL_SESSION objects keep internal link information about the session cache
|
H A D | SSL_set_session.pod | 33 SSL_SESSION objects keep internal link information about the session cache
|
H A D | SSL_SESSION_free.pod | 43 object at the same time. It is therefore crucial to keep the reference
|
H A D | OSSL_HTTP_REQ_CTX.pod | 136 It must also be used when requesting "keep-alive", 192 and this was granted by the server, it can keep I<rctx> as long as it wants 232 This may be omitted if the GET method is used and "keep-alive" is not requested.
|
H 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/doc/internal/man3/ |
H 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
|
H A D | ossl_print_attribute_value.pod | 33 This function generally prints values in such a way as to keep them on a single
|
H A D | evp_keymgmt_util_export_to_provider.pod | 44 It maintains a cache of provider key references in I<pk> to keep track
|
/openssl/ |
H A D | .gitignore | 172 # Anything without an extension is an executable on Unix, so we keep files 173 # with extensions. And we keep the corpora subddir versioned as well.
|
H A D | SUPPORT.md | 33 Please keep in mind: Just because something doesn't work the way you expect
|
/openssl/ssl/statem/ |
H A D | README.md | 25 - Control complexity: only the state machine can change state: keep all
|
/openssl/doc/designs/quic-design/ |
H A D | stream-receive-buffers.md | 80 functions to keep and release decrypted packets with unprocessed data. 123 would have to keep the packet data for all these frames which would
|
/openssl/ssl/ |
H A D | s3_enc.c | 272 int ssl3_digest_cached_records(SSL_CONNECTION *s, int keep) in ssl3_digest_cached_records() argument 303 if (keep == 0) { in ssl3_digest_cached_records()
|
/openssl/test/ |
H A D | tls13secretstest.c | 129 int ssl3_digest_cached_records(SSL_CONNECTION *s, int keep) in ssl3_digest_cached_records() argument
|
H A D | CAtsa.cnf | 39 preserve = no # keep passed DN ordering
|
/openssl/Configurations/ |
H A D | INTERNALS.Configure | 35 statements) need to be processed either way to keep track of the skip
|