mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-30 18:57:27 +02:00
cite RFC 5280 in DIST_POINT_NAME comment
This commit is contained in:
@ -4118,7 +4118,8 @@ static WOLFSSL_DIST_POINT_NAME* wolfSSL_DIST_POINT_NAME_new(void)
|
|||||||
}
|
}
|
||||||
gns->type = STACK_TYPE_GEN_NAME;
|
gns->type = STACK_TYPE_GEN_NAME;
|
||||||
|
|
||||||
/* Setting type to 0 because this is fullname */
|
/* DIST_POINT_NAME type may be 0 or 1, indicating whether fullname or
|
||||||
|
* relativename is used. See: RFC 5280 section 4.2.1.13 */
|
||||||
dpn->name.fullname = gns;
|
dpn->name.fullname = gns;
|
||||||
dpn->type = 0;
|
dpn->type = 0;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user