Searched refs:SSL_get0_dane_tlsa (Results 1 – 6 of 6) sorted by relevance
/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);
|
/openssl/util/ |
H A D | libssl.num | 359 SSL_get0_dane_tlsa 360 3_0_0 EXIST::FUNCTION:
|
/openssl/apps/lib/ |
H A D | s_cb.c | 1273 mdpth = SSL_get0_dane_tlsa(s, &usage, &selector, &mtype, &data, &dlen); in print_verify_detail()
|
/openssl/doc/designs/quic-design/ |
H A D | quic-api-ssl-funcs.md | 362 | `SSL_get0_dane_tlsa` | HL | U | A | NC\* | Done …
|
/openssl/include/openssl/ |
H A D | ssl.h.in | 1836 __owur int SSL_get0_dane_tlsa(SSL *s, uint8_t *usage, uint8_t *selector,
|
/openssl/ssl/ |
H A D | ssl_lib.c | 1287 int SSL_get0_dane_tlsa(SSL *s, uint8_t *usage, uint8_t *selector, in SSL_get0_dane_tlsa() function
|
Completed in 76 milliseconds