Searched refs:distid (Results 1 – 5 of 5) sorted by relevance
109 char *distid = "this is an ID"; in test_distinguishing_id() local119 if (!ASN1_OCTET_STRING_set(v, (unsigned char *)distid, in test_distinguishing_id()120 (int)strlen(distid))) { in test_distinguishing_id()144 char *distid = "this is an ID"; in test_req_distinguishing_id() local158 if (!ASN1_OCTET_STRING_set(v, (unsigned char *)distid, in test_req_distinguishing_id()159 (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>.
336 =item B<distid:>I<string>392 -pkeyopt distid:someid397 -rawin -digest sm3 -pkeyopt distid:someid
602 openssl req -new -key sm2.key -out sm2.csr -sm3 -sigopt "distid:1234567812345678"606 openssl req -verify -in sm2.csr -sm3 -vfyopt "distid:1234567812345678"
659 -sigopt "distid:1234567812345678" \660 -vfyopt "distid:1234567812345678"
Completed in 9 milliseconds