1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-29 11:41:15 +03:00

Documentation fixes

Rephrase documentation of the SAN to make it clearer.
This commit is contained in:
Ron Eldor
2019-05-15 15:15:55 +03:00
parent 2e06a9fb24
commit c8b5f3f520
2 changed files with 11 additions and 11 deletions

View File

@ -618,8 +618,8 @@ static int x509_get_ext_key_usage( unsigned char **p,
* nameAssigner [0] DirectoryString OPTIONAL,
* partyName [1] DirectoryString }
*
* NOTE: we only parse and use dNSName at this point,
* and otherName of type HwModuleName, as defined in RFC 4108.
* NOTE: we list all types, but only use dNSName and otherName
* of type HwModuleName, as defined in RFC 4108, at this point.
*/
static int x509_get_subject_alt_name( unsigned char **p,
const unsigned char *end,