summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2017-05-05 15:19:24 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2017-05-18 17:47:17 +0200
commit8f4b3ef8df0e337b4d1430cf50e4f3c3ef577353 (patch)
tree442ac716190919127334acfcb59b2a13edba6d3c
parent873d019405591b6903bd010164d8b8ced3b685fc (diff)
downloadlibtasn1-8f4b3ef8df0e337b4d1430cf50e4f3c3ef577353.tar.gz
doc update
Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index cf2cece..4d2eee1 100644
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,11 @@ GNU Libtasn1 NEWS -*- outline -*-
* Noteworthy changes in release 4.11 (unreleased) [stable]
- Introduced the ASN1_TIME_ENCODING_ERROR error code to indicate
an invalid encoding in the DER time fields.
+- Introduced flag ASN1_DECODE_FLAG_ALLOW_INCORRECT_TIME. This flag
+ allows decoding errors in time fields even when in strict DER mode.
+ That is introduced in order to allow toleration of invalid times in
+ X.509 certificates (which are common) even though strict DER adherence
+ is enforced in other fields.
* Noteworthy changes in release 4.10 (released 2017-01-16) [stable]
- Updated gnulib