some changes
This commit is contained in:
@@ -1,7 +1,17 @@
|
|||||||
strongswan-4.2.14
|
strongswan-4.2.14
|
||||||
-----------------
|
-----------------
|
||||||
|
|
||||||
-
|
- The new server-side EAP RADIUS plugin (--enable-eap-radius)
|
||||||
|
relays EAP messages to and from a RADIUS server. Succesfully
|
||||||
|
tested with with a freeradius server using EAP-MD5 and EAP-SIM.
|
||||||
|
|
||||||
|
- ASN.1 to time_t conversion caused a time wrap-around for
|
||||||
|
dates after Jan 18 03:14:07 UTC 2038 on 32-bit platforms.
|
||||||
|
As a workaround such dates are set to the maximum representable
|
||||||
|
time, i.e. Jan 19 03:14:07 UTC 2038.
|
||||||
|
|
||||||
|
- Distinguished Names containing wildcards (*) are not sent in the
|
||||||
|
IDr payload anymore.
|
||||||
|
|
||||||
|
|
||||||
strongswan-4.2.13
|
strongswan-4.2.13
|
||||||
|
|||||||
+1
-1
@@ -16,7 +16,7 @@ dnl ===========================
|
|||||||
dnl initialize & set some vars
|
dnl initialize & set some vars
|
||||||
dnl ===========================
|
dnl ===========================
|
||||||
|
|
||||||
AC_INIT(strongSwan,4.2.14)
|
AC_INIT(strongSwan,4.2.14rc3)
|
||||||
AM_INIT_AUTOMAKE(tar-ustar)
|
AM_INIT_AUTOMAKE(tar-ustar)
|
||||||
AC_C_BIGENDIAN
|
AC_C_BIGENDIAN
|
||||||
AC_SUBST(confdir, '${sysconfdir}')
|
AC_SUBST(confdir, '${sysconfdir}')
|
||||||
|
|||||||
Reference in New Issue
Block a user