Searched refs:SSL_add_expected_rpk (Results 1 – 10 of 10) sorted by relevance
| /freebsd/crypto/openssl/test/ |
| H A D | rpktest.c | 290 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 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))
|
| /freebsd/secure/lib/libssl/ |
| H A D | Version.map | 566 SSL_add_expected_rpk;
|
| /freebsd/crypto/openssl/util/ |
| H A D | libssl.num | 556 SSL_add_expected_rpk 557 3_2_0 EXIST::FUNCTION:
|
| /freebsd/crypto/openssl/include/openssl/ |
| H A D | ssl.h | 2907 __owur int SSL_add_expected_rpk(SSL *s, EVP_PKEY *rpk);
|
| H A D | ssl.h.in | 2860 __owur int SSL_add_expected_rpk(SSL *s, EVP_PKEY *rpk);
|
| /freebsd/crypto/openssl/ssl/ |
| H A D | ssl_lib.c | 8141 int SSL_add_expected_rpk(SSL *s, EVP_PKEY *rpk) in SSL_add_expected_rpk() function
|
| /freebsd/secure/lib/libcrypto/man/man3/ |
| H A D | Makefile | 4388 MLINKS+= SSL_get0_peer_rpk.3 SSL_add_expected_rpk.3
|