From: Tobias Brunner Date: Thu, 9 Nov 2023 11:43:44 +0000 (+0100) Subject: identification: Support explicit uri: prefix for SANs of type uniformResourceIdentifier X-Git-Tag: 5.9.12rc1~5^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9c2ca27b62ba8117f44418c733f62c29275f78b1;p=thirdparty%2Fstrongswan.git identification: Support explicit uri: prefix for SANs of type uniformResourceIdentifier --- diff --git a/src/libstrongswan/utils/identification.c b/src/libstrongswan/utils/identification.c index 6ddaf6c3ee..9a8f3200ef 100644 --- a/src/libstrongswan/utils/identification.c +++ b/src/libstrongswan/utils/identification.c @@ -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;