Home
last modified time | relevance | path

Searched refs:external (Results 1 – 25 of 65) sorted by relevance

123

/openssl/test/
H A DREADME-external.md1 Running external test suites with OpenSSL
4 It is possible to integrate external test suites into OpenSSL's `make test`.
20 $ ./config shared enable-external-tests
51 OpenSSL must be built with external tests enabled:
53 $ ./config enable-external-tests
78 Then configure/build OpenSSL enabling external tests:
80 $ ./config shared enable-external-tests
101 Then configure/build OpenSSL enabling external tests:
103 $ ./config shared enable-external-tests
/openssl/doc/man3/
H A DSSL_CTX_set_session_cache_mode.pod36 the external storage if available.
64 then (second) in the external cache if available. If the session is found, the
85 automatically stored there. If external session caching callbacks are in use,
86 this flag guarantees that all lookups are directed to the external cache.
94 Normally a new session is added to the internal cache as well as any external
98 in any SSL/TLS servers where external caching is configured, any successful
99 session lookups in the external cache (i.e. for session-resume requests) would
H A DSSL_CTX_sess_number.pod50 retrieved from internal or external cache is counted as a hit.
53 from the external session cache in server mode.
59 and either found in the internal or external session cache in server mode,
H A DSSL_CTX_set_generate_session_id.pod46 or external caching techniques.
74 not the external one. Since the session id is generated before the
78 Collisions can also occur when using an external session cache, since
79 the external cache is not tested with SSL_has_matching_session_id()
H A DSSL_CTX_sess_set_get_cb.pod5 …e_cb, SSL_CTX_sess_get_get_cb - provide callback functions for server side external session caching
52 In order to allow external session caching, synchronization with the internal
66 application-maintained "external session cache"), and is responsible for
H A DSSL_group_to_name.pod17 or external providers and as returned by a call to SSL_get1_groups()
H A DASN1_EXTERN_FUNCS.pod8 - ASN.1 external function support
50 templates can also be defined based entirely on external functions. These
51 external functions are called to perform operations such as creating a new
H A DSSL_CTX_free.pod29 external session cache are removed as well. If this is not desired, the user
H A DDSA_generate_key.pod28 external circumstances (see L<RAND(7)>), the operation will fail.
H A DSSL_CTX_set1_curves.pod41 external providers. In this case there will be no NID assigned for the group.
71 preference order. If an application uses an external provider to extend OpenSSL
84 for other groups may be added by external providers, however note the discussion
H A DSSL_read_early_data.pod311 Note that some applications may maintain an external cache of sessions (see
313 responsibility to ensure that any sessions in the external cache are also
315 they are similarly removed from the external cache. Failing to do this could
320 been removed from the internal cache but is still available in the external
324 The OpenSSL replay protection does not apply to external Pre Shared Keys (PSKs)
326 should be applied when combining external PSKs with early data.
H A DEC_KEY_get_enc_flags.pod17 The format of the external representation of the public key written by
H A DUI_UTIL_read_pw.pod27 difference is that you can give it an external buffer B<buff> for the
H A DBIO_s_core.pod19 A core BIO is treated as source/sink BIO which communicates to some external
H A DSSL_CTX_flush_sessions.pod43 called to synchronize with the external cache (see
H A DRSA_sign_ASN1_OCTET_STRING.pod39 external circumstances (see L<RAND(7)>), the operation will fail.
H A DDSA_sign.pod50 external circumstances (see L<RAND(7)>), the operation will fail.
H A DEVP_SealInit.pod60 external circumstances (see L<RAND(7)>), the operation will fail.
/openssl/.github/workflows/
H A Dci.yml567 external-tests:
584 …d enable-weak-ssl-ciphers enable-zlib enable-ec_nistp_64_gcc_128 enable-external-tests no-fips && …
591 - name: test external gost-engine
593 - name: test external krb5
597 - name: test external oqs-provider
605 external-test-pyca:
618 …run: ./config --banner=Configured --strict-warnings --debug enable-external-tests && perl configda…
632 - name: test external pyca
635 external-test-cf-quiche:
642 …run: ./config --banner=Configured --strict-warnings enable-external-tests && perl configdata.pm --…
[all …]
H A Dstatic-analysis-on-prem.yml31 …ble-zlib enable-ec_nistp_64_gcc_128 no-shared enable-buildtest-c++ enable-external-tests -DPEDANTIC
H A Dstatic-analysis.yml29 …ble-zlib enable-ec_nistp_64_gcc_128 no-shared enable-buildtest-c++ enable-external-tests -DPEDANTIC
/openssl/crypto/perlasm/
H A DREADME.md29 &external_label("des_SPtrans"); declare and external variable
38 external info that may be required.
/openssl/crypto/md5/
H A Dbuild.info25 # default provider. A no-deprecated build removes the external definition from
/openssl/doc/man7/
H A Dopenssl-glossary.pod42 external format such as PEM or DER.
68 external format such as PEM or DER.
/openssl/ssl/statem/
H A Dextensions.c1540 int external) in tls_psk_do_binder() argument
1565 if (external in tls_psk_do_binder()
1571 if (external) { in tls_psk_do_binder()
1587 if (s->server || !external || usepskfored) in tls_psk_do_binder()

Completed in 50 milliseconds

123