Skip to content

v1.1.0

Compare
Choose a tag to compare
@mark-adams mark-adams released this 22 May 23:58
· 525 commits to master since this release

Added

  • Added support for PS256, PS384, and PS512 algorithms. [#132]
  • Added flexible and complete verification options during decode. [#131]
  • Added this CHANGELOG.md file.

Deprecated

  • Deprecated usage of the .decode(..., verify=False) parameter.

Fixed

  • Fixed command line encoding. [#128]