- UTF-8 encoded passwords are supported via EAP-MSCHAPv2, which internally uses
an UTF-16LE encoding to calculate the NT hash.
+- Adds the build-certs script to generate the keys and certificates used for
+ regression tests dynamically. They are built with the pki version installed
+ in the KVM root image so it's not necessary to have an up-to-date version with
+ all required plugins installed on the host system.
+
strongswan-5.7.2
----------------
# initialize & set some vars
# ============================
-AC_INIT([strongSwan],[5.8.0dr2])
+AC_INIT([strongSwan],[5.8.0rc1])
AM_INIT_AUTOMAKE(m4_esyscmd([
echo tar-ustar
echo subdir-objects
: ${KERNELPATCH=ha-5.0-abicompat.patch.bz2}
# strongSwan version used in tests
-: ${SWANVERSION=5.8.0dr2}
+: ${SWANVERSION=5.8.0rc1}
# Build directory where the guest kernel and images will be built
: ${BUILDDIR=$TESTDIR/build}