Asterisk - The Open Source Telephony Project
18.5.0
|
DNS TLSA Record Parsing API. More...
Go to the source code of this file.
Functions | |
const char * | ast_dns_tlsa_get_association_data (const struct ast_dns_record *record) |
Get the certificate association data from a TLSA record. More... | |
unsigned int | ast_dns_tlsa_get_matching_type (const struct ast_dns_record *record) |
Get the matching type field from a TLSA record. More... | |
unsigned int | ast_dns_tlsa_get_selector (const struct ast_dns_record *record) |
Get the selector field from a TLSA record. More... | |
unsigned int | ast_dns_tlsa_get_usage (const struct ast_dns_record *record) |
Get the certificate usage field from a TLSA record. More... | |
DNS TLSA Record Parsing API.
Definition in file dns_tlsa.h.
const char* ast_dns_tlsa_get_association_data | ( | const struct ast_dns_record * | record | ) |
Get the certificate association data from a TLSA record.
record | The DNS record |
Definition at line 50 of file dns_tlsa.c.
References NULL.
unsigned int ast_dns_tlsa_get_matching_type | ( | const struct ast_dns_record * | record | ) |
Get the matching type field from a TLSA record.
record | The DNS record |
Definition at line 45 of file dns_tlsa.c.
unsigned int ast_dns_tlsa_get_selector | ( | const struct ast_dns_record * | record | ) |
Get the selector field from a TLSA record.
record | The DNS record |
Definition at line 40 of file dns_tlsa.c.
unsigned int ast_dns_tlsa_get_usage | ( | const struct ast_dns_record * | record | ) |
Get the certificate usage field from a TLSA record.
record | The DNS record |
Definition at line 35 of file dns_tlsa.c.