identification: Support explicit uri: prefix for SANs of type uniformResourceIdentifier

This commit is contained in:
Tobias Brunner 2023-11-09 12:43:44 +01:00
parent 500cacf6d8
commit 9c2ca27b62

View File

@ -1441,6 +1441,7 @@ static private_identification_t* create_from_string_with_prefix_type(char *str)
{ "asn1gn:", ID_DER_ASN1_GN },
{ "xmppaddr:", ID_DER_ASN1_GN },
{ "keyid:", ID_KEY_ID },
{ "uri:", ID_DER_ASN1_GN_URI },
};
private_identification_t *this;
int i;