Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #1551 from alex/hoist-from-loop | Paul Kehrer | 2014-12-18 | 1 | -4/+4 |
|\ | | | | | Hoist this logic out of the loop, since it's used after the end of the loop | ||||
| * | Hoist this logic out of the loop, since it's used after the end of the loop | Alex Gaynor | 2014-12-18 | 1 | -4/+4 |
|/ | |||||
* | Merge pull request #1548 from reaperhulk/docs-typo | Alex Gaynor | 2014-12-18 | 1 | -1/+1 |
|\ | | | | | fix a typo in the changelog | ||||
| * | fix a typo in the changelog | Paul Kehrer | 2014-12-18 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #1546 from alex/python-announce | Paul Kehrer | 2014-12-18 | 1 | -1/+3 |
|\ | | | | | Announce new releases on python-announce as well | ||||
| * | Announce new releases on python-announce as well | Alex Gaynor | 2014-12-17 | 1 | -1/+3 |
| | | |||||
* | | Merge pull request #1545 from alex/x509-hazmat | Paul Kehrer | 2014-12-18 | 1 | -2/+0 |
|\ \ | |/ |/| | While X.509 is definitely hazardous to one's health. It's not dragons and sharks hazardous. | ||||
| * | While X.509 is definitely hazardous to one's health. It's not dragons and ↵ | Alex Gaynor | 2014-12-17 | 1 | -2/+0 |
|/ | | | | | | sharks hazardous. (It is known to the state of california to cause cancer) | ||||
* | Merge pull request #1541 from reaperhulk/start-eighth | Alex Gaynor | 2014-12-17 | 3 | -2/+7 |
|\ | | | | | open master for eighth release development | ||||
| * | open master for eighth release development | Paul Kehrer | 2014-12-17 | 3 | -2/+7 |
|/ | |||||
* | Merge pull request #1540 from reaperhulk/update-changelog-0.7 | Alex Gaynor | 2014-12-17 | 3 | -8/+6 |
|\ | | | | | 0.7 changelog and version bump | ||||
| * | 0.7 changelog and version bump | Paul Kehrer | 2014-12-17 | 3 | -8/+6 |
| | | |||||
* | | Merge pull request #1538 from reaperhulk/named-curve | Alex Gaynor | 2014-12-17 | 1 | -0/+14 |
|\ \ | | | | | | | Set OPENSSL_EC_NAMED_CURVE on our EC_KEY instances | ||||
| * | | british english? never heard of it. | Paul Kehrer | 2014-12-17 | 1 | -2/+2 |
| | | | |||||
| * | | mark named curve inside EC key classes | Paul Kehrer | 2014-12-17 | 2 | -19/+14 |
| | | | |||||
| * | | _backend is not a property on a backend | Paul Kehrer | 2014-12-17 | 1 | -2/+1 |
| | | | |||||
| * | | Set OPENSSL_EC_NAMED_CURVE on our EC_KEY instances | Alex Stapleton | 2014-12-17 | 2 | -0/+20 |
| | | | | | | | | | | | | | | | This means any X.509 certs generated from our keys will be encoded along with the curve OID so that we can still load them afterwards. | ||||
* | | | Merge pull request #1539 from reaperhulk/move-ec-named-curve-check | Alex Gaynor | 2014-12-17 | 2 | -20/+7 |
|\ \ \ | |_|/ |/| | | move the NID_undef check for EC named curve | ||||
| * | | move the NID_undef check for EC named curve | Paul Kehrer | 2014-12-17 | 2 | -20/+7 |
| |/ | |||||
* | | Merge pull request #1537 from alex/cleanup-ssh-serialization | Paul Kehrer | 2014-12-17 | 1 | -2/+2 |
|\ \ | |/ |/| | Use the slightly more natural API here | ||||
| * | Use the slightly more natural API here | Alex Gaynor | 2014-12-17 | 1 | -2/+2 |
| | | |||||
* | | Merge pull request #1499 from reaperhulk/x509-ossl-impl | Alex Gaynor | 2014-12-17 | 11 | -55/+682 |
|\ \ | |/ |/| | X509Backend support in OpenSSL backend | ||||
| * | doc update for x509 | Paul Kehrer | 2014-12-17 | 1 | -1/+3 |
| | | |||||
| * | Merge pull request #2 from alex/patch-1 | Paul Kehrer | 2014-12-16 | 1 | -2/+3 |
| |\ | | | | | | | Slight cleanup to teh docs | ||||
| | * | Markup fix. | Alex Gaynor | 2014-12-16 | 1 | -1/+2 |
| | | | |||||
| | * | Slightly more descriptive docs | Alex Gaynor | 2014-12-16 | 1 | -2/+2 |
| |/ | |||||
| * | fix some docs | Paul Kehrer | 2014-12-16 | 1 | -5/+5 |
| | | |||||
| * | add examples for accessing each attr | Paul Kehrer | 2014-12-16 | 1 | -2/+35 |
| | | |||||
| * | add parsed_version attribute to InvalidVersion | Paul Kehrer | 2014-12-15 | 4 | -3/+11 |
| | | |||||
| * | update error msg text based on feedback | Paul Kehrer | 2014-12-15 | 1 | -1/+1 |
| | | |||||
| * | revert asn1 time parsing to avoid locale problems | Paul Kehrer | 2014-12-15 | 1 | -5/+14 |
| | | |||||
| * | improve the docs a bit more | Paul Kehrer | 2014-12-15 | 1 | -2/+5 |
| | | |||||
| * | rename X509 classes to remove X509 and improve some tests | Paul Kehrer | 2014-12-15 | 6 | -37/+96 |
| | | |||||
| * | update test with proper filename | Paul Kehrer | 2014-12-15 | 1 | -1/+1 |
| | | |||||
| * | sigh | Paul Kehrer | 2014-12-15 | 2 | -2/+2 |
| | | |||||
| * | raise error on unnamed EC curve certificates when calling public_key | Paul Kehrer | 2014-12-15 | 2 | -0/+30 |
| | | | | | | | | ...for now | ||||
| * | move to macros due to const/non-const | Paul Kehrer | 2014-12-15 | 1 | -1/+1 |
| | | |||||
| * | try using ASN1_TIME_print to get ASN1_TIME data | Paul Kehrer | 2014-12-15 | 2 | -14/+6 |
| | | |||||
| * | simplify serial conversion | Paul Kehrer | 2014-12-15 | 1 | -3/+2 |
| | | |||||
| * | reorganize a bunch of things related to the x509certificate interface | Paul Kehrer | 2014-12-15 | 6 | -63/+104 |
| | | |||||
| * | move mem_bio creation/reading to backend | Paul Kehrer | 2014-12-15 | 2 | -18/+24 |
| | | |||||
| * | change it to not_valid_* why not | Paul Kehrer | 2014-12-15 | 4 | -20/+24 |
| | | |||||
| * | improve phrasing on X509Certificate fingerprint method param | Paul Kehrer | 2014-12-15 | 1 | -2/+2 |
| | | |||||
| * | move x509 to the top of our docs | Paul Kehrer | 2014-12-15 | 1 | -1/+1 |
| | | |||||
| * | refactor a test function to avoid string typing | Paul Kehrer | 2014-12-15 | 1 | -18/+13 |
| | | |||||
| * | learn to bytes | Paul Kehrer | 2014-12-15 | 1 | -1/+1 |
| | | |||||
| * | test x509 fingerprint | Paul Kehrer | 2014-12-15 | 1 | -1/+4 |
| | | |||||
| * | py3 fixes | Paul Kehrer | 2014-12-15 | 2 | -49/+62 |
| | | |||||
| * | address review feedback | Paul Kehrer | 2014-12-15 | 6 | -17/+15 |
| | | |||||
| * | clean up x509 tests & add DSA/ECDSA tests | Paul Kehrer | 2014-12-15 | 1 | -15/+57 |
| | |