Searched refs:add_ext (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/crypto/openssl/demos/x509/
H A Dmkreq.c18 int add_ext(STACK_OF(X509_EXTENSION) *sk, int nid, char *value);
114 add_ext(exts, NID_key_usage, "critical,digitalSignature,keyEncipherment");
121 add_ext(exts, NID_subject_alt_name, "email:steve@openssl.org");
124 add_ext(exts, NID_netscape_cert_type, "client,email");
132 add_ext(x, nid, "example comment alias");
159 int add_ext(STACK_OF(X509_EXTENSION) *sk, int nid, char *value)
H A Dmkcert.c16 int add_ext(X509 *cert, int nid, char *value);
115 add_ext(x, NID_basic_constraints, "critical,CA:TRUE");
116 add_ext(x, NID_key_usage, "critical,keyCertSign,cRLSign");
118 add_ext(x, NID_subject_key_identifier, "hash");
121 add_ext(x, NID_netscape_cert_type, "sslCA");
123 add_ext(x, NID_netscape_comment, "example comment extension");
131 add_ext(x, nid, "example comment alias");
150 int add_ext(X509 *cert, int nid, char *value) function

Completed in 51 milliseconds