Home
last modified time | relevance | path

Searched refs:SSL_dane_tlsa_add (Results 1 – 9 of 9) 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,
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 DX509_verify_cert.pod68 L<SSL_dane_tlsa_add(3)>.
93 L<SSL_dane_tlsa_add(3)>,
H A DSSL_get0_peer_rpk.pod58 L<SSL_dane_tlsa_add(3)>.
/openssl/test/
H A Ddanetest.c268 ret = SSL_dane_tlsa_add(ssl, usage, selector, mtype, data, len); in tlsa_import_rr()
/openssl/util/
H A Dlibssl.num256 SSL_dane_tlsa_add 257 3_0_0 EXIST::FUNCTION:
/openssl/ssl/
H A Dssl_lib.c207 if (SSL_dane_tlsa_add(SSL_CONNECTION_GET_SSL(to), t->usage, in ssl_dane_dup()
1325 int SSL_dane_tlsa_add(SSL *s, uint8_t usage, uint8_t selector, in SSL_dane_tlsa_add() function
7873 ret = SSL_dane_tlsa_add(s, DANETLS_USAGE_DANE_EE, in SSL_add_expected_rpk()
/openssl/apps/
H A Ds_client.c444 ret = SSL_dane_tlsa_add(con, usage, selector, mtype, data, len); in tlsa_import_rr()
/openssl/doc/designs/quic-design/
H A Dquic-api-ssl-funcs.md371 | `SSL_dane_tlsa_add` | HL | ��U | ��A | ��NC\* | ��Done …
/openssl/include/openssl/
H A Dssl.h.in1833 __owur int SSL_dane_tlsa_add(SSL *s, uint8_t usage, uint8_t selector,

Completed in 55 milliseconds