Searched refs:SSL_add_expected_rpk (Results 1 – 7 of 7) sorted by relevance
/openssl/test/ |
H A D | rpktest.c | 285 if (!TEST_true(SSL_add_expected_rpk(clientssl, pkey))) in test_rpk() 289 if (!TEST_true(SSL_add_expected_rpk(clientssl, pkey))) in test_rpk() 293 if (!TEST_true(SSL_add_expected_rpk(clientssl, pkey))) in test_rpk() 295 if (!TEST_true(SSL_add_expected_rpk(serverssl, pkey))) in test_rpk() 308 if (!TEST_true(SSL_add_expected_rpk(clientssl, pkey))) in test_rpk() 314 if (!TEST_true(SSL_add_expected_rpk(clientssl, pkey))) in test_rpk() 322 if (!TEST_true(SSL_add_expected_rpk(clientssl, pkey))) in test_rpk() 328 if (!TEST_true(SSL_add_expected_rpk(clientssl, pkey))) in test_rpk() 349 if (!TEST_true(SSL_add_expected_rpk(clientssl, pkey))) in test_rpk() 351 if (!TEST_true(SSL_add_expected_rpk(serverssl, pkey))) in test_rpk() [all …]
|
/openssl/doc/man3/ |
H A D | SSL_get0_peer_rpk.pod | 5 SSL_add_expected_rpk, 15 int SSL_add_expected_rpk(SSL *s, EVP_PKEY *rpk); 23 SSL_add_expected_rpk() adds a DANE TLSA record matching public key B<rpk> 41 B<SSL_add_expected_rpk()> may be called multiple times to configure 57 The SSL_add_expected_rpk() function is a wrapper around 65 SSL_add_expected_rpk() returns 1 on success and 0 on failure.
|
H A D | X509_verify_cert.pod | 67 Raw public key DANE TLSA records may be added via L<SSL_add_expected_rpk(3)> or 91 L<SSL_add_expected_rpk(3)>,
|
H A D | SSL_set1_server_cert_type.pod | 154 if (!SSL_add_expected_rpk(ssl, rpk))
|
/openssl/util/ |
H A D | libssl.num | 556 SSL_add_expected_rpk 557 3_2_0 EXIST::FUNCTION:
|
/openssl/include/openssl/ |
H A D | ssl.h.in | 2813 __owur int SSL_add_expected_rpk(SSL *s, EVP_PKEY *rpk);
|
/openssl/ssl/ |
H A D | ssl_lib.c | 7862 int SSL_add_expected_rpk(SSL *s, EVP_PKEY *rpk) in SSL_add_expected_rpk() function
|
Completed in 54 milliseconds