OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:newcert
(Results
1 - 7
of
7
) sorted by relevancy
/src/crypto/external/bsd/openssl/dist/apps/
x509.c
263
int
newcert
= 0;
local
421
newcert
= 1;
620
if (
newcert
&& infile != NULL) {
624
if (
newcert
&& reqfile) {
640
if (
newcert
) {
726
if (reqfile ||
newcert
) {
815
if (!x509toreq && !reqfile && !
newcert
&& !self_signed(ctx, x))
822
if (reqfile ||
newcert
|| privkey != NULL || CAfile != NULL) {
CA.pl.in
41
my $
NEWCERT
= "
newcert
.pem";
42
my $NEWP12 = "
newcert
.p12";
124
CA.pl -
newcert
| -newreq | -newreq-nodes | -xsign | -sign | -signCA | -signcert | -crl | -newca [-extra-cmd parameter]
132
if ($WHAT eq '-
newcert
' ) {
134
$RET = run("$REQ -new -x509 -keyout $NEWKEY -out $
NEWCERT
$DAYS"
136
print "Cert is in $
NEWCERT
, private key is in $NEWKEY\n" if $RET == 0;
139
$RET = run("$REQ -x509 -precert -keyout $NEWKEY -out $
NEWCERT
$DAYS"
141
print "Pre-cert is in $
NEWCERT
, private key is in $NEWKEY\n" if $RET == 0;
189
$RET = run("$PKCS12 -in $
NEWCERT
-inkey $NEWKEY
[
all
...]
cmp.c
2791
X509 *
newcert
= NULL;
local
2969
newcert
= OSSL_CMP_exec_IR_ses(cmp_ctx);
2970
if (
newcert
!= NULL)
2974
newcert
= OSSL_CMP_exec_KUR_ses(cmp_ctx);
2975
if (
newcert
!= NULL)
2979
newcert
= OSSL_CMP_exec_CR_ses(cmp_ctx);
2980
if (
newcert
!= NULL)
2984
newcert
= OSSL_CMP_exec_P10CR_ses(cmp_ctx);
2985
if (
newcert
!= NULL)
3026
if (
newcert
!= NULL)
[
all
...]
/src/crypto/external/apache2/openssl/dist/apps/
x509.c
329
int
newcert
= 0;
local
494
newcert
= 1;
709
if (
newcert
&& infile != NULL) {
713
if (
newcert
&& reqfile) {
729
if (
newcert
) {
818
if (reqfile ||
newcert
) {
905
if (!x509toreq && !reqfile && !
newcert
&& !self_signed(ctx, x))
916
if (reqfile ||
newcert
|| privkey != NULL || CAfile != NULL) {
cmp.c
3677
X509 *
newcert
= NULL;
local
3870
newcert
= OSSL_CMP_exec_IR_ses(cmp_ctx);
3871
if (
newcert
!= NULL)
3875
newcert
= OSSL_CMP_exec_KUR_ses(cmp_ctx);
3876
if (
newcert
!= NULL)
3880
newcert
= OSSL_CMP_exec_CR_ses(cmp_ctx);
3881
if (
newcert
!= NULL)
3885
newcert
= OSSL_CMP_exec_P10CR_ses(cmp_ctx);
3886
if (
newcert
!= NULL)
3917
if (
newcert
!= NULL && (opt_cmd == CMP_IR || opt_cmd == CMP_CR || opt_cmd == CMP_KUR || opt_cmd == CMP_P10CR)) (…)
[
all
...]
CA.pl.in
46
my $
NEWCERT
= "
newcert
.pem";
47
my $NEWP12 = "
newcert
.p12";
275
CA.pl -
newcert
| -newreq | -newreq-nodes | -xsign | -sign | -signCA | -signcert | -crl | -newca [-extra-cmd parameter]
283
if ($WHAT eq '-
newcert
' ) {
285
$RET = run(@REQ, qw(-new -x509 -keyout), $NEWKEY, "-out", $
NEWCERT
, @DAYS, @{$EXTRA{req}});
286
print "Cert is in $
NEWCERT
, private key is in $NEWKEY\n" if $RET == 0;
289
$RET = run(@REQ, qw(-x509 -precert -keyout), $NEWKEY, "-out", $
NEWCERT
, @DAYS, @{$EXTRA{req}});
290
print "Pre-cert is in $
NEWCERT
, private key is in $NEWKEY\n" if $RET == 0;
337
$RET = run(@PKCS12, "-in", $
NEWCERT
, "-inkey", $NEWKEY
[
all
...]
/src/external/bsd/openldap/dist/servers/slapd/overlays/
autoca.c
270
X509 *
newcert
;
member in struct:genargs
396
args->
newcert
= subj_cert;
874
X509_free( args.
newcert
);
1062
ai->ai_cert = args.
newcert
;
Completed in 88 milliseconds
Indexes created Sat Aug 08 00:24:54 UTC 2026