Container for writing a CSR. More...
#include <x509_csr.h>
Data Fields | |
pk_context * | key |
asn1_named_data * | subject |
md_type_t | md_alg |
asn1_named_data * | extensions |
Container for writing a CSR.
Definition at line 72 of file x509_csr.h.
Definition at line 77 of file x509_csr.h.
Referenced by x509write_csr_der(), x509write_csr_free(), and x509write_csr_set_extension().
Definition at line 74 of file x509_csr.h.
Referenced by x509write_csr_der(), and x509write_csr_set_key().
Definition at line 76 of file x509_csr.h.
Referenced by x509write_csr_der(), and x509write_csr_set_md_alg().
Definition at line 75 of file x509_csr.h.
Referenced by x509write_csr_der(), x509write_csr_free(), and x509write_csr_set_subject_name().