Opened 4 years ago

Closed 4 years ago

Last modified 4 years ago

#13555 closed enhancement (fixed)

libksba-1.4.0

Reported by: Douglas R. Reno Owned by: Bruce Dubbs
Priority: normal Milestone: 10.0
Component: BOOK Version: SVN
Severity: normal Keywords:
Cc:

Description

New minor version

Change History (5)

comment:1 by Bruce Dubbs, 4 years ago

Owner: changed from blfs-book to Bruce Dubbs
Status: newassigned

comment:2 by Bruce Dubbs, 4 years ago

Noteworthy changes in version 1.4.0 (2020-05-19) [C20/A12/R0]

  • Supports ECDSA and EdDSA certificate creation and parsing.
  • Supports ECDH enveloped data.
  • Supports ECDSA and EdDSA signed data.
  • Supports rsaPSS signature verification.
  • Supports standard file descriptors in ksba_reader_read.
  • New configure flag --disable-doc.
  • Improves supports for reproducible builds.
  • Allows for optional elements in keyinfo objects.
  • Updates the config and M4 scripts to the latest version.
  • Fixes error detection in the CMS parser.
  • Fixes memory leak in ksba_cms_identify.
  • Fixes build warnings on macOS.
  • Uses --disable-new-dtags if LD_LIBRARY_PATH is defined.
  • New constants KSBA_VERSION and KSBA_VERSION_NUMBER.
  • New API to make creation of DER objects easy.
  • Interface changes relative to the 1.3.5 release:
     KSBA_VERSION                     NEW.
     KSBA_VERSION_NUMBER              NEW.
     KSBA_CT_SPC_IND_DATA_CTX         NEW.
     KSBA_CLASS_*                     NEW.
     KSBA_TYPE_*                      NEW.
     ksba_der_t                       NEW.
     ksba_der_release                 NEW.
     ksba_der_builder_new             NEW.
     ksba_der_builder_reset           NEW.
     ksba_der_add_ptr                 NEW.
     ksba_der_add_val                 NEW.
     ksba_der_add_int                 NEW.
     ksba_der_add_oid                 NEW.
     ksba_der_add_bts                 NEW.
     ksba_der_add_der                 NEW.
     ksba_der_add_tag                 NEW.
     ksba_der_add_end                 NEW.
     ksba_der_builder_get             NEW.
    

comment:3 by Bruce Dubbs, 4 years ago

Resolution: fixed
Status: assignedclosed

Fixed at revision 23180.

comment:4 by Bruce Dubbs, 4 years ago

Milestone: 9.210,0

Milestone renamed

comment:5 by Bruce Dubbs, 4 years ago

Milestone: 10,010.0

Milestone renamed

Note: See TracTickets for help on using tickets.