Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/test/
H A Drpktest.c290 if (!TEST_true(SSL_add_expected_rpk(clientssl, pkey))) in test_rpk()
294 if (!TEST_true(SSL_add_expected_rpk(clientssl, pkey))) in test_rpk()
298 if (!TEST_true(SSL_add_expected_rpk(clientssl, pkey))) in test_rpk()
300 if (!TEST_true(SSL_add_expected_rpk(serverssl, pkey))) in test_rpk()
313 if (!TEST_true(SSL_add_expected_rpk(clientssl, pkey))) in test_rpk()
315 if (!TEST_true(SSL_add_expected_rpk(clientssl, root_pkey))) in test_rpk()
319 if (!TEST_true(SSL_add_expected_rpk(clientssl, pkey))) in test_rpk()
321 if (!TEST_true(SSL_add_expected_rpk(clientssl, other_pkey))) in test_rpk()
325 if (!TEST_true(SSL_add_expected_rpk(clientssl, root_pkey))) in test_rpk()
327 if (!TEST_true(SSL_add_expected_rpk(clientssl, pkey))) in test_rpk()
[all …]
/freebsd/crypto/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))
/freebsd/secure/lib/libssl/
H A DVersion.map566 SSL_add_expected_rpk;
/freebsd/crypto/openssl/util/
H A Dlibssl.num556 SSL_add_expected_rpk 557 3_2_0 EXIST::FUNCTION:
/freebsd/crypto/openssl/include/openssl/
H A Dssl.h2907 __owur int SSL_add_expected_rpk(SSL *s, EVP_PKEY *rpk);
H A Dssl.h.in2860 __owur int SSL_add_expected_rpk(SSL *s, EVP_PKEY *rpk);
/freebsd/crypto/openssl/ssl/
H A Dssl_lib.c8141 int SSL_add_expected_rpk(SSL *s, EVP_PKEY *rpk) in SSL_add_expected_rpk() function
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile4388 MLINKS+= SSL_get0_peer_rpk.3 SSL_add_expected_rpk.3