Home
last modified time | relevance | path

Searched refs:genm (Results 1 – 14 of 14) sorted by relevance

/openssl/test/recipes/80-test_cmp_http_data/
H A Dtest_commands.csv62 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 Dtest_verification.csv27 …t.extracerts_empty.pem,, -srvcertout,_RESULT_DIR/test.srvcertout.pem,-cmd,genm, -infotype,signKeyP…
/openssl/doc/man3/
H A DOSSL_CMP_exec_certreq.pod131 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 DOSSL_CMP_ITAV_new_caCerts.pod20 - 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 Dcmp_client.c1025 OSSL_CMP_MSG *genm; in STACK_OF() local
1035 if ((genm = ossl_cmp_genm_new(ctx)) == NULL) in STACK_OF()
1039 if (!send_receive_also_delayed(ctx, genm, &genp, OSSL_CMP_PKIBODY_GENP)) in STACK_OF()
1050 OSSL_CMP_MSG_free(genm); in STACK_OF()
H A Dcmp_msg.c232 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 Dcmp_local.h684 OSSL_CMP_GENMSGCONTENT *genm; /* 21 */ member
H A Dcmp_server.c363 if (!srv_ctx->process_genm(srv_ctx, req, req->body->value.genm, &itavs)) in process_genm()
H A Dcmp_asn.c1039 ASN1_EXP(OSSL_CMP_PKIBODY, value.genm, OSSL_CMP_GENMSGCONTENT, 21),
/openssl/apps/lib/
H A Dcmp_mock_srv.c541 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 Dcmp.c125 const OSSL_CMP_MSG *genm, in process_genm() argument
/openssl/doc/man1/
H A Dopenssl-cmp.pod.in18 [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 Dopenssl.txt218 CMP_R_ERROR_CREATING_GENM:119:error creating genm
/openssl/
H A DCHANGES.md932 polling, and various types of genm/genp exchanges defined in CMP Updates.

Completed in 213 milliseconds