symbol Asset 1

RNP version 0.15.1 released

Author’s picture Ronald Tse on 31 May 2021

The latest release of RNP v0.15.1 on 2021-05-28 provides API and security enhancements.

General

  • Make man pages building optional.

  • Fixed updating of expiration time for a key with multiple user ids.

  • Fixed key expiry check for keys valid after the year 2038.

  • Pick up key expiration time from direct-key signature or primary userid certification if available.

FFI

  • Added function rnp_key_valid_till64() to correctly handle keys which expire after the year 2038.

  • Added RNP_FEATURE_* defines to be used instead of raw strings.

Security