Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | KBKDF cleanup (#2929) | Paul Kehrer | 2016-05-29 | 1 | -0/+1 | |
| | | | | | | | | * unicode characters make everything angry * changelog entry and make skip msgs more informative * typo fix | |||||
* | port 1.3.2 changelog to master (#2895) | Paul Kehrer | 2016-05-04 | 1 | -0/+7 | |
| | ||||||
* | Update URLs for new RTD domain (#2879) | Alex Gaynor | 2016-04-28 | 1 | -1/+1 | |
| | ||||||
* | port 1.3.1 changelog to master | Paul Kehrer | 2016-03-21 | 1 | -0/+6 | |
| | ||||||
* | Fixed #2836 -- error out on OpenSSL 0.9.8 by default | Alex Gaynor | 2016-03-19 | 1 | -0/+2 | |
| | ||||||
* | Open master back up for 1.4 | Alex Gaynor | 2016-03-18 | 1 | -0/+6 | |
| | ||||||
* | bump version and update changelog | Paul Kehrer | 2016-03-17 | 1 | -4/+2 | |
| | ||||||
* | Merge pull request #2736 from cedk/ANSI_X.923 | Paul Kehrer | 2016-03-16 | 1 | -0/+2 | |
|\ | | | | | Added support for padding ANSI X.923 | |||||
| * | Added support for padding ANSI X.923 | Cédric Krier | 2016-02-27 | 1 | -0/+2 | |
| | | ||||||
* | | update changelog | Paul Kehrer | 2016-03-13 | 1 | -2/+4 | |
| | | ||||||
* | | Add AuthorityKeyIdentifier.from_issuer_subject_key_identifier | Paul Kehrer | 2016-03-11 | 1 | -0/+2 | |
| | | ||||||
* | | add changelog entry for is_signature_valid | Paul Kehrer | 2016-03-06 | 1 | -0/+2 | |
| | | ||||||
* | | added a changelog entry | Alex Gaynor | 2016-03-05 | 1 | -0/+2 | |
| | | ||||||
* | | Bring the changelog as well | Alex Gaynor | 2016-03-01 | 1 | -0/+5 | |
| | | ||||||
* | | Added a changelog entry for policy constraints | Alex Gaynor | 2016-02-28 | 1 | -0/+2 | |
|/ | ||||||
* | port 1.2.2 changelog to master | Paul Kehrer | 2016-01-29 | 1 | -0/+5 | |
| | ||||||
* | Formally deprecated support for OpenSSL 0.9.8 | Alex Gaynor | 2016-01-22 | 1 | -0/+3 | |
| | ||||||
* | port the 1.2.1 changelog to master | Paul Kehrer | 2016-01-08 | 1 | -0/+6 | |
| | ||||||
* | Merge pull request #2652 from reaperhulk/changelog-typo | Alex Gaynor | 2016-01-08 | 1 | -1/+1 | |
|\ | | | | | fix a typo in the changelog | |||||
| * | fix a typo in the changelog | Paul Kehrer | 2016-01-08 | 1 | -1/+1 | |
| | | ||||||
* | | bump values for development of the thirteenth release | Paul Kehrer | 2016-01-08 | 1 | -0/+5 | |
|/ | ||||||
* | bump version and changelog for the twelfth release | Paul Kehrer | 2016-01-07 | 1 | -4/+2 | |
| | ||||||
* | Merge pull request #2613 from reaperhulk/warn-on-openssl-lt-101 | Alex Gaynor | 2015-12-31 | 1 | -0/+4 | |
|\ | | | | | deprecationwarning for OpenSSL < 1.0.1 as upstream has dropped support | |||||
| * | add changelog entry for 0.9.8/1.0.0 deprecation | Paul Kehrer | 2015-12-31 | 1 | -0/+4 | |
| | | ||||||
* | | support unrecognized extensions in x509 | Paul Kehrer | 2015-12-30 | 1 | -0/+2 | |
|/ | ||||||
* | add changelog entry | Paul Kehrer | 2015-12-27 | 1 | -0/+3 | |
| | ||||||
* | add invaliditydate class for crl entry extensions | Paul Kehrer | 2015-12-26 | 1 | -1/+1 | |
| | ||||||
* | switch CRLReason to use a class | Paul Kehrer | 2015-12-26 | 1 | -1/+1 | |
| | ||||||
* | start switching the CRL entry extensions to be full-fledged classes | Paul Kehrer | 2015-12-25 | 1 | -0/+11 | |
| | | | | first up: CertificateIssuer | |||||
* | CRLNumber needs to be a class for reasons. | Paul Kehrer | 2015-12-22 | 1 | -1/+1 | |
| | ||||||
* | add support for parsing AuthorityInfoAccess and IssuerAltName CRL exts | Paul Kehrer | 2015-12-22 | 1 | -1/+6 | |
| | | | | Expand the CRL extensions test to check the value | |||||
* | Merge pull request #2543 from reaperhulk/crl-extensions | Alex Gaynor | 2015-12-22 | 1 | -0/+3 | |
|\ | | | | | support parsing CRL extensions in the OpenSSL backend | |||||
| * | support parsing CRL extensions in the OpenSSL backend | Paul Kehrer | 2015-12-21 | 1 | -0/+3 | |
| | | ||||||
* | | add changelog for CertificateRevocationList signature/tbs_certlist_bytes | Paul Kehrer | 2015-12-21 | 1 | -0/+4 | |
|/ | ||||||
* | link public_bytes in changelog | Paul Kehrer | 2015-12-21 | 1 | -1/+1 | |
| | ||||||
* | add a CRL public_bytes method | Paul Kehrer | 2015-12-20 | 1 | -0/+3 | |
| | ||||||
* | port 1.1.2 changelog to master | Paul Kehrer | 2015-12-10 | 1 | -0/+9 | |
| | ||||||
* | changelog entry | Paul Kehrer | 2015-12-03 | 1 | -0/+4 | |
| | ||||||
* | this is also supported in the CSRBuilder | Paul Kehrer | 2015-12-02 | 1 | -1/+2 | |
| | ||||||
* | implement support for encoding name constraints | Paul Kehrer | 2015-12-02 | 1 | -0/+2 | |
| | ||||||
* | port the 1.1.1 changelog to master | Paul Kehrer | 2015-11-18 | 1 | -0/+9 | |
| | ||||||
* | rename tbs_certificate to tbs_certificate_bytes, add a comment | Paul Kehrer | 2015-11-03 | 1 | -1/+1 | |
| | ||||||
* | add support for Certificate signature and tbs_certificate | Paul Kehrer | 2015-11-03 | 1 | -1/+4 | |
| | ||||||
* | reopen master for development on the twelfth release | Paul Kehrer | 2015-10-29 | 1 | -0/+5 | |
| | ||||||
* | bump version and update changelog for eleventh release (1.1) | Paul Kehrer | 2015-10-29 | 1 | -5/+8 | |
| | | | | Add some missing changelog entries | |||||
* | add changelog entry | Paul Kehrer | 2015-10-28 | 1 | -0/+6 | |
| | ||||||
* | changelog entry | Alex Gaynor | 2015-10-24 | 1 | -0/+1 | |
| | ||||||
* | add changelog entry | Paul Kehrer | 2015-10-21 | 1 | -0/+3 | |
| | ||||||
* | add changelog entry | Paul Kehrer | 2015-10-21 | 1 | -0/+3 | |
| | ||||||
* | one more | Alex Gaynor | 2015-10-17 | 1 | -1/+1 | |
| |