/freebsd/crypto/openssl/test/recipes/80-test_cmp_http_data/ |
H A D | test_enrollment.csv | 1 … -issuer,val, -days,int, -reqexts,val, -sans,spec, -san_nodefault,noarg, -popo,int, -implicit_conf… 52 1,popo SIGNATURE, -section,, -cmd,ir, -newkey,new.key,, -newkeypass,pass:,,,BLANK,,BLANK,,BLANK,,BL… 53 0,popo RAVERIFIED, -section,, -cmd,ir, -newkey,new.key,, -newkeypass,pass:,,,BLANK,,BLANK,,BLANK,,B… 54 0,popo missing arg, -section,, -cmd,ir, -newkey,new.key,, -newkeypass,pass:,,,BLANK,,BLANK,,BLANK,,… 55 0,popo too large, -section,, -cmd,ir, -newkey,new.key,, -newkeypass,pass:,,,BLANK,,BLANK,,BLANK,,BL… 56 0,popo too small, -section,, -cmd,ir, -newkey,new.key,, -newkeypass,pass:,,,BLANK,,BLANK,,BLANK,,BL… 57 0,popo NONE, -section,, -cmd,ir, -newkey,new.key,, -newkeypass,pass:,,,BLANK,,BLANK,,BLANK,,BLANK,,… 58 0,popo KEYENC not supported, -section,, -cmd,ir, -newkey,new.key,, -newkeypass,pass:,,,BLANK,,BLANK… 89 0,pkcs10 converted to ir with pubkey with popo SIGNATURE, -section,, -cmd,ir, -newkey,new_pub.key,,… 90 …d to ir with pubkey with popo RAVERIFIED, -section,, -cmd,ir, -newkey,new_pub.key,, BLANK,,,,BLANK…
|
/freebsd/crypto/openssl/crypto/crmf/ |
H A D | crmf_lib.c | 451 OSSL_CRMF_POPO_free(crm->popo); in OSSL_CRMF_MSG_create_popo() 452 crm->popo = pp; in OSSL_CRMF_MSG_create_popo() 476 if (req->popo == NULL) { in OSSL_CRMF_MSGS_verify_popo() 481 switch (req->popo->type) { in OSSL_CRMF_MSGS_verify_popo() 494 sig = req->popo->value.signature; in OSSL_CRMF_MSGS_verify_popo()
|
H A D | crmf_local.h | 381 OSSL_CRMF_POPO *popo; member
|
H A D | crmf_asn.c | 224 ASN1_OPT(OSSL_CRMF_MSG, popo, OSSL_CRMF_POPO),
|
/freebsd/crypto/heimdal/lib/hx509/ |
H A D | crmf.asn1 | 106 popo ProofOfPossession OPTIONAL,
|
/freebsd/crypto/openssl/test/recipes/80-test_cmp_http_data/Mock/ |
H A D | test.cnf | 103 #popo =
|
/freebsd/crypto/openssl/crypto/err/ |
H A D | openssl.txt | 236 CMP_R_MISSING_PRIVATE_KEY_FOR_POPO:190:missing private key for popo 429 CRMF_R_POPO_INCONSISTENT_PUBLIC_KEY:117:popo inconsistent public key 430 CRMF_R_POPO_MISSING:121:popo missing 431 CRMF_R_POPO_MISSING_PUBLIC_KEY:118:popo missing public key 432 CRMF_R_POPO_MISSING_SUBJECT:119:popo missing subject 433 CRMF_R_POPO_RAVERIFIED_NOT_ACCEPTED:120:popo raverified not accepted 439 unsupported method for creating popo 440 CRMF_R_UNSUPPORTED_POPO_METHOD:116:unsupported popo method
|
/freebsd/crypto/openssl/doc/man1/ |
H A D | openssl-cmp.pod.in | 35 [B<-popo> I<number>] 257 Unless B<-cmd> I<p10cr>, B<-popo> I<-1>, or B<-popo> I<0> is given, the 349 =item B<-popo> I<number> 365 for the proof of possession (unless B<-popo> I<-1> or B<-popo> I<0> is used)
|
/freebsd/crypto/openssl/test/ |
H A D | cmp_vfy_test.c | 107 if (req == NULL || !flip_bit(req->popo->value.signature->signature)) in execute_verify_popo_test()
|