Home
last modified time | relevance | path

Searched refs:SSL_add_expected_rpk (Results 1 – 7 of 7) sorted by relevance

/openssl/test/
H A Drpktest.c285 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 DSSL_get0_peer_rpk.pod5 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 DX509_verify_cert.pod67 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 DSSL_set1_server_cert_type.pod154 if (!SSL_add_expected_rpk(ssl, rpk))
/openssl/util/
H A Dlibssl.num556 SSL_add_expected_rpk 557 3_2_0 EXIST::FUNCTION:
/openssl/include/openssl/
H A Dssl.h.in2813 __owur int SSL_add_expected_rpk(SSL *s, EVP_PKEY *rpk);
/openssl/ssl/
H A Dssl_lib.c7862 int SSL_add_expected_rpk(SSL *s, EVP_PKEY *rpk) in SSL_add_expected_rpk() function

Completed in 46 milliseconds