|
libpktlab - The PacketLab Utility Library
|
Structure for storing pktlab certificate detail information, including cert_info and cert_limit. More...
#include <pktlab.h>

Public Attributes | |
| uint8_t * | serialno |
| uint32_t | serialno_len |
| uint8_t | authority_key_id [PKTLAB_KEYID_LEN] |
| struct { | |
| enum pktlab_cert_type cert_type | |
| enum pktlab_del_type del_type | |
| char * cert_desc | |
| struct pktlab_aux_field * aux_info | |
| uint_fast32_t aux_info_count | |
| } | info |
| struct { | |
| uint8_t * monitor_digests | |
| uint_fast32_t monitor_digests_count | |
| uint64_t max_num_priority | |
| bool max_num_priority_present | |
| uint64_t max_socket_count | |
| bool max_socket_count_present | |
| uint64_t max_exp_period | |
| bool max_exp_period_present | |
| uint64_t max_send_byte | |
| bool max_send_byte_present | |
| uint64_t max_send_pkt | |
| bool max_send_pkt_present | |
| uint64_t max_recv_byte | |
| bool max_recv_byte_present | |
| uint64_t max_recv_pkt | |
| bool max_recv_pkt_present | |
| bool src_ip_spoofing | |
| bool src_ip_spoofing_present | |
| struct pktlab_burst_rate * max_burst_rate_byte | |
| struct pktlab_burst_rate * max_burst_rate_pkt | |
| struct pktlab_valid_dest * valid_dest | |
| struct pktlab_aux_field * aux_limit | |
| uint_fast32_t aux_limit_count | |
| } | limit |
| struct pktlab_cert_detail * | next |
Structure for storing pktlab certificate detail information, including cert_info and cert_limit.
1.8.17