Skip to content

Releases: IdentityPython/JWTConnect-Python-CryptoJWT

Key Bundle fixes

11 Sep 16:56
46df6c3

Choose a tag to compare

  • add ignore_errors_period option to KeyBundle for setting optional error hold down period
  • fix issue with key activation/inactivation for KeyBundle remote sources

Dependency fixes for Cryptography

02 Sep 10:47
3f24ac8

Choose a tag to compare

  • Fix bug in iqmp calculation (fix from @c00kiemon5ter)
  • More code reformatting
  • Check formatting via tox
  • Use Python 3.8 for quality testing

Algorithm support fixes, key storage and style

17 Jul 09:04

Choose a tag to compare

  • Try to have the same support for different cryptographic algorithm.
  • Added black and made it work with isort.
  • Support for persistent storage in KeyJar.

Major release

22 Jun 10:15
0f65fd9

Choose a tag to compare

The background to the changes in this release is the need to be able to store dynamic information in a persistent way.
While doing that work splitting the KeyJar class into KeyJar and KeyIssuer became worthwhile.
There was also an inconsistency when it came to the parameter name for the issuer identifier.
Sometimes it was issuer sometimes owner. Changed that into always be issuer_id.

Maintenance release

31 May 09:06
81c908b

Choose a tag to compare

  • Re-read KeyBundle local files if modified
  • Honor If-Modified-Since header on KeyBundle HTTP fetch
  • Add key wrapping/unwrapping utility functions

Maintenance release

20 Mar 15:31

Choose a tag to compare

0.7.17

Editorial

Maintenance release

06 Mar 15:46

Choose a tag to compare

0.7.16

Editorial

Maintenance

25 Feb 10:35
81fa5aa

Choose a tag to compare

Merge pull request #27 from peppelinux/master

replaced try/except with get

Maintenance release

04 Feb 10:07

Choose a tag to compare

0.7.14

Release version

Maintenance

24 Jan 08:39

Choose a tag to compare

0.7.13

Release version