Searched refs:srvcert (Results 1 – 8 of 8) sorted by relevance
/openssl/test/recipes/80-test_cmp_http_data/ |
H A D | test_verification.csv | 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,"""… 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… 33 0,srvcert random content, -section,, -recipient,"""",BLANK,, -srvcert,random.bin, -trusted,"""",BLA… 35 1,no -trusted but srvcert, -section,, -recipient,_CA_DN,BLANK,, -srvcert,_SERVER_CERT,BLANK,,BLANK,… [all …]
|
H A D | test_enrollment.csv | 83 …usted5.pem,, -out_trusted,issuing.crt,,BLANK,,BLANK,,,-partial_chain,-crl_check,-srvcert,server.crt
|
/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() 364 fixture->cert = srvcert; in test_validate_with_sender() 368 || !TEST_true(OSSL_CMP_CTX_set1_srvCert(fixture->cmp_ctx, srvcert))) { in test_validate_with_sender() 378 return test_validate_with_sender(X509_get_subject_name(srvcert), 1); in test_validate_msg_signature_expected_sender() 429 setup_path(&fixture, srvcert /* wrong/non-root cert */, 0); in test_validate_cert_path_wrong_anchor() 579 X509_free(srvcert); in cleanup_tests() [all …]
|
/openssl/test/recipes/80-test_cmp_http_data/Mock/ |
H A D | test.cnf | 78 srvcert =
|
/openssl/doc/man1/ |
H A D | openssl-cmp.pod.in | 67 [B<-srvcert> I<filename>|I<uri>] 465 if neither B<-recipient>, B<-srvcert>, nor B<-issuer> is given. 473 If provided and neither B<-recipient> nor B<-srvcert> is given, 555 the subject of the CMP server certificate given with the B<-srvcert> option, 604 This option is ignored if the B<-srvcert> option is given as well. 605 It provides more flexibility than B<-srvcert> because the CMP protection 609 If none of B<-trusted>, B<-srvcert>, and B<-secret> is given, message validation 635 =item B<-srvcert> I<filename>|I<uri> 648 Defaults to the subject DN of the pinned B<-srvcert>, if any. 653 Note that this option gives slightly more freedom than setting the B<-srvcert>, [all …]
|
/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 | 344 recipient = "/C=FI/O=Insta Demo/CN=Insta Demo CA" # or set srvcert or issuer
|
/openssl/crypto/err/ |
H A D | openssl.txt | 277 CMP_R_SRVCERT_DOES_NOT_VALIDATE_MSG:151:srvcert does not validate msg
|
Completed in 19 milliseconds