Structure for GNS certificates. More...
Data Fields | |
char | cert [(10 *1024)] |
The certificate as PEM. More... | |
char | key [(10 *1024)] |
The private key as PEM. More... | |
Structure for GNS certificates.
Definition at line 320 of file gnunet-gns-proxy.c.
char ProxyGNSCertificate::cert[(10 *1024)] |
The certificate as PEM.
Definition at line 325 of file gnunet-gns-proxy.c.
Referenced by generate_gns_certificate(), and lookup_ssl_httpd().
char ProxyGNSCertificate::key[(10 *1024)] |
The private key as PEM.
Definition at line 330 of file gnunet-gns-proxy.c.
Referenced by gnunet-chk.Chk::__init__(), gnunet-chk.AESKey::__init__(), generate_gns_certificate(), lookup_ssl_httpd(), and gnunet-chk.Chk::uri().