/openssl/test/recipes/80-test_cmp_http_data/ |
H A D | test_commands.csv | 62 1,genm without -infotype, -section,, -cmd,genm,,BLANK,,, BLANK,,,BLANK,,BLANK, 63 0,genm with missing infotype value, -section,, -cmd,genm,,BLANK,,, -infotype,,,BLANK,,BLANK, 64 0,genm with invalid infotype value, -section,, -cmd,genm,,BLANK,,, -infotype,asdf,,BLANK,,BLANK, 65 1,genm with infotype signKeyPairTypes, -section,, -cmd,genm,,BLANK,,, -infotype,signKeyPairTypes,,B… 67 1,genm caCerts , -section,, -cmd,genm,, -cacertsout,_RESULT_DIR/test.cace… 68 0,genm caCerts missing cacertsout option , -section,, -cmd,genm,, BLANK , … 69 0,genm caCerts missing cacertsout arg , -section,, -cmd,genm,, -cacertsout,BLANK … 81 0,genm rootCaCert missing newwithnew , -section,, -cmd,genm,, BLANK,,, -infotype,rootCaCert,, -… 82 0,genm rootCaCert newwithnew missing arg , -section,, -cmd,genm,, BLANK,,, -infotype,rootCaCert,, -… 96 0,genm crlStatusList missing -crlcert & -oldcrl, -section,, -cmd,genm,, BLANK,,, -infotype,crlStatu… [all …]
|
H A D | test_verification.csv | 27 …t.extracerts_empty.pem,, -srvcertout,_RESULT_DIR/test.srvcertout.pem,-cmd,genm, -infotype,signKeyP…
|
/openssl/doc/man3/ |
H A D | OSSL_CMP_exec_certreq.pod | 131 OSSL_CMP_exec_GENM_ses() sends a genm general message containing the sequence of 142 Functions implementing more specific genm/genp exchanges are described next. 144 OSSL_CMP_get1_caCerts() uses a genm/genp message exchange with infoType caCerts 150 OSSL_CMP_get1_rootCaKeyUpdate() uses a genm request message 167 OSSL_CMP_get1_crlUpdate() uses a genm request message with infoType crlStatusList 175 OSSL_CMP_get1_certReqTemplate() uses a genm request message with
|
H A D | OSSL_CMP_ITAV_new_caCerts.pod | 20 - CMP utility functions for handling specific genm and genp messages 114 and the resulting ITAV can be used in a B<genm> message to obtain the
|
/openssl/crypto/cmp/ |
H A D | cmp_client.c | 1028 OSSL_CMP_MSG *genm; in STACK_OF() local 1038 if ((genm = ossl_cmp_genm_new(ctx)) == NULL) in STACK_OF() 1042 if (!send_receive_also_delayed(ctx, genm, &genp, OSSL_CMP_PKIBODY_GENP)) in STACK_OF() 1053 OSSL_CMP_MSG_free(genm); in STACK_OF()
|
H A D | cmp_msg.c | 232 if ((msg->body->value.genm = sk_OSSL_CMP_ITAV_new_null()) == NULL) in ossl_cmp_msg_create() 661 return OSSL_CMP_ITAV_push0_stack_item(&msg->body->value.genm, itav); in ossl_cmp_msg_gen_push0_ITAV()
|
H A D | cmp_local.h | 684 OSSL_CMP_GENMSGCONTENT *genm; /* 21 */ member
|
H A D | cmp_server.c | 363 if (!srv_ctx->process_genm(srv_ctx, req, req->body->value.genm, &itavs)) in process_genm()
|
H A D | cmp_asn.c | 1039 ASN1_EXP(OSSL_CMP_PKIBODY, value.genm, OSSL_CMP_GENMSGCONTENT, 21),
|
/openssl/apps/lib/ |
H A D | cmp_mock_srv.c | 541 const OSSL_CMP_MSG *genm, in process_genm() argument 547 if (ctx == NULL || genm == NULL || in == NULL || out == NULL) { in process_genm() 552 || ctx->sendError == OSSL_CMP_MSG_get_bodytype(genm) in process_genm()
|
/openssl/fuzz/ |
H A D | cmp.c | 125 const OSSL_CMP_MSG *genm, in process_genm() argument
|
/openssl/doc/man1/ |
H A D | openssl-cmp.pod.in | 18 [B<-cmd> I<ir|cr|kur|p10cr|rr|genm>] 214 =item B<-cmd> I<ir|cr|kur|p10cr|rr|genm> 231 =item genm - General Message 248 B<genm> requests information using a General Message, where optionally 255 Set InfoType name to use for requesting specific info in B<genm>, 729 The root CA certificate to include in a genm request of infoType C<rootCaCert>. 767 in a genm message with infoType C<crlStatusList>. 773 in a genm message with infoType C<crlStatusList>. 1444 openssl cmp -cmd genm -server 127.0.0.1/pkix/ -recipient "/CN=CMPserver" \ 1485 openssl cmp -section cmp,init -cmd genm
|
/openssl/crypto/err/ |
H A D | openssl.txt | 218 CMP_R_ERROR_CREATING_GENM:119:error creating genm
|
/openssl/ |
H A D | CHANGES.md | 1001 polling, and various types of genm/genp exchanges defined in CMP Updates.
|