From: Andreas Steffen Date: Fri, 28 May 2010 13:07:09 +0000 (+0200) Subject: be lenient towards wrong attribute encodings X-Git-Tag: 4.4.1~213 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e8960c2a99f9f95eaf0fb9dfad67c4c3540f5690;p=thirdparty%2Fstrongswan.git be lenient towards wrong attribute encodings --- diff --git a/src/pluto/modecfg.c b/src/pluto/modecfg.c index f4c33e83c0..50e14faa0f 100644 --- a/src/pluto/modecfg.c +++ b/src/pluto/modecfg.c @@ -557,12 +557,6 @@ static stf_status modecfg_parse_attributes(pb_stream *attrs, linked_list_t *ca_l /* XAUTH attributes */ case XAUTH_TYPE: case XAUTH_STATUS: - if (!(attr.isaat_af_type & ISAKMP_ATTR_AF_TV)) - { - plog("%N attribute is not TV encoded", - configuration_attribute_type_names, attr_type); - return STF_FAIL; - } case XAUTH_USER_NAME: case XAUTH_USER_PASSWORD: case XAUTH_PASSCODE: