Searched refs:dane (Results 1 - 13 of 13) sorted by relevance

/freebsd-13-stable/crypto/openssl/include/internal/
H A Ddane.h78 #define DANETLS_ENABLED(dane) \
79 ((dane) != NULL && sk_danetls_record_num((dane)->trecs) > 0)
93 #define DANETLS_HAS_PKIX(dane) ((dane) && ((dane)->umask & DANETLS_PKIX_MASK))
94 #define DANETLS_HAS_DANE(dane) ((dane) && ((dane)->umask & DANETLS_DANE_MASK))
95 #define DANETLS_HAS_TA(dane) ((dan
[all...]
/freebsd-13-stable/crypto/openssl/crypto/x509/
H A Dx509_vfy.c24 #include "internal/dane.h"
256 SSL_DANE *dane = ctx->dane; local
300 if (DANETLS_ENABLED(dane))
782 SSL_DANE *dane = ctx->dane; local
790 if (DANETLS_HAS_TA(dane) && num_untrusted > 0 && num_untrusted < num) {
864 if (!DANETLS_ENABLED(dane))
866 if (dane->pdpth < 0)
867 dane
2587 X509_STORE_CTX_set0_dane(X509_STORE_CTX *ctx, SSL_DANE *dane) argument
2628 SSL_DANE *dane = ctx->dane; local
2771 SSL_DANE *dane = ctx->dane; local
2796 SSL_DANE *dane = ctx->dane; local
2831 dane_reset(SSL_DANE *dane) argument
2855 SSL_DANE *dane = ctx->dane; local
2929 SSL_DANE *dane = ctx->dane; local
[all...]
/freebsd-13-stable/crypto/openssl/ssl/
H A Dssl_lib.c193 static void dane_final(SSL_DANE *dane) argument
195 sk_danetls_record_pop_free(dane->trecs, tlsa_free);
196 dane->trecs = NULL;
198 sk_X509_pop_free(dane->certs, X509_free);
199 dane->certs = NULL;
201 X509_free(dane->mcert);
202 dane->mcert = NULL;
203 dane->mtlsa = NULL;
204 dane->mdpth = -1;
205 dane
285 tlsa_md_get(SSL_DANE *dane, uint8_t mtype) argument
292 dane_tlsa_add(SSL_DANE *dane, uint8_t usage, uint8_t selector, uint8_t mtype, unsigned const char *data, size_t dlen) argument
1012 SSL_DANE *dane = &s->dane; local
1071 SSL_DANE *dane = &s->dane; local
1087 SSL_DANE *dane = &s->dane; local
5013 SSL_DANE *dane = &s->dane; local
[all...]
H A Dssl_cert.c406 if (DANETLS_ENABLED(&s->dane))
407 X509_STORE_CTX_set0_dane(ctx, &s->dane);
H A Dssl_local.h34 # include "internal/dane.h"
1017 struct dane_ctx_st dane; member in struct:ssl_ctx_st
1132 SSL_DANE dane; member in struct:ssl_st
/freebsd-13-stable/lib/libldns/
H A DMakefile14 SRCS= buffer.c dane.c dname.c dnssec.c dnssec_sign.c dnssec_verify.c \
/freebsd-13-stable/contrib/ldns/ldns/
H A Dldns.h98 #include <ldns/dane.h>
/freebsd-13-stable/contrib/ldns/
H A DMakefile.in78 LDNS_LOBJS = buffer.lo dane.lo dname.lo dnssec.lo dnssec_sign.lo dnssec_verify.lo dnssec_zone.lo duration.lo error.lo higher.lo host2str.lo host2wire.lo keys.lo net.lo packet.lo parse.lo radix.lo rbtree.lo rdata.lo resolver.lo rr.lo rr_functions.lo sha1.lo sha2.lo str2host.lo tsig.lo update.lo util.lo wire2host.lo zone.lo
83 LDNS_HEADERS = buffer.h dane.h dname.h dnssec.h dnssec_sign.h dnssec_verify.h dnssec_zone.h duration.h error.h higher.h host2str.h host2wire.h keys.h ldns.h packet.h parse.h radix.h rbtree.h rdata.h resolver.h rr_functions.h rr.h sha1.h sha2.h str2host.h tsig.h update.h wire2host.h zone.h
91 EXAMPLE_LOBJS = examples/ldns-chaos.lo examples/ldns-compare-zones.lo examples/ldns-dane.lo examples/ldnsd.lo examples/ldns-dpa.lo examples/ldns-gen-zone.lo examples/ldns-key2ds.lo examples/ldns-keyfetcher.lo examples/ldns-keygen.lo examples/ldns-mx.lo examples/ldns-notify.lo examples/ldns-nsec3-hash.lo examples/ldns-read-zone.lo examples/ldns-resolver.lo examples/ldns-revoke.lo examples/ldns-rrsig.lo examples/ldns-signzone.lo examples/ldns-test-edns.lo examples/ldns-testns.lo examples/ldns-testpkts.lo examples/ldns-update.lo examples/ldns-verify-zone.lo examples/ldns-version.lo examples/ldns-walk.lo examples/ldns-zcat.lo examples/ldns-zsplit.lo
93 EX_PROGS_BASENM = ldns-chaos ldns-compare-zones ldns-dane ldnsd ldns-dpa ldns-gen-zone ldns-key2ds ldns-keyfetcher ldns-keygen ldns-mx ldns-notify ldns-nsec3-hash ldns-read-zone ldns-resolver ldns-revoke ldns-rrsig ldns-signzone ldns-test-edns ldns-testns ldns-testpkts ldns-update ldns-verify-zone ldns-version ldns-walk ldns-zcat ldns-zsplit
94 EXAMPLE_PROGS_EX= ^examples/ldns-testpkts\.c|examples/ldns-testns\.c|examples/ldns-dane\.c|examples/ldns-dpa\.c|examples/ldns-nsec3-hash\.c|examples/ldns-revoke\.c|examples/ldns-signzone\.c|examples/ldns-verify-zone\.c$$
99 LDNS_DANE = examples/ldns-dane
100 LDNS_DANE_LOBJS = examples/ldns-dane.lo
171 examples: no-examples-config-h $(EXAMPLE_PROGS) $(TESTNS) $(LDNS_DPA) $(LDNS_DANE) $(EX_SSL_PROGS) examples/ldns-dane.1 examples/ldns-verify-zone.1
198 examples/ldns-dane.1: $(srcdir)/examples/ldns-dane
[all...]
H A Ddane.c14 #include <ldns/dane.h>
635 /* Rely on OpenSSL dane functions.
637 * OpenSSL does not provide offline dane verification. The dane unit
639 * X509_STORE_CTX_set0_dane() to convey dane parameters set on SSL and
642 * dane function prototypes which did only offline dane verification.
835 /* Rely on OpenSSL dane functions.
837 * OpenSSL does not provide offline dane verification. The dane uni
[all...]
H A Dconfigure1471 --disable-dane Disable DANE support
1472 --disable-dane-verify Disable DANE verify support
1473 --disable-dane-ta-usage Disable DANE-TA usage type support
1506 and ldns-dane. [default=SYSCONFDIR/unbound/root.key]
1507 --with-ca-file=CAFILE File containing CA certificates for ldns-dane
1509 ldns-dane
15799 # Check whether --enable-dane was given.
15804 # Check whether --enable-dane-verify was given.
15809 # Check whether --enable-dane-ta-usage was given.
15815 # Check whether --enable-full-dane wa
[all...]
/freebsd-13-stable/contrib/sendmail/src/
H A Dtls.h106 # define CHK_DANE(dane) ((dane) != DANE_NEVER)
/freebsd-13-stable/crypto/openssl/include/crypto/
H A Dx509.h253 SSL_DANE *dane; member in struct:x509_store_ctx_st
/freebsd-13-stable/crypto/openssl/include/openssl/
H A Dx509_vfy.h527 void X509_STORE_CTX_set0_dane(X509_STORE_CTX *ctx, SSL_DANE *dane);

Completed in 317 milliseconds