Searched refs:external (Results 1 – 25 of 66) sorted by relevance
123
/openssl/test/ |
H A D | README-external.md | 1 Running external test suites with OpenSSL 4 It is possible to integrate external test suites into OpenSSL's `make test`. 20 $ ./config 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 enable-external-tests 101 Then configure/build OpenSSL enabling external tests: 103 $ ./config enable-external-tests 130 Then configure/build OpenSSL enabling external tests: [all …]
|
/openssl/doc/man3/ |
H A D | SSL_CTX_set_session_cache_mode.pod | 36 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 D | SSL_CTX_sess_number.pod | 50 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 D | SSL_CTX_set_generate_session_id.pod | 46 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 D | SSL_CTX_sess_set_get_cb.pod | 5 …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 D | SSL_group_to_name.pod | 17 or external providers and as returned by a call to SSL_get1_groups()
|
H A D | ASN1_EXTERN_FUNCS.pod | 8 - 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 D | SSL_CTX_free.pod | 29 external session cache are removed as well. If this is not desired, the user
|
H A D | DSA_generate_key.pod | 28 external circumstances (see L<RAND(7)>), the operation will fail.
|
H A D | SSL_read_early_data.pod | 311 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 D | EC_KEY_get_enc_flags.pod | 17 The format of the external representation of the public key written by
|
H A D | UI_UTIL_read_pw.pod | 27 difference is that you can give it an external buffer B<buff> for the
|
H A D | BIO_s_core.pod | 19 A core BIO is treated as source/sink BIO which communicates to some external
|
H A D | SSL_CTX_flush_sessions.pod | 43 called to synchronize with the external cache (see
|
H A D | SSL_CTX_set1_curves.pod | 41 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 D | RSA_sign_ASN1_OCTET_STRING.pod | 39 external circumstances (see L<RAND(7)>), the operation will fail.
|
H A D | DSA_sign.pod | 50 external circumstances (see L<RAND(7)>), the operation will fail.
|
H A D | EVP_SealInit.pod | 60 external circumstances (see L<RAND(7)>), the operation will fail.
|
/openssl/.github/workflows/ |
H A D | ci.yml | 565 external-tests-misc: 590 - name: test external gost-engine 592 - name: test external krb5 594 - name: test external tlsfuzzer 596 - name: test external Cloudflare quiche 604 external-tests-providers: 615 …run: ./config --banner=Configured --strict-warnings --debug enable-external-tests && perl configda… 622 - name: test external oqs-provider 624 - name: test external pkcs11-provider 627 external-tests-pyca: [all …]
|
H A D | static-analysis-on-prem.yml | 31 …ble-zlib enable-ec_nistp_64_gcc_128 no-shared enable-buildtest-c++ enable-external-tests -DPEDANTIC
|
H A D | static-analysis.yml | 30 …ble-zlib enable-ec_nistp_64_gcc_128 no-shared enable-buildtest-c++ enable-external-tests -DPEDANTIC
|
/openssl/crypto/perlasm/ |
H A D | README.md | 29 &external_label("des_SPtrans"); declare and external variable 38 external info that may be required.
|
/openssl/crypto/md5/ |
H A D | build.info | 25 # default provider. A no-deprecated build removes the external definition from
|
/openssl/doc/man7/ |
H A D | openssl-glossary.pod | 42 external format such as PEM or DER. 68 external format such as PEM or DER.
|
/openssl/ssl/statem/ |
H A D | extensions.c | 1541 int external) in tls_psk_do_binder() argument 1566 if (external in tls_psk_do_binder() 1572 if (external) { in tls_psk_do_binder() 1588 if (s->server || !external || usepskfored) in tls_psk_do_binder()
|
Completed in 29 milliseconds
123