mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-04 00:00:14 -04:00
identification: Support explicit uri: prefix for SANs of type uniformResourceIdentifier
This commit is contained in:
parent
500cacf6d8
commit
9c2ca27b62
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user