cite RFC 5280 in DIST_POINT_NAME comment

This commit is contained in:
jordan
2022-10-21 12:38:04 -05:00
parent bfe8b9b76c
commit e409acc0f7

View File

@ -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;