Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | update doc language to point more strongly at rfc 5280 | Paul Kehrer | 2015-04-19 | 1 | -2/+5 |
| | |||||
* | add more words | Paul Kehrer | 2015-04-18 | 1 | -1/+2 |
| | |||||
* | add more prose for AKI | Paul Kehrer | 2015-04-18 | 1 | -0/+7 |
| | |||||
* | AuthorityKeyIdentifier support | Paul Kehrer | 2015-04-18 | 3 | -0/+107 |
| | |||||
* | Merge pull request #1783 from reaperhulk/san-class | Alex Gaynor | 2015-04-18 | 4 | -0/+419 |
|\ | | | | | Add GeneralName and SubjectAlternativeName classes | ||||
| * | Add GeneralName and SubjectAlternativeName classes | Paul Kehrer | 2015-04-14 | 4 | -0/+419 |
| | | |||||
* | | Merge pull request #1852 from reaperhulk/update-a-link | Alex Gaynor | 2015-04-17 | 1 | -1/+1 |
|\ \ | | | | | | | update a link that has been permanently redirected | ||||
| * | | update a link that has been permanently redirected | Paul Kehrer | 2015-04-17 | 1 | -1/+1 |
|/ / | |||||
* | | Merge pull request #1849 from Sp1l/master | Paul Kehrer | 2015-04-17 | 1 | -1/+1 |
|\ \ | | | | | | | LibreSSL added ALPN support in 2.1.3 | ||||
| * | | LibreSSL added ALPN support in 2.1.3 | Bernard Spil | 2015-04-15 | 1 | -1/+1 |
| | | | | | | | | | This fixes build issues on FreeBSD | ||||
* | | | Merge pull request #1851 from sbuss/sbuss-authors | Paul Kehrer | 2015-04-16 | 1 | -0/+1 |
|\ \ \ | | | | | | | | | Add @sbuss to AUTHORS | ||||
| * | | | Add @sbuss to AUTHORS | Steven Buss | 2015-04-15 | 1 | -0/+1 |
|/ / / | |||||
* | | | Merge pull request #1850 from reaperhulk/update-x509-repr | Alex Gaynor | 2015-04-15 | 3 | -5/+5 |
|\ \ \ | |/ / |/| | | improve KeyUsage repr | ||||
| * | | update the docs too | Paul Kehrer | 2015-04-15 | 1 | -1/+1 |
| | | | |||||
| * | | improve KeyUsage repr | Paul Kehrer | 2015-04-15 | 2 | -4/+4 |
|/ / | | | | | | | fixes #1834 | ||||
* | | Merge pull request #1848 from reaperhulk/invalid-token | Alex Gaynor | 2015-04-14 | 10 | -16/+38 |
|\ \ | | | | | | | Twofactor invalid token | ||||
| * | | add changelog entry, set proper deprecation warning | Paul Kehrer | 2015-04-14 | 2 | -1/+5 |
| | | | |||||
| * | | InvalidToken is deprecated in 09, not 08 | Steven Buss | 2015-04-13 | 1 | -1/+1 |
| | | | |||||
| * | | Add DeprecatedIn09 | Steven Buss | 2015-04-13 | 1 | -0/+1 |
| | | | |||||
| * | | Update docs | Steven Buss | 2015-04-13 | 2 | -10/+9 |
| | | | |||||
| * | | Move cryptography.exceptions.InvalidToken to ↵ | Steven Buss | 2015-04-13 | 6 | -6/+24 |
| | | | | | | | | | | | | cryptography.hazmat.primitives.twofactor | ||||
* | | | Merge pull request #1845 from geofft/pyasn1-eoc | Alex Gaynor | 2015-04-14 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | Fix comparison between pyasn1 objects introduced in #1843 | ||||
| * | | | Fix comparison between pyasn1 objects introduced in #1843 | Geoffrey Thomas | 2015-04-14 | 1 | -1/+1 |
|/ / / | | | | | | | | | | | | | | | | | | | __eq__ compares values, so e.g. univ.Integer(0) == eoo.endOfOctets. I believe this isn't a logic error for what we're doing now, but keep the code right in case it gets reused. This is the pattern used by pyasn1 internally. | ||||
* | | | Merge pull request #1843 from geofft/pyasn1-eoc | Alex Gaynor | 2015-04-13 | 2 | -0/+12 |
|\ \ \ | |/ / |/| | | Work around pyasn1's willingness to return endOfOctets in DER parsing | ||||
| * | | Work around pyasn1's willingness to return endOfOctets in DER parsing | Geoffrey Thomas | 2015-04-13 | 2 | -0/+12 |
| |/ | | | | | | | See #1838 for discussion. | ||||
* | | Merge pull request #1839 from alex/decode-rfc-docs | Paul Kehrer | 2015-04-13 | 1 | -0/+2 |
|\ \ | | | | | | | Document that decode_rfc6979_signature raises ValueError | ||||
| * | | Simpler language | Alex Gaynor | 2015-04-13 | 1 | -1/+1 |
| | | | |||||
| * | | Removed a confusing sentence | Alex Gaynor | 2015-04-13 | 1 | -2/+1 |
| | | | |||||
| * | | Document that decode_rfc6979_signature raises ValueError | Alex Gaynor | 2015-04-13 | 1 | -0/+3 |
| |/ | |||||
* | | Merge pull request #1840 from alex/simplify-setup | Paul Kehrer | 2015-04-13 | 1 | -6/+3 |
|\ \ | | | | | | | Simplify setup.py slightly | ||||
| * | | Simplify setup.py slightly | Alex Gaynor | 2015-04-13 | 1 | -6/+3 |
| |/ | |||||
* | | Merge pull request #1785 from reaperhulk/travis-docker-experiment | Alex Gaynor | 2015-04-13 | 3 | -101/+129 |
|\ \ | |/ |/| | try out some new beta docker travis features | ||||
| * | oh right we need pypy too | Paul Kehrer | 2015-04-13 | 1 | -0/+10 |
| | | |||||
| * | try out some new beta docker travis features | Paul Kehrer | 2015-04-13 | 3 | -101/+119 |
|/ | |||||
* | Merge pull request #1822 from reaperhulk/x509-keyusage-ossl | Alex Gaynor | 2015-04-12 | 4 | -9/+93 |
|\ | | | | | keyusage support in the OpenSSL backend | ||||
| * | free the bit string | Paul Kehrer | 2015-04-12 | 2 | -0/+4 |
| | | |||||
| * | keyusage support in the OpenSSL backend | Paul Kehrer | 2015-04-12 | 3 | -9/+89 |
|/ | |||||
* | Merge pull request #1814 from reaperhulk/keyusage-repr | Alex Gaynor | 2015-04-12 | 2 | -0/+55 |
|\ | | | | | add repr to KeyUsage | ||||
| * | add repr to KeyUsage | Paul Kehrer | 2015-04-02 | 2 | -0/+55 |
| | | |||||
* | | Merge pull request #1833 from reaperhulk/x509-name-repr | Alex Gaynor | 2015-04-12 | 2 | -0/+16 |
|\ \ | | | | | | | add repr for x509 names | ||||
| * | | 0!r time | Paul Kehrer | 2015-04-11 | 1 | -1/+1 |
| | | | |||||
| * | | let's make that repr actually good | Paul Kehrer | 2015-04-11 | 2 | -4/+5 |
| | | | |||||
| * | | add repr for x509 names | Paul Kehrer | 2015-04-11 | 2 | -0/+15 |
|/ / | |||||
* | | Merge pull request #1823 from reaperhulk/x509-ski | Alex Gaynor | 2015-04-11 | 4 | -0/+130 |
|\ \ | | | | | | | add subjectkeyidentifier support | ||||
| * | | unused import I left in as a test. Yeah, that's why... | Paul Kehrer | 2015-04-11 | 1 | -1/+0 |
| | | | |||||
| * | | alter approach to just use digest, no hexdigest | Paul Kehrer | 2015-04-10 | 3 | -21/+19 |
| | | | |||||
| * | | free the ASN1_OCTET_STRING instance | Paul Kehrer | 2015-04-10 | 1 | -0/+3 |
| | | | |||||
| * | | python 3.2 you are terrible | Paul Kehrer | 2015-04-10 | 1 | -7/+7 |
| | | | |||||
| * | | add subjectkeyidentifier support | Paul Kehrer | 2015-04-10 | 4 | -0/+130 |
| | | | |||||
* | | | Merge pull request #1832 from reaperhulk/port-082 | Alex Gaynor | 2015-04-10 | 1 | -0/+6 |
|\ \ \ | |/ / |/| | | port 0.8.2 changelog to master |