changelog
July 29, 2016 ยท View on GitHub
0.14.2
- Updated asn1crypto dependency to
0.18.1, oscrypto dependency to0.16.1.
0.14.1
- Fix a bug with setting the extended key usage of a CA certificate
0.14.0
- Setting
.catoTrueno longer adds theocsp_signingextended key usage since the Windows CryptoAPI treats that as a constraint that will be propagated down the chain
0.13.0
- Added the
.subject_alt_emailsand.subject_al_urisattributes - Added explicit support for the TLS Feature extension to
.set_extension()
0.12.1
- Package metadata updates
0.12.0
- Fix a bug with setting the issuer of a non-self-signed certificate
0.11.0
- Added
pem_armor_certificate()function - Fixed a bug adding subject alt domains/ips
0.10.0
- Removed
CertBuilder.end_entityattribute, just use.cainstead - Added Python 2.6 compatbility
0.9.0
- Initial release