From 894f8810ea4326a3619a6f60761f702f35abb817 Mon Sep 17 00:00:00 2001 From: lloyd Date: Sat, 27 Sep 2014 12:13:15 +0000 Subject: Fix decoding indefinite length BER constructs that contain a context sensitive tag of zero. Github pull 26 from Janusz Chorko. --- doc/relnotes/1_11_10.rst | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc') diff --git a/doc/relnotes/1_11_10.rst b/doc/relnotes/1_11_10.rst index 3e5c6d55d..5ea11ff9d 100644 --- a/doc/relnotes/1_11_10.rst +++ b/doc/relnotes/1_11_10.rst @@ -9,3 +9,6 @@ Version 1.11.10, Not Yet Released * The Miller-Rabin primality test function now takes a parameter allowing the user to directly specify the maximum false negative probability they are willing to accept. + +* Fix decoding indefinite length BER constructs that contain a context + sensitive tag of zero. Github pull 26 from Janusz Chorko. -- cgit v1.2.3