Imported Upstream version 1.3.4
[platform/upstream/libksba.git] / ChangeLog
index 11ea2e0..3892fcc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,46 @@
+2016-05-03  Werner Koch  <wk@gnupg.org>
+
+       Release 1.3.4.
+       * configure.ac: Set LT version to C19/A11/R5.
+
+       Update config.{guess,sub} to 2016-04-02 and 2016-03-30.
+       * build-aux/config.guess: Update.
+       * build-aux/config.sub: Update.
+
+       Create an SWDB file during "make distcheck"
+       * Makefile.am (distcheck-hook): New.
+
+       Fix an undefined return value in ksba_cert_get_digest_algo.
+       * src/cert.c (ksba_cert_get_digest_algo): Set ALGO in the error case.
+       * tests/cert-basic.c (one_file): Take care of printf which does not
+       handle NULL for %s
+
+       Fix an OOB read access in _ksba_dn_to_str.
+       * src/dn.c (append_utf8_value): Use a straightforward check to fix an
+       off-by-one.
+
+       Fix possible read access beyond the buffer.
+       * src/ber-help.c (_ksba_ber_parse_tl): Add extra sanity check.
+       * src/cert.c (ksba_cert_get_cert_policies): Check TLV given length
+       against buffer length.
+       (ksba_cert_get_ext_key_usages): Ditto.
+       * src/ocsp.c (parse_asntime_into_isotime): Ditto.
+
+2015-10-28  Werner Koch  <wk@gnupg.org>
+
+       Add more curves to the name->OID table.
+       * src/keyinfo.c (curve_names): Add more curves.
+
+       Fix lookup of ECC OIDs by name.
+       * src/keyinfo.c (get_ecc_curve_oid): Fix obviously never tested table
+       lookup.
+
+2015-08-25  Werner Koch  <wk@gnupg.org>
+
+       Add configure option --enable-build-timestamp.
+       * configure.ac (BUILD_TIMESTAMP): Set to "<none>" by default.  Add
+       ac_define_unquoted.
+
 2015-04-10  Werner Koch  <wk@gnupg.org>
 
        Release 1.3.3.