Home
last modified time | relevance | path

Searched refs:srvcert (Results 1 – 8 of 8) sorted by relevance

/openssl/test/recipes/80-test_cmp_http_data/
H A Dtest_verification.csv24 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 Dtest_enrollment.csv83 …usted5.pem,, -out_trusted,issuing.crt,,BLANK,,BLANK,,,-partial_chain,-crl_check,-srvcert,server.crt
/openssl/test/
H A Dcmp_vfy_test.c75 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()
578 X509_free(srvcert); in cleanup_tests()
[all …]
/openssl/test/recipes/80-test_cmp_http_data/Mock/
H A Dtest.cnf78 srvcert =
/openssl/doc/man1/
H A Dopenssl-cmp.pod.in67 [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 Dopenssl-vms.cnf344 recipient = "/C=FI/O=Insta Demo/CN=Insta Demo CA" # or set srvcert or issuer
H A Dopenssl.cnf344 recipient = "/C=FI/O=Insta Demo/CN=Insta Demo CA" # or set srvcert or issuer
/openssl/crypto/err/
H A Dopenssl.txt277 CMP_R_SRVCERT_DOES_NOT_VALIDATE_MSG:151:srvcert does not validate msg

Completed in 40 milliseconds