/openssl-master/test/smime-certs/ |
A D | mksmime-certs.sh | 18 -keyout smroot.pem -out smroot.pem -newkey rsa:2048 -days 3650 24 $OPENSSL x509 -req -in req.pem -CA smroot.pem -days 3600 \ 29 $OPENSSL x509 -req -in req.pem -CA smroot.pem -days 3600 \ 34 $OPENSSL x509 -req -in req.pem -CA smroot.pem -days 3600 \ 43 $OPENSSL x509 -req -in req.pem -CA smroot.pem -days 3600 \ 47 $OPENSSL x509 -req -in req.pem -CA smroot.pem -days 3600 \ 51 $OPENSSL x509 -req -in req.pem -CA smroot.pem -days 3600 \ 61 $OPENSSL x509 -req -in req.pem -CA smroot.pem -days 3600 \ 65 $OPENSSL x509 -req -in req.pem -CA smroot.pem -days 3600 \ 69 $OPENSSL x509 -req -in req.pem -CA smroot.pem -days 3600 \ [all …]
|
/openssl-master/test/certs/ |
A D | mkcert.sh | 152 -set_serial 2 -days "${DAYS}" "$@" 173 -set_serial 2 -days "${DAYS}" 195 -set_serial 2 -days "${DAYS}" 217 -set_serial 2 -days "${DAYS}" 249 -set_serial 2 -days "${DAYS}" "$@" 283 -set_serial 2 -days "${DAYS}" "$@" 312 -set_serial 2 -days "${DAYS}" "$@" 329 -set_serial 1 -days "${DAYS}" "$@" 338 cert "$cert" "" -signkey "${key}.pem" -set_serial 1 -days -1 "$@" 372 -set_serial 2 -days "${DAYS}" "$@" [all …]
|
A D | setup.sh | 160 ./mkcert.sh genee server.example ee-key ee-expired ca-key ca-cert -days -1 208 ….pem -subj /CN=ee-self-signed -out ee-self-signed.pem -addext keyUsage=digitalSignature -days 36525
|
/openssl-master/demos/certs/apps/ |
A D | mkxcerts.sh | 8 -keyout tsha1.pem -out tsha1.pem -new -days 3650 -sha1 11 -keyout tsha256.pem -out tsha256.pem -new -days 3650 -sha256 14 -keyout tsha512.pem -out tsha512.pem -new -days 3650 -sha512 24 -days 3650 -sha256 29 -days 3650 -sha384
|
A D | mkacerts.sh | 9 -keyout root.pem -out root.pem -key rootkey.pem -new -days 3650 14 $OPENSSL x509 -req -in intreq.pem -CA root.pem -CAkey rootkey.pem -days 3630 \ 20 $OPENSSL x509 -req -in creq.pem -CA intca.pem -CAkey intkey.pem -days 3600 \ 27 $OPENSSL x509 -req -in sreq.pem -CA intca.pem -CAkey intkey.pem -days 3600 \ 34 $OPENSSL x509 -req -in sreq2.pem -CA intca.pem -CAkey intkey.pem -days 3600 \
|
/openssl-master/demos/certs/ |
A D | mkcerts.sh | 9 -keyout root.pem -out root.pem -newkey rsa:2048 -days 3650 14 $OPENSSL x509 -req -in intreq.pem -CA root.pem -days 3600 \ 21 $OPENSSL x509 -req -in req.pem -CA intca.pem -CAkey intkey.pem -days 3600 \ 28 $OPENSSL x509 -req -in creq.pem -CA intca.pem -CAkey intkey.pem -days 3600 \ 35 $OPENSSL x509 -req -in rreq.pem -CA intca.pem -CAkey intkey.pem -days 3600 \ 42 $OPENSSL x509 -req -in respreq.pem -CA intca.pem -CAkey intkey.pem -days 3600 \ 60 $OPENSSL x509 -req -in dhsreq.pem -CA root.pem -days 3600 \ 70 $OPENSSL x509 -req -in dhcreq.pem -CA root.pem -days 3600 \
|
/openssl-master/crypto/x509/ |
A D | x509_r2x.c | 20 X509 *X509_REQ_to_X509(X509_REQ *r, int days, EVP_PKEY *pkey) in X509_REQ_to_X509() argument 52 if (X509_gmtime_adj(xi->validity.notAfter, (long)60 * 60 * 24 * days) == in X509_REQ_to_X509()
|
/openssl-master/apps/ |
A D | ca.c | 100 long days, int batch, const char *ext_sect, CONF *conf, 298 long crldays = 0, crlhours = 0, crlsec = 0, days = 0; in ca_main() local 364 days = atoi(opt_arg()); in ca_main() 910 if (days == 0) { in ca_main() 912 days = 0; in ca_main() 914 if (enddate == NULL && days == 0) { in ca_main() 996 enddate, days, batch, extensions, conf, verbose, in ca_main() 1691 if (!set_cert_times(ret, startdate, enddate, days)) in do_body() 1699 days = tdays; in do_body() 1896 if (days) in do_body() [all …]
|
A D | x509.c | 279 int days = UNSET_DAYS; /* not explicitly set */ in x509_main() local 375 days = atoi(opt_arg()); in x509_main() 376 if (days < -1) { in x509_main() 604 if (preserve_dates && days != UNSET_DAYS) { in x509_main() 608 if (days == UNSET_DAYS) in x509_main() 609 days = DEFAULT_DAYS; in x509_main() 823 if (!preserve_dates && !set_cert_times(x, NULL, NULL, days)) in x509_main()
|
A D | req.c | 258 int days = UNSET_DAYS; in req_main() local 414 days = atoi(opt_arg()); in req_main() 415 if (days < -1) { in req_main() 484 if (days != UNSET_DAYS) in req_main() 817 if (days == UNSET_DAYS) { in req_main() 818 days = DEFAULT_DAYS; in req_main() 820 if (!set_cert_times(new_x509, NULL, NULL, days)) in req_main()
|
/openssl-master/test/recipes/80-test_cmp_http_data/ |
A D | test_enrollment.csv | 1 …, -cmd,val, -newkey,val,val, -newkeypass,val, -subject,val, -issuer,val, -days,int, -reqexts,val, … 28 1,days 1, -section,, -cmd,ir, -newkey,new.key,, -newkeypass,pass:,,,BLANK,, -days,1,BLANK,,BLANK,,B… 29 1,days 0, -section,, -cmd,ir, -newkey,new.key,, -newkeypass,pass:,,,BLANK,, -days,0,BLANK,,BLANK,,B… 30 1,days 365*100 beyond 2038, -section,, -cmd,ir, -newkey,new.key,, -newkeypass,pass:,,,BLANK,, -days… 31 0,days missing arg, -section,, -cmd,ir, -newkey,new.key,, -newkeypass,pass:,,,BLANK,, -days,,BLANK,… 32 0,days negative, -section,, -cmd,ir, -newkey,new.key,, -newkeypass,pass:,,,BLANK,, -days,-10,BLANK,… 33 0,days no not integer, -section,, -cmd,ir, -newkey,new.key,, -newkeypass,pass:,,,BLANK,, -days,1.5,… 34 0,days out of range, -section,, -cmd,ir, -newkey,new.key,, -newkeypass,pass:,,,BLANK,, -days,0x1000…
|
/openssl-master/apps/include/ |
A D | apps.h | 82 int days); 85 long days, long hours, long secs);
|
/openssl-master/test/recipes/80-test_cmp_http_data/Mock/ |
A D | test.cnf | 100 days =
|
/openssl-master/doc/man1/ |
A D | openssl-ca.pod.in | 27 [B<-crldays> I<days>] 33 [B<-days> I<arg>] 232 =item B<-days> I<arg> 234 The number of days to certify the certificate for. 366 The number of days before the next CRL is due. That is the days from 495 The same as the B<-days> option. The number of days to certify 812 B<-enddate> and B<-days>) and CRL last/next update time (specified by
|
A D | openssl-x509.pod.in | 57 [B<-days> I<arg>] 180 and the end date to a value determined by the B<-days> option. 374 =item B<-days> I<arg> 376 Specifies the number of days until a newly generated certificate expires. 384 Cannot be used together with the B<-days> option.
|
A D | openssl-req.pod.in | 38 [B<-days> I<n>] 311 =item B<-days> I<n> 314 days to certify the certificate for, otherwise it is ignored. I<n> should 315 be a positive integer. The default is 30 days.
|
A D | openssl-ocsp.pod.in | 397 =item B<-nmin> I<minutes>, B<-ndays> I<days> 399 Number of minutes or days when fresh revocation information is available:
|
A D | openssl-cmp.pod.in | 28 [B<-days> I<number>] 300 =item B<-days> I<number> 302 Number of days the new certificate is requested to be valid for, counting from
|
/openssl-master/doc/man7/ |
A D | proxy-certificates.pod | 116 -CA user.crt -CAkey user.key -days 7 \ 128 -CA proxy.crt -CAkey proxy.key -days 7 \
|
/openssl-master/crypto/cmp/ |
A D | cmp_ctx.c | 1023 ctx->days = val; in OSSL_CMP_CTX_set_option() 1105 return ctx->days; in OSSL_CMP_CTX_get_option()
|
A D | cmp_msg.c | 315 if (ctx->days != 0) { in OSSL_CMP_CTX_setup_CRM() 318 ASN1_TIME *notAfter = ASN1_TIME_adj(NULL, now, ctx->days, 0); in OSSL_CMP_CTX_setup_CRM()
|
A D | cmp_local.h | 105 int days; /* Number of days new certificates are asked to be valid for */ member
|
/openssl-master/doc/HOWTO/ |
A D | certificates.txt | 82 openssl req -new -x509 -key privkey.pem -out cacert.pem -days 1095
|
/openssl-master/apps/lib/ |
A D | apps.c | 3146 int days) in set_cert_times() argument 3156 if (X509_time_adj_ex(X509_getm_notAfter(x), days, 0, NULL) in set_cert_times() 3191 long days, long hours, long secs) in set_crl_nextupdate() argument 3200 if (X509_time_adj_ex(tm, days, hours * 60 * 60 + secs, NULL) == NULL) in set_crl_nextupdate()
|
/openssl-master/doc/man3/ |
A D | OSSL_CMP_CTX_new.pod | 219 Number of days new certificates are asked to be valid for.
|