Searched refs:distid (Results 1 – 5 of 5) sorted by relevance
112 char *distid = "this is an ID"; in test_distinguishing_id() local122 if (!ASN1_OCTET_STRING_set(v, (unsigned char *)distid, in test_distinguishing_id()123 (int)strlen(distid))) { in test_distinguishing_id()147 char *distid = "this is an ID"; in test_req_distinguishing_id() local161 if (!ASN1_OCTET_STRING_set(v, (unsigned char *)distid, in test_req_distinguishing_id()162 (int)strlen(distid))) { in test_req_distinguishing_id()
14 void X509_set0_distinguishing_id(X509 *x, ASN1_OCTET_STRING *distid);16 void X509_REQ_set0_distinguishing_id(X509_REQ *x, ASN1_OCTET_STRING *distid);45 X509_set0_distinguishing_id() assigns B<distid> to the certificate B<x>.
423 =item B<distid:>I<string>479 -pkeyopt distid:someid484 -rawin -digest sm3 -pkeyopt distid:someid
682 openssl req -new -key sm2.key -out sm2.csr -sm3 -sigopt "distid:1234567812345678"686 openssl req -verify -in sm2.csr -sm3 -vfyopt "distid:1234567812345678"
681 -sigopt "distid:1234567812345678" \682 -vfyopt "distid:1234567812345678"
Completed in 11 milliseconds