Information from CERT records (RFC 4034). More...
#include <gnunet_dnsparser_lib.h>
Data Fields | |
enum GNUNET_DNSPARSER_CertType | cert_type |
Certificate type. More... | |
uint16_t | cert_tag |
Certificate KeyTag. More... | |
enum GNUNET_DNSPARSER_CertAlgorithm | algorithm |
Algorithm. More... | |
size_t | certificate_size |
Number of bytes in certificate_data. More... | |
char * | certificate_data |
Data of the certificate. More... | |
Information from CERT records (RFC 4034).
Definition at line 341 of file gnunet_dnsparser_lib.h.
enum GNUNET_DNSPARSER_CertType GNUNET_DNSPARSER_CertRecord::cert_type |
Certificate type.
Definition at line 346 of file gnunet_dnsparser_lib.h.
Referenced by dns_string_to_value(), dns_value_to_string(), GNUNET_DNSPARSER_builder_add_cert(), and GNUNET_DNSPARSER_parse_cert().
uint16_t GNUNET_DNSPARSER_CertRecord::cert_tag |
Certificate KeyTag.
Definition at line 351 of file gnunet_dnsparser_lib.h.
Referenced by dns_string_to_value(), dns_value_to_string(), GNUNET_DNSPARSER_builder_add_cert(), and GNUNET_DNSPARSER_parse_cert().
enum GNUNET_DNSPARSER_CertAlgorithm GNUNET_DNSPARSER_CertRecord::algorithm |
Algorithm.
Definition at line 356 of file gnunet_dnsparser_lib.h.
Referenced by dns_string_to_value(), dns_value_to_string(), GNUNET_DNSPARSER_builder_add_cert(), and GNUNET_DNSPARSER_parse_cert().
size_t GNUNET_DNSPARSER_CertRecord::certificate_size |
Number of bytes in certificate_data.
Definition at line 361 of file gnunet_dnsparser_lib.h.
Referenced by dns_string_to_value(), dns_value_to_string(), GNUNET_DNSPARSER_builder_add_cert(), GNUNET_DNSPARSER_duplicate_cert_record(), and GNUNET_DNSPARSER_parse_cert().
char* GNUNET_DNSPARSER_CertRecord::certificate_data |
Data of the certificate.
Definition at line 366 of file gnunet_dnsparser_lib.h.
Referenced by dns_string_to_value(), dns_value_to_string(), GNUNET_DNSPARSER_builder_add_cert(), GNUNET_DNSPARSER_duplicate_cert_record(), GNUNET_DNSPARSER_free_cert(), and GNUNET_DNSPARSER_parse_cert().