/freebsd/crypto/openssl/test/recipes/80-test_cmp_http_data/ |
H A D | test_commands.csv | 1 expected,description, -section,val, -cmd,val,val2, -cacertsout,val,val2, -infotype,val,, -oldcert,v… 16 1,revreason unspecified, -section,, -cmd,rr,,BLANK,,,BLANK,,, -oldcert,_RESULT_DIR/test.cert.pem, -… 18 1,revreason keyCompromise, -section,, -cmd,rr,,BLANK,,,BLANK,,, -oldcert,_RESULT_DIR/test.cert.pem,… 20 1,revreason CACompromise, -section,, -cmd,rr,,BLANK,,,BLANK,,, -oldcert,_RESULT_DIR/test.cert.pem, … 22 1,revreason affiliationChanged, -section,, -cmd,rr,,BLANK,,,BLANK,,, -oldcert,_RESULT_DIR/test.cert… 24 1,revreason superseded, -section,, -cmd,rr,,BLANK,,,BLANK,,, -oldcert,_RESULT_DIR/test.cert.pem, -r… 26 1,revreason cessationOfOperation, -section,, -cmd,rr,,BLANK,,,BLANK,,, -oldcert,_RESULT_DIR/test.ce… 28 1,revreason certificateHold, -section,, -cmd,rr,,BLANK,,,BLANK,,, -oldcert,_RESULT_DIR/test.cert.pe… 29 1,revreason removeFromCRL, -section,, -cmd,rr,,BLANK,,,BLANK,,, -oldcert,_RESULT_DIR/test.cert.pem,… 30 0,revreason 7 (invalid), -section,, -cmd,rr,,BLANK,,,BLANK,,, -oldcert,_RESULT_DIR/test.cert.pem, -… [all …]
|
H A D | test_enrollment.csv | 1 …oarg, -disable_confirm,noarg, -certout,val,val2, -out_trusted,val,val2, -oldcert,val, -csr,val, -r… 50 …oldcert, -section,, -cmd,ir, -newkey,new.key,, -newkeypass,pass:,,,BLANK,,,,BLANK,, -sans,127.0.0.… 82 …oldcert ignored, -section,, -cmd,ir, -newkey,new.key,, -newkeypass,pass:,,,BLANK,,BLANK,,BLANK,,BL… 83 …oldcert missing arg, -section,, -cmd,ir, -newkey,new.key,, -newkeypass,pass:,,,BLANK,,BLANK,,BLANK… 84 …oldcert non existing file, -section,, -cmd,ir, -newkey,new.key,, -newkeypass,pass:,,,BLANK,,BLANK,… 85 …oldcert empty file, -section,, -cmd,ir, -newkey,new.key,, -newkeypass,pass:,,,BLANK,,BLANK,,BLANK,… 86 …oldcert random contents, -section,, -cmd,ir, -newkey,new.key,, -newkeypass,pass:,,,BLANK,,BLANK,,B… 105 …K,, -certout,_RESULT_DIR/test.certout_kur.pem,, -out_trusted,root.crt,, -oldcert,_RESULT_DIR/test.… 106 …NK,,BLANK,, -certout,_RESULT_DIR/test.certout_kur_minimal.pem,,BLANK,,, -oldcert,"""",BLANK,,,,,-s… 107 …,, -certout,_RESULT_DIR/test.certout_kur1.pem,, -out_trusted,root.crt,, -oldcert,_RESULT_DIR/test.… [all …]
|
/freebsd/crypto/openssl/test/recipes/80-test_cmp_http_data/Mock/ |
H A D | test.cnf | 89 oldcert = 108 oldcert =
|
/freebsd/crypto/openssl/doc/man1/ |
H A D | openssl-cmp.pod.in | 45 [B<-oldcert> I<filename>|I<uri>] 276 of the reference certificate (see B<-oldcert>) if provided. 279 If provided and neither B<-cert> nor B<-oldcert> is given, 329 they are copied by default from the reference certificate (see B<-oldcert>). 411 =item B<-oldcert> I<filename>|I<uri> 496 the issuer of the certificate given with the B<-oldcert> option, 681 while the subject of B<-oldcert> or B<-subjectName> may provide fallback values. 694 the certificate to be updated if the B<-oldcert> option is not given. 726 Also used for B<-cert> and B<-oldcert> in case it is an encrypted PKCS#12 file.
|
/freebsd/crypto/openssl/apps/ |
H A D | cmp.c | 1743 X509 *oldcert = load_cert_pwd(opt_oldcert, opt_keypass, in setup_request_ctx() local 1751 if (oldcert == NULL) in setup_request_ctx() 1753 if (!OSSL_CMP_CTX_set1_oldCert(ctx, oldcert)) { in setup_request_ctx() 1754 X509_free(oldcert); in setup_request_ctx() 1758 X509_free(oldcert); in setup_request_ctx()
|
H A D | openssl.cnf | 386 oldcert = $insta::certout # insta.cert.pem 391 oldcert = $insta::certout # insta.cert.pem
|
H A D | openssl-vms.cnf | 385 oldcert = $insta::certout # insta.cert.pem 390 oldcert = $insta::certout # insta.cert.pem
|