Opened 8 years ago

Closed 8 years ago

#7802 closed enhancement (fixed)

libksba-1.3.4

Reported by: bdubbs@… Owned by: bdubbs@…
Priority: normal Milestone: 7.10
Component: BOOK Version: SVN
Severity: normal Keywords:
Cc:

Description

New point version.

Change History (3)

comment:1 by bdubbs@…, 8 years ago

Owner: changed from blfs-book@… to bdubbs@…
Status: newassigned

comment:2 by bdubbs@…, 8 years ago

   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.

comment:3 by bdubbs@…, 8 years ago

Resolution: fixed
Status: assignedclosed

Fixed at revision 17337.

Note: See TracTickets for help on using tickets.