Skip to content

Releases: IdentityPython/JWTConnect-Python-CryptoJWT

Raw Fernet keys

Choose a tag to compare

@jschlyter jschlyter released this 13 Apr 08:14
5a8aa7c

What's Changed

Full Changelog: 1.8.0...1.8.1

Added fernet encrypter

Choose a tag to compare

@rohe rohe released this 09 Apr 15:43

Added Fernet encrypter

Key Bundle bugfix release

Choose a tag to compare

@jschlyter jschlyter released this 14 Mar 14:17
eb0c39a

What's Changed

Full Changelog: 1.7.0...1.7.1

Almost lock-less release

Choose a tag to compare

@jschlyter jschlyter released this 08 Mar 08:08
6ba2a32

What's Changed

Full Changelog: 1.6.1...1.7.0

Use UTC time.

Choose a tag to compare

@rohe rohe released this 14 Dec 10:11
a7dd24f

Make sure the UTC time is always used inside the library.

Allow modern Cryptography

Choose a tag to compare

@jschlyter jschlyter released this 02 Nov 14:16
2fcf15d
  • Fix compatibility with Cryptography 35
  • Use default httpc timeout if unset
  • Test on Python 3.10
  • Update test vectors to work with Cryptography 35

What's Changed

Full Changelog: 1.5.2...1.6.0

Bugfix release

Choose a tag to compare

@jschlyter jschlyter released this 17 May 16:09
72d6698
  • init_args and load_args may appear when loading from dumped information.

Thread-safe Keybundles

Choose a tag to compare

@jschlyter jschlyter released this 12 Apr 17:09
5b36ff0
  • Make KeyBundle thread-safe

Changed persistent storage method

Choose a tag to compare

@rohe rohe released this 22 Mar 07:57
e1eabfd

Previously modules interfaced directly with the persistent storage. This had some drawbacks like performance problems, not optimal integration with other software packages and problems in multiple instances environments.

Instead the package will now provide dump, flush and load methods to provide users of the package to store and retrieve state.

Compatibility release

Choose a tag to compare

@jschlyter jschlyter released this 19 Mar 08:52
836d3de
  • Fix deprecated int_from_bytes in cryptography.