A structure for CA cert/key. More...
Data Fields | |
gnutls_x509_crt_t | cert |
The certificate. More... | |
gnutls_x509_privkey_t | key |
The private key. More... | |
A structure for CA cert/key.
Definition at line 303 of file gnunet-gns-proxy.c.
gnutls_x509_crt_t ProxyCA::cert |
The certificate.
Definition at line 308 of file gnunet-gns-proxy.c.
Referenced by do_shutdown(), generate_gns_certificate(), and run().
gnutls_x509_privkey_t ProxyCA::key |
The private key.
Definition at line 313 of file gnunet-gns-proxy.c.
Referenced by gnunet-chk.Chk::__init__(), gnunet-chk.AESKey::__init__(), do_shutdown(), generate_gns_certificate(), run(), and gnunet-chk.Chk::uri().