From 512e41f44d36d3c31eb9ad0ed0666450b3555f13 Mon Sep 17 00:00:00 2001 From: Evan Hunt Date: Wed, 22 Oct 2014 10:45:27 -0700 Subject: [PATCH] [master] [rt36945] relnote --- doc/arm/notes.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/doc/arm/notes.xml b/doc/arm/notes.xml index ab547c15f8..79ad1a1ff7 100644 --- a/doc/arm/notes.xml +++ b/doc/arm/notes.xml @@ -179,6 +179,16 @@ + ACLs containing geoip asnum elements were + not correctly matched unless the full organization name was + specified in the ACL (as in + geoip asnum "AS1234 Example, Inc.";). + They can now match against the AS number alone (as in + geoip asnum "AS1234";). + + + + When using native PKCS#11 cryptography (i.e., configure --enable-native-pkcs11) HSM PINs of up to 256 characters can now be used.