| /src/crypto/openssl/test/recipes/80-test_cmp_http_data/ |
| H A D | test_verification.csv | 1 expected,description, -section,val, -recipient,val, -expect_sender,val, -srvcert,val, -trusted,val,… 24 1,explicit srvcert, -section,,,,BLANK,, -srvcert,_SERVER_CERT, -trusted,"""",BLANK,,, -unprotected_… 25 1,reuse last srvcert, -section,,,,BLANK,, -srvcert,_RESULT_DIR/test.srvcertout.pem, -trusted,"""",B… 26 1,reuse last extracerts, -section,,,,BLANK,, -srvcert,_RESULT_DIR/test.extracerts.pem, -trusted,"""… 27 1,output no srvcert empty extracerts, -section,,,,BLANK,, -secret,_PBM_SECRET, -ref,_PBM_REF,BLANK,… 28 0,cannot reuse last srvcert, -section,,,,BLANK,, -srvcert,_RESULT_DIR/test.srvcertout.pem, -trusted… 29 0,cannot reuse last extracerts, -section,,,,BLANK,, -srvcert,_RESULT_DIR/test.extracerts_empty.pem,… 30 0,srvcert missing arg, -section,, -recipient,"""",BLANK,, -srvcert,, -trusted,trusted.crt,BLANK,,BL… 31 0,wrong srvcert and -trusted ignored, -section,, -recipient,"""",BLANK,, -srvcert,signer.crt,-trust… 32 0,srvcert is empty file, -section,, -recipient,"""",BLANK,, -srvcert,empty.txt, -trusted,"""",BLANK… [all …]
|
| H A D | test_enrollment.csv | 83 …usted5.pem,, -out_trusted,issuing.crt,,BLANK,,BLANK,,,-partial_chain,-crl_check,-srvcert,server.crt
|
| /src/crypto/openssl/test/ |
| H A D | cmp_vfy_test.c | 75 static X509 *srvcert = NULL; variable 227 fixture->cert = srvcert; in test_validate_msg_signature_partial_chain() 233 || !add_trusted(fixture->cmp_ctx, srvcert)) { in test_validate_msg_signature_partial_chain() 262 fixture->cert = srvcert; in test_validate_msg_signature_srvcert() 268 wrong ? clcert : srvcert)) in test_validate_msg_signature_srvcert() 363 fixture->cert = srvcert; in test_validate_with_sender() 367 || !TEST_true(OSSL_CMP_CTX_set1_srvCert(fixture->cmp_ctx, srvcert))) { in test_validate_with_sender() 377 return test_validate_with_sender(X509_get_subject_name(srvcert), 1); in test_validate_msg_signature_expected_sender() 428 setup_path(&fixture, srvcert /* wrong/non-root cert */, 0); in test_validate_cert_path_wrong_anchor() 577 X509_free(srvcert); in cleanup_tests() [all …]
|
| /src/crypto/openssl/test/recipes/80-test_cmp_http_data/Mock/ |
| H A D | test.cnf | 78 srvcert =
|
| /src/crypto/openssl/doc/man1/ |
| H A D | openssl-cmp.pod.in | 69 [B<-srvcert> I<filename>|I<uri>] 480 if neither B<-recipient>, B<-srvcert>, nor B<-issuer> is given. 488 If provided and neither B<-recipient> nor B<-srvcert> is given, 570 the subject of the CMP server certificate given with the B<-srvcert> option, 619 This option is ignored if the B<-srvcert> option is given as well. 620 It provides more flexibility than B<-srvcert> because the CMP protection 624 If none of B<-trusted>, B<-srvcert>, and B<-secret> is given, message validation 650 =item B<-srvcert> I<filename>|I<uri> 663 Defaults to the subject DN of the pinned B<-srvcert>, if any. 668 Note that this option gives slightly more freedom than setting the B<-srvcert>, [all …]
|
| /src/crypto/openssl/apps/ |
| H A D | openssl-vms.cnf | 344 recipient = "/C=FI/O=Insta Demo/CN=Insta Demo CA" # or set srvcert or issuer
|
| H A D | openssl.cnf | 345 recipient = "/C=FI/O=Insta Demo/CN=Insta Demo CA" # or set srvcert or issuer
|
| /src/crypto/openssl/crypto/err/ |
| H A D | openssl.txt | 279 CMP_R_SRVCERT_DOES_NOT_VALIDATE_MSG:151:srvcert does not validate msg
|