Skip to content

PGPy v0.5.0

Compare
Choose a tag to compare
@Commod0re Commod0re released this 02 Aug 00:04
· 250 commits to master since this release

New Features

  • Add support for Curve25519
  • Greatly improved Elliptic Curve Point format handling code (special thanks @rot42)
  • Add support for IssuerFingerprint subpackets (thanks @J08nY)
  • Add support for Key Revocation signatures

Bugs Fixed

  • PGPy now correctly resynchronizes the block cipher stream when decrypting EncryptedDataPackets (the ones without MDC). (#160)
  • PGPy now correctly defaults to SHA256 for keys that have no hash preferences set

Other Changes

  • updated library dependencies and unit tests