Home
last modified time | relevance | path

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

/openssl/test/recipes/80-test_cmp_http_data/
H A Dtest_commands.csv47 0,genm with missing infotype value, -section,, -cmd,genm,,BLANK,,, -infotype,,,BLANK,,BLANK,
48 0,genm with invalid infotype value, -section,, -cmd,genm,,BLANK,,, -infotype,asdf,,BLANK,,BLANK,
/openssl/crypto/cmp/
H A Dcmp_client.c862 OSSL_CMP_MSG *genm; in STACK_OF() local
872 if ((genm = ossl_cmp_genm_new(ctx)) == NULL) in STACK_OF()
875 if (!send_receive_check(ctx, genm, &genp, OSSL_CMP_PKIBODY_GENP)) in STACK_OF()
883 OSSL_CMP_MSG_free(genm); in STACK_OF()
H A Dcmp_asn.c412 ASN1_EXP(OSSL_CMP_PKIBODY, value.genm, OSSL_CMP_GENMSGCONTENT, 21),
H A Dcmp_msg.c233 if ((msg->body->value.genm = sk_OSSL_CMP_ITAV_new_null()) == NULL) in ossl_cmp_msg_create()
664 return OSSL_CMP_ITAV_push0_stack_item(&msg->body->value.genm, itav); in ossl_cmp_msg_gen_push0_ITAV()
H A Dcmp_server.c299 if (!srv_ctx->process_genm(srv_ctx, req, req->body->value.genm, &itavs)) in process_genm()
H A Dcmp_local.h630 OSSL_CMP_GENMSGCONTENT *genm; /* 21 */ member
/openssl/apps/lib/
H A Dcmp_mock_srv.c317 const OSSL_CMP_MSG *genm, in process_genm() argument
323 if (ctx == NULL || genm == NULL || in == NULL || out == NULL) { 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>]
196 =item B<-cmd> I<ir|cr|kur|p10cr|rr|genm>
213 =item genm - General Message
230 B<genm> requests information using a General Message, where optionally
237 Set InfoType name to use for requesting specific info in B<genm>,
1199 openssl cmp -cmd genm -server 127.0.0.1/pkix/ -recipient "/CN=CMPserver" \
1240 openssl cmp -section cmp,init -cmd genm
/openssl/crypto/err/
H A Dopenssl.txt212 CMP_R_ERROR_CREATING_GENM:119:error creating genm
/openssl/
H A DCHANGES.md157 polling, and various types of genm/genp exchanges defined in CMP Updates.

Completed in 82 milliseconds