Searched refs:SSL_get0_dane_tlsa (Results 1 – 9 of 9) 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, 23 int SSL_get0_dane_tlsa(SSL *s, uint8_t *usage, uint8_t *selector, 121 SSL_get0_dane_tlsa() can be used to retrieve the fields of the TLSA record that 174 The functions SSL_get0_dane_authority() and SSL_get0_dane_tlsa() return a 308 (void) SSL_get0_dane_tlsa(ssl, &usage, &selector, &mtype, NULL, NULL);
|
/freebsd/secure/lib/libssl/ |
H A D | Version.map | 235 SSL_get0_dane_tlsa;
|
/freebsd/crypto/openssl/util/ |
H A D | libssl.num | 359 SSL_get0_dane_tlsa 360 3_0_0 EXIST::FUNCTION:
|
/freebsd/crypto/openssl/apps/lib/ |
H A D | s_cb.c | 1210 mdpth = SSL_get0_dane_tlsa(s, &usage, &selector, &mtype, &data, &dlen); in print_verify_detail()
|
/freebsd/contrib/sendmail/src/ |
H A D | tls.c | 1887 r = SSL_get0_dane_tlsa(ssl, &usage, &selector, &mtype, &rr, &rrlen);
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | ssl.h | 1863 __owur int SSL_get0_dane_tlsa(SSL *s, uint8_t *usage, uint8_t *selector,
|
H A D | ssl.h.in | 1791 __owur int SSL_get0_dane_tlsa(SSL *s, uint8_t *usage, uint8_t *selector,
|
/freebsd/crypto/openssl/ssl/ |
H A D | ssl_lib.c | 1123 int SSL_get0_dane_tlsa(SSL *s, uint8_t *usage, uint8_t *selector, in SSL_get0_dane_tlsa() function
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | Makefile | 4019 MLINKS+= SSL_CTX_dane_enable.3 SSL_get0_dane_tlsa.3
|