Home
last modified time | relevance | path

Searched refs:newcert (Results 1 – 6 of 6) sorted by relevance

/openssl/doc/man1/
H A DCA.pl.pod15 B<-newcert> |
64 =item B<-newcert>
99 file F<newcert.pem> and the CA certificate to be in the file F<demoCA/cacert.pem>,
100 it creates a file F<newcert.p12>. This command can thus be called after the
111 file F<newcert.pem> except in the case of the B<-xsign> option when it is
143 F<newcert.pem>. Invokes L<openssl-verify(1)>.
H A Dopenssl-crl2pkcs7.pod.in79 openssl crl2pkcs7 -nocrl -certfile newcert.pem
H A Dopenssl-ca.pod.in676 openssl ca -in req.pem -out newcert.pem
686 openssl ca -in req.pem -extensions v3_ca -out newcert.pem
/openssl/apps/
H A Dx509.c272 int newcert = 0; in x509_main() local
437 newcert = 1; in x509_main()
650 if (newcert && infile != NULL) { in x509_main()
654 if (newcert && reqfile) { in x509_main()
669 if (newcert) { in x509_main()
760 if (reqfile || newcert) { in x509_main()
849 if (!x509toreq && !reqfile && !newcert && !self_signed(ctx, x)) in x509_main()
860 if (reqfile || newcert || privkey != NULL || CAfile != NULL) { in x509_main()
H A Dcmp.c3542 X509 *newcert = NULL; in cmp_main() local
3728 newcert = OSSL_CMP_exec_IR_ses(cmp_ctx); in cmp_main()
3729 if (newcert != NULL) in cmp_main()
3733 newcert = OSSL_CMP_exec_KUR_ses(cmp_ctx); in cmp_main()
3734 if (newcert != NULL) in cmp_main()
3738 newcert = OSSL_CMP_exec_CR_ses(cmp_ctx); in cmp_main()
3739 if (newcert != NULL) in cmp_main()
3743 newcert = OSSL_CMP_exec_P10CR_ses(cmp_ctx); in cmp_main()
3744 if (newcert != NULL) in cmp_main()
3774 if (newcert != NULL && (opt_cmd == CMP_IR || opt_cmd == CMP_CR in cmp_main()
[all …]
H A DCA.pl.in126 …CA.pl -newcert | -newreq | -newreq-nodes | -xsign | -sign | -signCA | -signcert | -crl | -newca [-…

Completed in 43 milliseconds