Version 0.7
Pre-release
Pre-release
This version includes some fixes and additional features.
Added
- Support for multiple
keyUsage
in the CSR. Draft specs v13 defines thekeyUsage
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.