Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/x509/
H A Dx509_vfy.c947 SSL_DANE *dane = ctx->dane; in check_trust()
2849 void X509_STORE_CTX_set0_dane(X509_STORE_CTX *ctx, SSL_DANE *dane) in X509_STORE_CTX_set0_dane()
2889 SSL_DANE *dane = ctx->dane; in dane_match_cert()
3035 SSL_DANE *dane = ctx->dane; in check_dane_issuer()
3060 SSL_DANE *dane = ctx->dane; in check_dane_pkeys()
3098 SSL_DANE *dane = ctx->dane; in dane_match_rpk()
3148 static void dane_reset(SSL_DANE *dane) in dane_reset()
3170 SSL_DANE *dane = ctx->dane; in dane_verify_rpk()
3201 SSL_DANE *dane = ctx->dane; in dane_verify()
3281 SSL_DANE *dane = ctx->dane; in build_chain()
/freebsd/crypto/openssl/include/openssl/
H A Dtypes.h168 typedef struct ssl_dane_st SSL_DANE; typedef
H A Dx509_vfy.h799 void X509_STORE_CTX_set0_dane(X509_STORE_CTX *ctx, SSL_DANE *dane);
H A Dx509_vfy.h.in702 void X509_STORE_CTX_set0_dane(X509_STORE_CTX *ctx, SSL_DANE *dane);
H A Dssl.h1906 SSL_DANE *SSL_get0_dane(SSL *ssl);
H A Dssl.h.in1859 SSL_DANE *SSL_get0_dane(SSL *ssl);
/freebsd/crypto/openssl/include/crypto/
H A Dx509.h278 SSL_DANE *dane;
/freebsd/crypto/openssl/ssl/
H A Dssl_lib.c168 static void dane_final(SSL_DANE *dane) in dane_final()
257 static const EVP_MD *tlsa_md_get(SSL_DANE *dane, uint8_t mtype) in tlsa_md_get()
264 static int dane_tlsa_add(SSL_DANE *dane, in dane_tlsa_add()
1231 SSL_DANE *dane; in SSL_dane_enable()
1307 SSL_DANE *dane; in SSL_get0_dane_authority()
1329 SSL_DANE *dane; in SSL_get0_dane_tlsa()
1354 SSL_DANE *SSL_get0_dane(SSL *s) in SSL_get0_dane()
6573 SSL_DANE *dane = &s->dane; in ssl_validate_ct()
8146 SSL_DANE *dane = SSL_get0_dane(s); in SSL_add_expected_rpk()
H A Dssl_local.h1493 SSL_DANE dane;
/freebsd/crypto/openssl/util/
H A Dindent.pro392 -T SSL_DANE