diff --git a/src/libstrongswan/utils/identification.c b/src/libstrongswan/utils/identification.c index 6ddaf6c3e..9a8f3200e 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;