Skip to content

Version 0.7

Pre-release
Pre-release
Compare
Choose a tag to compare
@polhenarejos polhenarejos released this 26 Nov 16:04
· 89 commits to main since this release
659a683

This version includes some fixes and additional features.

Added

  • Support for multiple keyUsage in the CSR. Draft specs v13 defines the keyUsage that can be used for generate only signing or only encryption certificate. Only 4 key usages are allowed. A CSR with other extensions will be rejected.

Changed

  • Migrated from pyca/OpenSSL to pyca/cryptography, as it is recommended in its repository.
  • emails are UTF-8 encoded, rather than ASCII encoded.
  • README updated with the newest features.

Fixed

  • Some typos.