Home
last modified time | relevance | path

Searched refs:SSL_DANE (Results 1 – 10 of 10) sorted by relevance

/freebsd/crypto/openssl/include/openssl/
H A Dtypes.h156 typedef struct ssl_dane_st SSL_DANE; typedef
H A Dx509_vfy.h789 void X509_STORE_CTX_set0_dane(X509_STORE_CTX *ctx, SSL_DANE *dane);
H A Dx509_vfy.h.in692 void X509_STORE_CTX_set0_dane(X509_STORE_CTX *ctx, SSL_DANE *dane);
H A Dssl.h1870 SSL_DANE *SSL_get0_dane(SSL *ssl);
H A Dssl.h.in1798 SSL_DANE *SSL_get0_dane(SSL *ssl);
/freebsd/crypto/openssl/crypto/x509/
H A Dx509_vfy.c815 SSL_DANE *dane = ctx->dane; in check_trust()
2647 void X509_STORE_CTX_set0_dane(X509_STORE_CTX *ctx, SSL_DANE *dane) in X509_STORE_CTX_set0_dane()
2687 SSL_DANE *dane = ctx->dane; in dane_match()
2830 SSL_DANE *dane = ctx->dane; in check_dane_issuer()
2855 SSL_DANE *dane = ctx->dane; in check_dane_pkeys()
2890 static void dane_reset(SSL_DANE *dane) in dane_reset()
2912 SSL_DANE *dane = ctx->dane; in dane_verify()
2990 SSL_DANE *dane = ctx->dane; in build_chain()
/freebsd/crypto/openssl/include/crypto/
H A Dx509.h278 SSL_DANE *dane;
/freebsd/crypto/openssl/ssl/
H A Dssl_lib.c170 static void dane_final(SSL_DANE *dane) in dane_final()
262 static const EVP_MD *tlsa_md_get(SSL_DANE *dane, uint8_t mtype) in tlsa_md_get()
269 static int dane_tlsa_add(SSL_DANE *dane, in dane_tlsa_add()
1051 SSL_DANE *dane = &s->dane; in SSL_dane_enable()
1110 SSL_DANE *dane = &s->dane; in SSL_get0_dane_authority()
1126 SSL_DANE *dane = &s->dane; in SSL_get0_dane_tlsa()
1145 SSL_DANE *SSL_get0_dane(SSL *s) in SSL_get0_dane()
5228 SSL_DANE *dane = &s->dane; in ssl_validate_ct()
H A Dssl_local.h1446 SSL_DANE dane;
/freebsd/crypto/openssl/util/
H A Dindent.pro393 -T SSL_DANE