Home
last modified time | relevance | path

Searched defs:http_cert (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/wpa/src/utils/
H A Dhttp-utils.h29 struct http_cert { struct
30 char **dnsname;
31 size_t num_dnsname;
32 struct http_othername *othername;
33 size_t num_othername;
34 struct http_logo *logo;
35 size_t num_logo;
59 int (*cb)(void *ctx, struct http_cert *cert), argument