Skip to content

Latest commit

 

History

History
38 lines (31 loc) · 1.32 KB

CHANGELOG.rst

File metadata and controls

38 lines (31 loc) · 1.32 KB

Changelog

3.1.0 -- 2019-??-??

Major

  • Isolate and flesh out cryptographic backends to enable independent operation. #114 #129
  • Remove pyca/cryptography backend's dependency on python-ecdsa. #117
  • Remove pycrypto/dome backends' dependency on python-rsa. #121
  • Make pyca/cryptography backend the preferred backend if multiple backends are present. #122
  • Allow for headless JWT by sorting headers when serializing. #136

Bugfixes

  • Fix invalid RSA private key PKCS8 encoding by python-rsa backend. #120

Housekeeping

  • Test each cryptographic backend independently in CI. #114 #129 #135
  • Add flake8 checks in CI.
  • Add CPython 3.7 and PyPy 3.5 testing in CI.
  • Remove package future as a dependency, not needed anymore.