 |
ldns
1.7.0
|
Go to the documentation of this file.
29 #if LDNS_BUILD_CONFIG_HAVE_SSL
30 #include <openssl/ssl.h>
31 #include <openssl/err.h>
118 #if LDNS_BUILD_CONFIG_USE_DANE
130 const ldns_rdf* name, uint16_t port,
134 #if LDNS_BUILD_CONFIG_HAVE_SSL
180 X509* cert, STACK_OF(X509)* extra_certs,
181 X509_STORE* pkix_validation_store,
243 X509* cert, STACK_OF(X509)* extra_certs,
244 X509_STORE* pkix_validation_store);
280 X509* cert, STACK_OF(X509)* extra_certs,
281 X509_STORE* pkix_validation_store);
Domain issued certificate.
List or Set of Resource Records.
ldns_enum_dane_transport
Known transports to use with TLSA owner names.
SHA-256 hash of selected content [RFC6234].
ldns_enum_tlsa_selector
The different "Selector" rdata field values for a TLSA RR.
ldns_enum_tlsa_matching_type
The different "Matching type" rdata field values for a TLSA RR.
ldns_status ldns_dane_verify(const ldns_rr_list *tlsas, X509 *cert, STACK_OF(X509) *extra_certs, X509_STORE *pkix_validation_store)
BEWARE! We strongly recommend to use OpenSSL 1.1.0 dane verification functions instead of the ones pr...
ldns_status ldns_dane_select_certificate(X509 **selected_cert, X509 *cert, STACK_OF(X509) *extra_certs, X509_STORE *pkix_validation_store, ldns_tlsa_certificate_usage cert_usage, int index)
Selects the certificate from cert, extra_certs or the pkix_validation_store based on the value of cer...
enum ldns_enum_tlsa_matching_type ldns_tlsa_matching_type
enum ldns_enum_tlsa_certificate_usage ldns_tlsa_certificate_usage
ldns_status ldns_dane_create_tlsa_owner(ldns_rdf **tlsa_owner, const ldns_rdf *name, uint16_t port, ldns_dane_transport transport)
Creates a dname consisting of the given name, prefixed by the service port and type of transport: _po...
Reserved for Private Use.
Reserved for Private Use.
Exact match on selected content.
ldns_status ldns_dane_create_tlsa_rr(ldns_rr **tlsa, ldns_tlsa_certificate_usage certificate_usage, ldns_tlsa_selector selector, ldns_tlsa_matching_type matching_type, X509 *cert)
Creates a TLSA resource record from the certificate.
enum ldns_enum_tlsa_selector ldns_tlsa_selector
ldns_enum_tlsa_certificate_usage
The different "Certificate usage" rdata field values for a TLSA RR.
SubjectPublicKeyInfo: DER-encoded binary structure as defined in [RFC5280].
enum ldns_enum_status ldns_status
ldns_status ldns_dane_cert2rdf(ldns_rdf **rdf, X509 *cert, ldns_tlsa_selector selector, ldns_tlsa_matching_type matching_type)
Creates a LDNS_RDF_TYPE_HEX type rdf based on the binary data chosen by the selector and encoded usin...
Sevice certificate constraint.
Resource record data field.
ldns_status ldns_dane_verify_rr(const ldns_rr *tlsa_rr, X509 *cert, STACK_OF(X509) *extra_certs, X509_STORE *pkix_validation_store)
BEWARE! We strongly recommend to use OpenSSL 1.1.0 dane verification functions instead of the ones pr...
Reserved for Private Use.
Full certificate: the Certificate binary structure as defined in [RFC5280].
SHA-512 hash of selected content [RFC6234].
enum ldns_enum_dane_transport ldns_dane_transport