/openssl/test/recipes/ |
H A D | 02-test_windows_registry.t | 19 my $actual; 53 $actual = "@ossldir"; 58 $actual =~ s/OPENSSLDIR: *//; 60 ok(grep(/$expect/,$actual), "Confirming version output for openssldir from registry"); 65 $actual = "@osslengineout"; 70 $actual =~ s/ENGINESDIR: *//; 72 ok(grep(/$expect/, $actual) == 1, "Confirming version output for enginesdir from registry"); 77 $actual = "@osslmoduleout"; 82 $actual =~ s/MODULESSDIR: *//; 83 ok(grep(/$expect/, $actual) == 1, "Confirming version output for modulesdir from registry");
|
/openssl/crypto/ |
H A D | provider.c | 21 OSSL_PROVIDER *prov = NULL, *actual; in OSSL_PROVIDER_try_load_ex() local 36 actual = prov; in OSSL_PROVIDER_try_load_ex() 37 if (isnew && !ossl_provider_add_to_store(prov, &actual, retain_fallbacks)) { in OSSL_PROVIDER_try_load_ex() 42 if (actual != prov) { in OSSL_PROVIDER_try_load_ex() 43 if (!ossl_provider_activate(actual, 1, 0)) { in OSSL_PROVIDER_try_load_ex() 44 ossl_provider_free(actual); in OSSL_PROVIDER_try_load_ex() 49 return actual; in OSSL_PROVIDER_try_load_ex()
|
H A D | provider_conf.c | 207 OSSL_PROVIDER *prov = NULL, *actual = NULL; in provider_conf_activate() local 245 } else if (!ossl_provider_add_to_store(prov, &actual, 0)) { in provider_conf_activate() 248 } else if (actual != prov in provider_conf_activate() 249 && !ossl_provider_activate(actual, 1, 0)) { in provider_conf_activate() 250 ossl_provider_free(actual); in provider_conf_activate() 257 actual)) { in provider_conf_activate() 258 ossl_provider_deactivate(actual, 1); in provider_conf_activate() 259 ossl_provider_free(actual); in provider_conf_activate()
|
/openssl/doc/man3/ |
H A D | OPENSSL_LH_stats.pod | 40 hash table. It prints the 'load' and the 'actual load'. The load is 42 'actual load' is the average number of items per 'bucket', but only 43 for buckets which contain entries. So the 'actual load' is the
|
H A D | OSSL_STORE_SEARCH.pod | 103 and the actual subject name is retrieved with OSSL_STORE_SEARCH_get0_name(). 112 and the actual issuer name and serial number are retrieved with 124 and the actual fingerprint and its length can be retrieved with 133 and the actual alias is retrieved with OSSL_STORE_SEARCH_get0_string().
|
H A D | BIO_set_callback.pod | 80 the callback is called twice, once before and once after the actual 102 application if no callback were present. The actual value returned 104 called before the actual BIO operation 1 is placed in B<ret>, if 116 In the notes below, B<callback> defers to the actual callback 226 the actual call parameter, see B<BIO_callback_ctrl>.
|
H A D | SSL_set_shutdown.pod | 49 The actual condition for a correctly closed session is SSL_SENT_SHUTDOWN 67 on the actual connection state.
|
H A D | SSL_want.pod | 56 B<BIO> layer in order to complete the actual SSL_*() operation. 62 complete the actual SSL_*() operation.
|
H A D | ASN1_STRING_length.pod | 72 is null terminated or does not contain embedded nulls. The actual format 73 of the data will depend on the actual string type itself: for example
|
H A D | EVP_PKEY_get_group_name.pod | 18 and assigns I<*gname_len> the actual length of the name not including
|
H A D | OPENSSL_instrument_bus.pod | 24 zeroed upon invocation (if you want to retrieve actual probe values).
|
H A D | SSL_CTX_flush_sessions.pod | 38 expiration test, in most cases the actual time given by time(0)
|
H A D | RC4_set_key.pod | 34 RC4 consists of a key setup phase and the actual encryption or
|
H A D | SSL_CTX_set_timeout.pod | 25 timeout value valid at this time. If the actual time is later than creation
|
H A D | DSA_sign.pod | 38 cause overhead, and does not affect the actual signature
|
H A D | SSL_SESSION_get_time.pod | 58 Both are set at creation time of the session to the actual time and the
|
/openssl/crypto/cmp/ |
H A D | cmp_vfy.c | 661 ASN1_OCTET_STRING *actual, int reason) in check_transactionID_or_nonce() argument 664 && (actual == NULL || ASN1_OCTET_STRING_cmp(expected, actual) != 0)) { in check_transactionID_or_nonce() 669 actual_str = actual == NULL ? NULL: i2s_ASN1_OCTET_STRING(NULL, actual); in check_transactionID_or_nonce() 673 actual == NULL ? "(none)" : in check_transactionID_or_nonce()
|
/openssl/demos/sslecho/ |
H A D | A-SSL-Docs.txt | 18 should enter 'localhost', or an actual hostname.
|
H A D | README.md | 26 Best to create the 'pem' files using an actual hostname.
|
/openssl/test/ |
H A D | wpackettest.c | 584 uint64_t expected, actual = 0; in test_WPACKET_quic_vlint_random() local 619 || !TEST_true(PACKET_get_quic_vlint(&read_pkt, &actual)) in test_WPACKET_quic_vlint_random() 620 || !TEST_uint64_t_eq(expected, actual)) in test_WPACKET_quic_vlint_random()
|
/openssl/doc/man7/ |
H A D | provider-kem.pod | 15 * None of these are actual functions, but are displayed like this for 144 OSSL_FUNC_kem_encapsulate() performs the actual encapsulation itself. 172 OSSL_FUNC_kem_decapsulate() performs the actual decapsulation itself.
|
H A D | provider-asym_cipher.pod | 15 * None of these are actual functions, but are displayed like this for 131 OSSL_FUNC_asym_cipher_encrypt() performs the actual encryption itself. 154 OSSL_FUNC_asym_cipher_decrypt() performs the actual decryption itself.
|
H A D | provider-signature.pod | 15 * None of these are actual functions, but are displayed like this for 242 OSSL_FUNC_signature_sign() performs the actual signing itself. 271 OSSL_FUNC_signature_sign_message_final() performs the actual signing on the 296 OSSL_FUNC_signature_verify() performs the actual verification itself. 321 OSSL_FUNC_signature_verify_message_final() performs the actual verification on 342 OSSL_FUNC_signature_verify_recover() performs the actual verify recover itself.
|
/openssl/doc/man1/ |
H A D | openssl-passphrase-options.pod | 37 The actual password is I<password>. Since the password is visible
|
/openssl/include/openssl/ |
H A D | asn1t.h.in | 70 * actual strings all occupy an ASN1_STRING 486 * actual type. It determines the actual position of the field in the value 564 * actual octet format. 600 /* This is the actual ASN1 item itself */
|