Home
last modified time | relevance | path

Searched refs:local (Results 1 – 25 of 59) sorted by relevance

123

/openssl/test/
H A Dcontext_internal_test.c18 OSSL_LIB_CTX *local = OSSL_LIB_CTX_new(); in test_set0_default() local
23 || !TEST_ptr(local) in test_set0_default()
28 if (!TEST_ptr(prev = OSSL_LIB_CTX_set0_default(local)) in test_set0_default()
33 if (!TEST_ptr_eq(local, OSSL_LIB_CTX_set0_default(NULL))) in test_set0_default()
42 || !TEST_ptr_eq(local, prev)) in test_set0_default()
47 OSSL_LIB_CTX_free(local); in test_set0_default()
H A DREADME-external.md11 This python test suite runs cryptographic tests with a local OpenSSL build as
38 tests against the local OpenSSL build.
72 tests against the local OpenSSL build.
95 local OpenSSL build.
H A Dsslapitest.c6390 SSL *local = NULL, *peer = NULL; in test_key_update_peer_in_read() local
6403 local = tst == 0 ? clientssl : serverssl; in test_key_update_peer_in_read()
6409 SSL_set_bio(local, lbio, lbio); in test_key_update_peer_in_read()
6474 SSL *local = NULL, *peer = NULL; in test_key_update_local_in_write() local
6488 local = tst == 0 ? clientssl : serverssl; in test_key_update_local_in_write()
6492 tmp = SSL_get_wbio(local); in test_key_update_local_in_write()
6497 SSL_set0_wbio(local, bretry); in test_key_update_local_in_write()
6506 SSL_set0_wbio(local, tmp); in test_key_update_local_in_write()
6564 SSL *local = NULL, *peer = NULL; in test_key_update_local_in_read() local
6577 local = tst == 0 ? clientssl : serverssl; in test_key_update_local_in_read()
[all …]
/openssl/doc/man3/
H A DBIO_sendmmsg.pod16 BIO_ADDR *peer, *local;
79 I<local> may not be available on all platforms; on these platforms, these
80 functions always fail if I<local> is non-NULL.
82 If I<local> is specified and local address support is enabled, but the operating
89 before local address support was enabled for a receiving socket. These are
116 whether local address support is enabled. To enable local address support, call
118 local address support is not available for the platform.
123 local addresses.
158 The I<local> field was set to a non-NULL value, but local address support is not
195 BIO_dgram_set_local_addr_enable() returns 1 if local address support was
[all …]
H A DASN1_STRING_TABLE_add.pod29 local ASN1 string table based on the I<nid> along with other parameters.
38 on I<nid>. It will search the local table first, then the standard one.
H A DRAND_get0_primary.pod23 The I<public> and I<private> DRBG are thread-local instances, which are used
48 they are thread-local. Note however, that changes to these two instances
H A DSSL_get_peer_tmp_key.pod29 SSL_get_tmp_key() returns the equivalent information for the local
H A DSSL_get_peer_signature_nid.pod31 information for the local end of the connection.
H A DBN_zero.pod23 for the most efficient implementation on the local platform.
H A DRAND_egd.pod19 it is possible to query an Entropy Gathering Daemon (EGD) over a local
H A DSSL_get_certificate.pod18 certificate used as the local peer's identity.
/openssl/crypto/
H A Dinitthread.c94 init_get_thread_local(CRYPTO_THREAD_LOCAL *local, int alloc, int keep) in init_get_thread_local() argument
96 THREAD_EVENT_HANDLER **hands = CRYPTO_THREAD_get_local(local); in init_get_thread_local()
104 if (!CRYPTO_THREAD_set_local(local, hands)) { in init_get_thread_local()
111 CRYPTO_THREAD_set_local(local, NULL); in init_get_thread_local()
118 CRYPTO_THREAD_set_local(local, NULL); in init_get_thread_local()
291 CRYPTO_THREAD_LOCAL *local in ossl_ctx_thread_stop() local
294 if (local == NULL) in ossl_ctx_thread_stop()
296 hands = init_get_thread_local(local, 0, 0); in ossl_ctx_thread_stop()
359 CRYPTO_THREAD_LOCAL *local in ossl_init_thread_start() local
368 CRYPTO_THREAD_LOCAL *local = &destructor_key.value; in ossl_init_thread_start() local
[all …]
/openssl/doc/man7/
H A Dproperty.pod128 A context based property query that applies to all fetch operations and a local
130 Where both the context and local queries include a clause with the same name,
131 the local clause overrides the context clause.
133 It is possible for a local property query to remove a clause in the context
139 operations being performed, the local property query can include the
141 Note that the local property query could not use "fips=no" because that would
H A DEVP_RAND.pod80 DRBG are created per thread and accessed through thread-local storage.
83 the thread-local <public> and <private> DRBG instance, respectively.
107 The <public> and <private> DRBG are thread-local, i.e. there is an
113 Note that it is not allowed to store a pointer to one of the thread-local
H A Dfips_module.pod61 OPENSSLDIR: "/usr/local/ssl"
72 F</usr/local/ssl/openssl.cnf>.
79 .include /usr/local/ssl/fipsmodule.cnf
258 both apply. The local property query overrides the default properties if the
284 .include /usr/local/ssl/fipsmodule.cnf
/openssl/
H A DNOTES-UNIX.md23 libraries, such as `/lib`, `/usr/lib` or possibly `/usr/local/lib`. If
61 $ ./Configure --prefix=/usr/local/ssl --openssldir=/usr/local/ssl \
89 $ ./Configure --prefix=/usr/local/ssl --openssldir=/usr/local/ssl \
H A DREADME-FIPS.md39 /usr/local/lib/ossl-modules/fips.so on Unix, and
55 …$ openssl fipsinstall -out /usr/local/ssl/fipsmodule.cnf -module /usr/local/lib/ossl-modules/fips.…
H A DNOTES-NONSTOP.md57 * For 1.1 `--prefix=/usr/local-ssl1.1 --openssldir=/usr/local-ssl1.1/ssl`
58 * For 1.1 PUT `--prefix=/usr/local-ssl1.1_put --openssldir=/usr/local-ssl1.1_put/ssl`
63 * For 3.0 `--prefix=/usr/local-ssl3.0 --openssldir=/usr/local-ssl3.0/ssl`
166 SYSTEMLIBS="-L/E/cs3/usr/local/lib"
/openssl/doc/internal/man3/
H A Dossl_init_thread_deregister.pod31 thread local variable and then register a stop handler. When the thread is
33 clean up the value stored in the thread local variable.
/openssl/util/
H A Dunlocal_shlib.com.in10 $ ! Remove the local environment created by local_shlib.com
H A Dlocal_shlib.com.in10 $ ! Create a local environment with the shared library logical names
/openssl/ssl/record/
H A Drecordmethod.h143 BIO_ADDR *local,
/openssl/ssl/record/methods/
H A Dktls_meth.c502 BIO *transport, BIO *next, BIO_ADDR *local, BIO_ADDR *peer,
512 transport, next, local, peer, settings,
/openssl/ssl/statem/
H A DREADME.md26 the state changes local to the state machine component
/openssl/doc/designs/quic-design/
H A Ddgram-api.md84 - Sometimes, an application may wish to learn the local interface address
85 associated with a receive operation or specify the local interface address to
108 BIO_ADDR *peer, *local;
147 - `peer` and `local` are optional pointers to `BIO_ADDR` structures into
148 which the remote and local addresses are to be filled. If either of these
154 Support for `local` must be explicitly enabled before use, otherwise
165 `BIO_dgram_get_local_addr_cap()` returns 1 if local address support is

Completed in 63 milliseconds

123