Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | CertificateBuilder accepts aware datetimes for not_valid_after and ↵ | InvalidInterrupt | 2016-08-16 | 1 | -0/+18 |
| | | | | | | | | | | | | | | | | | | | not_valid_before (#2920) * CertificateBuilder accepts aware datetimes for not_valid_after and not_valid_before These functions now accept aware datetimes and convert them to UTC * Added pytz to test requirements * Correct pep8 error and improve Changelog wording * Improve tests and clarify changelog message * Trim Changelog line length * Allow RevokedCertificateBuilder and CertificateRevocationListBuilder to accept aware datetimes * Fix accidental changelog entry | ||||
* | Disallow X509 certificate serial numbers bigger than 159 bits (#3064) (#3067) | Коренберг Марк | 2016-08-02 | 1 | -2/+29 |
| | |||||
* | add test for invalid extension type | Paul Kehrer | 2015-12-27 | 1 | -0/+6 |
| | |||||
* | support CRL entry extension encoding in the RevokedCertificateBuilder | Paul Kehrer | 2015-12-27 | 1 | -0/+74 |
| | |||||
* | RevokedCertificateBuilder | Paul Kehrer | 2015-12-25 | 1 | -0/+80 |