Home
last modified time | relevance | path

Searched refs:selfsign (Results 1 – 4 of 4) sorted by relevance

/onnv-gate/usr/src/common/openssl/apps/
H A Dca.c212 int default_op, int ext_copy, int selfsign);
233 int ext_copy, int selfsign);
305 int selfsign = 0; in MAIN() local
428 selfsign=1; in MAIN()
758 if (!selfsign || spkac_file || ss_cert_file || gencrl) in MAIN()
778 if (!selfsign) x509p = x509; in MAIN()
1214 default_op, ext_copy, selfsign); in MAIN()
1234 default_op, ext_copy, selfsign); in MAIN()
1546 int ext_copy, int selfsign) in certify() argument
1571 if (selfsign && !X509_REQ_check_private_key(req,pkey)) in certify()
[all …]
/onnv-gate/usr/src/common/openssl/doc/apps/
H A Dca.pod32 [B<-selfsign>]
119 =item B<-selfsign>
124 B<-spkac>, B<-ss_cert> or B<-gencrl> are given, B<-selfsign> is
127 A consequence of using B<-selfsign> is that the self-signed
403 the B<-selfsign> command line option.
/onnv-gate/usr/src/common/openssl/
H A DNEWS49 'openssl ca -selfsign'.
H A DCHANGES389 as all other certificate signing. The new flag '-selfsign' enables
6210 *) Fix demos/selfsign.c: it used obsolete and deleted functions, changed