Home
last modified time | relevance | path

Searched refs:SSL_get0_dane_tlsa (Results 1 – 6 of 6) sorted by relevance

/openssl/doc/man3/
H A DSSL_CTX_dane_enable.pod6 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);
/openssl/util/
H A Dlibssl.num359 SSL_get0_dane_tlsa 360 3_0_0 EXIST::FUNCTION:
/openssl/apps/lib/
H A Ds_cb.c1273 mdpth = SSL_get0_dane_tlsa(s, &usage, &selector, &mtype, &data, &dlen); in print_verify_detail()
/openssl/doc/designs/quic-design/
H A Dquic-api-ssl-funcs.md362 | `SSL_get0_dane_tlsa` | HL | ��U | ��A | ��NC\* | ��Done …
/openssl/include/openssl/
H A Dssl.h.in1836 __owur int SSL_get0_dane_tlsa(SSL *s, uint8_t *usage, uint8_t *selector,
/openssl/ssl/
H A Dssl_lib.c1287 int SSL_get0_dane_tlsa(SSL *s, uint8_t *usage, uint8_t *selector, in SSL_get0_dane_tlsa() function

Completed in 63 milliseconds