GNUnet 0.21.1
GNUNET_DNSPARSER_CertRecord Struct Reference

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...
 

Detailed Description

Information from CERT records (RFC 4034).

Definition at line 341 of file gnunet_dnsparser_lib.h.

Field Documentation

◆ cert_type

enum GNUNET_DNSPARSER_CertType GNUNET_DNSPARSER_CertRecord::cert_type

◆ cert_tag

uint16_t GNUNET_DNSPARSER_CertRecord::cert_tag

◆ algorithm

enum GNUNET_DNSPARSER_CertAlgorithm GNUNET_DNSPARSER_CertRecord::algorithm

◆ certificate_size

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(), and GNUNET_DNSPARSER_parse_cert().

◆ certificate_data

char* GNUNET_DNSPARSER_CertRecord::certificate_data

The documentation for this struct was generated from the following file: