Home
last modified time | relevance | path

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

/netbsd/src/crypto/external/bsd/openssl/dist/apps/
Dx509.c263 int newcert = 0; in x509_main() local
421 newcert = 1; in x509_main()
620 if (newcert && infile != NULL) { in x509_main()
624 if (newcert && reqfile) { in x509_main()
640 if (newcert) { in x509_main()
726 if (reqfile || newcert) { in x509_main()
815 if (!x509toreq && !reqfile && !newcert && !self_signed(ctx, x)) in x509_main()
822 if (reqfile || newcert || privkey != NULL || CAfile != NULL) { in x509_main()
Dcmp.c2791 X509 *newcert = NULL; in cmp_main() local
2969 newcert = OSSL_CMP_exec_IR_ses(cmp_ctx); in cmp_main()
2970 if (newcert != NULL) in cmp_main()
2974 newcert = OSSL_CMP_exec_KUR_ses(cmp_ctx); in cmp_main()
2975 if (newcert != NULL) in cmp_main()
2979 newcert = OSSL_CMP_exec_CR_ses(cmp_ctx); in cmp_main()
2980 if (newcert != NULL) in cmp_main()
2984 newcert = OSSL_CMP_exec_P10CR_ses(cmp_ctx); in cmp_main()
2985 if (newcert != NULL) in cmp_main()
3026 if (newcert != NULL) { in cmp_main()
[all …]
DCA.pl.in124 …CA.pl -newcert | -newreq | -newreq-nodes | -xsign | -sign | -signCA | -signcert | -crl | -newca [-…
/netbsd/src/external/bsd/openldap/dist/servers/slapd/overlays/
Dautoca.c266 X509 *newcert; member
392 args->newcert = subj_cert; in autoca_gencert()
869 X509_free( args.newcert ); in autoca_op_response()
1057 ai->ai_cert = args.newcert; in autoca_db_open()
/netbsd/src/external/bsd/pkg_install/dist/x509/
Dsigning.txt56 - decode the data with "openssl x509 -text -noout -in newcert.pem"