Searched refs:SSL_dane_tlsa_add (Results 1 – 14 of 14) sorted by relevance
/freebsd/crypto/openssl/doc/man3/ |
H A D | SSL_CTX_dane_enable.pod | 6 SSL_dane_tlsa_add, SSL_get0_dane_authority, SSL_get0_dane_tlsa, 20 int SSL_dane_tlsa_add(SSL *s, uint8_t usage, uint8_t selector, 73 SSL_dane_tlsa_add() may then be called one or more times, to load each of the 85 The caller is expected to check the return value of each SSL_dane_tlsa_add() 165 SSL_dane_enable() and SSL_dane_tlsa_add() return a positive value on success. 245 ret = SSL_dane_tlsa_add(ssl, usage, selector, mtype, data, len); 348 call to SSL_dane_tlsa_add(), and if all return 0 (due to invalid
|
H A D | X509_verify_cert.pod | 68 L<SSL_dane_tlsa_add(3)>. 93 L<SSL_dane_tlsa_add(3)>,
|
H A D | SSL_get0_peer_rpk.pod | 58 L<SSL_dane_tlsa_add(3)>.
|
/freebsd/contrib/ldns/ |
H A D | dane.c | 716 else if (SSL_dane_tlsa_add(ssl, usage, selector, mtype, in ldns_dane_verify_rr() 928 if (SSL_dane_tlsa_add(ssl, usage, selector, mtype, in ldns_dane_verify()
|
/freebsd/crypto/openssl/test/ |
H A D | danetest.c | 268 ret = SSL_dane_tlsa_add(ssl, usage, selector, mtype, data, len); in tlsa_import_rr()
|
/freebsd/secure/lib/libssl/ |
H A D | Version.map | 224 SSL_dane_tlsa_add;
|
/freebsd/crypto/openssl/util/ |
H A D | libssl.num | 256 SSL_dane_tlsa_add 257 3_0_0 EXIST::FUNCTION:
|
/freebsd/contrib/sendmail/src/ |
H A D | tls.c | 2769 r = SSL_dane_tlsa_add(ssl, rr[0], rr[1], rr[2], rr + 3,
|
/freebsd/crypto/openssl/ssl/ |
H A D | ssl_lib.c | 213 if (SSL_dane_tlsa_add(SSL_CONNECTION_GET_SSL(to), t->usage, in ssl_dane_dup() 1372 int SSL_dane_tlsa_add(SSL *s, uint8_t usage, uint8_t selector, in SSL_dane_tlsa_add() function 8202 ret = SSL_dane_tlsa_add(s, DANETLS_USAGE_DANE_EE, in SSL_add_expected_rpk()
|
/freebsd/crypto/openssl/apps/ |
H A D | s_client.c | 445 ret = SSL_dane_tlsa_add(con, usage, selector, mtype, data, len); in tlsa_import_rr()
|
/freebsd/crypto/openssl/doc/designs/quic-design/ |
H A D | quic-api-ssl-funcs.md | 371 | `SSL_dane_tlsa_add` | HL | U | A | NC\* | Done …
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | ssl.h | 1890 __owur int SSL_dane_tlsa_add(SSL *s, uint8_t usage, uint8_t selector,
|
H A D | ssl.h.in | 1843 __owur int SSL_dane_tlsa_add(SSL *s, uint8_t usage, uint8_t selector,
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | Makefile | 4077 MLINKS+= SSL_CTX_dane_enable.3 SSL_dane_tlsa_add.3
|