Skip to content

Releases: IdentityPython/JWTConnect-Python-CryptoJWT

More Key Bundle fixes

Choose a tag to compare

@jschlyter jschlyter released this 07 Oct 14:43
214d0a8
  • Add ignore_invalid_keys parameter (default True) to KeyBundle
  • Fix Exception formatting

Key Bundle fixes

Choose a tag to compare

@jschlyter jschlyter released this 11 Sep 16:56
46df6c3
  • 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

Choose a tag to compare

@jschlyter jschlyter released this 02 Sep 10:47
3f24ac8
  • 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

Choose a tag to compare

@jschlyter jschlyter released this 17 Jul 09:04
  • 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

Choose a tag to compare

@jschlyter jschlyter released this 22 Jun 10:15
0f65fd9

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

Choose a tag to compare

@jschlyter jschlyter released this 31 May 09:06
81c908b
  • Re-read KeyBundle local files if modified
  • Honor If-Modified-Since header on KeyBundle HTTP fetch
  • Add key wrapping/unwrapping utility functions

Maintenance release

Choose a tag to compare

@rohe rohe released this 20 Mar 15:31
0.7.17

Editorial

Maintenance release

Choose a tag to compare

@rohe rohe released this 06 Mar 15:46
0.7.16

Editorial

Maintenance

Choose a tag to compare

@rohe rohe released this 25 Feb 10:35
81fa5aa
Merge pull request #27 from peppelinux/master

replaced try/except with get

Maintenance release

Choose a tag to compare

@rohe rohe released this 04 Feb 10:07
0.7.14

Release version