A structure for CA cert/key. More...
Data Fields | |
| gnutls_x509_crt_t | cert |
| The certificate. | |
| gnutls_x509_privkey_t | key |
| The private key. | |
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 do_shutdown(), generate_gns_certificate(), and run().