Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | add some new bindings for using the PKCS8_PRIV_KEY_INFO struct | Paul Kehrer | 2015-01-05 | 2 | -0/+7 | |
| |/ |/| | ||||||
* | | Merge pull request #1600 from alex/deprecated | Alex Stapleton | 2015-01-03 | 1 | -4/+37 | |
|\ \ | |/ |/| | Added a utility for deprecating a module attribute | |||||
| * | flake8 | Alex Gaynor | 2015-01-01 | 1 | -1/+0 | |
| | | ||||||
| * | Added a utility for deprecating a module attribute | Alex Gaynor | 2015-01-01 | 1 | -4/+38 | |
| | | ||||||
* | | Merge pull request #1602 from reaperhulk/dn-nids | Alex Gaynor | 2015-01-01 | 1 | -0/+5 | |
|\ \ | |/ |/| | add NIDs for x509 name parsing | |||||
| * | add NIDs for x509 name parsing | Paul Kehrer | 2015-01-01 | 1 | -0/+5 | |
| | | ||||||
* | | Merge pull request #1595 from ↵ | Paul Kehrer | 2015-01-01 | 2 | -66/+89 | |
|\ \ | | | | | | | | | | | | | greghaynes/feature/split-out-primitives-interfaces-ciphers Start splitting out interfaces with ciphers | |||||
| * | | Style fixes for interfaces imports | Gregory Haynes | 2014-12-31 | 1 | -6/+3 | |
| | | | ||||||
| * | | Fix import ordering in interfaces | Gregory Haynes | 2014-12-30 | 1 | -2/+2 | |
| | | | ||||||
| * | | Move ModeAuthenticationWithTag into ciphers | Gregory Haynes | 2014-12-30 | 2 | -9/+11 | |
| | | | | | | | | | | | | This class should be broken out into the ciphers module as well. | |||||
| * | | Start splitting out interfaces with ciphers | Gregory Haynes | 2014-12-30 | 2 | -58/+82 | |
| |/ | | | | | | | | | | | | | The interfaces module is getting unwieldy so starting to split this out. Beginning by creating a ciphers module. This starts implementing issue #1495 | |||||
* / | Update copyright for 2015 | Alex Stapleton | 2014-12-31 | 1 | -1/+1 | |
|/ | ||||||
* | Revert "Fixed #1494 -- switch which define we look for for SSLv3 disabled. ↵ | Paul Kehrer | 2014-12-28 | 1 | -5/+5 | |
| | | | | | | We're now using the same one as CPython." This reverts commit facea9a7861ac1ecc7948474766cae0f842b3469. | |||||
* | Added test cases for NIST P-384 and 521. Fixed handling of key sizes which ↵ | Alex Gaynor | 2014-12-25 | 1 | -5/+7 | |
| | | | | aren't divisibly by 8 | |||||
* | Merge branch 'master' into openssh-elliptic-curve | Alex Gaynor | 2014-12-24 | 1 | -8/+2 | |
|\ | ||||||
| * | Removed some deprecated code | Alex Gaynor | 2014-12-24 | 1 | -8/+2 | |
| | | ||||||
* | | Improved docstring | Alex Gaynor | 2014-12-24 | 1 | -1/+5 | |
| | | ||||||
* | | THese are bytes for py3k | Alex Gaynor | 2014-12-24 | 1 | -3/+3 | |
| | | ||||||
* | | Reduce the duplication | Alex Gaynor | 2014-12-24 | 1 | -13/+11 | |
| | | ||||||
* | | Attempt to remove some duplication | Alex Gaynor | 2014-12-24 | 1 | -26/+24 | |
| | | ||||||
* | | Fixes #1533 -- Initial work at parsing ECDSA public keys in OpenSSH format | Alex Gaynor | 2014-12-24 | 1 | -8/+45 | |
|/ | ||||||
* | made the internal _Reasons an enum, since we already depend on enum34 | Alex Gaynor | 2014-12-18 | 1 | -11/+13 | |
| | | | | fixes #854 | |||||
* | remove fully deprecated items from 0.6 deprecation cycle | Paul Kehrer | 2014-12-18 | 5 | -152/+5 | |
| | ||||||
* | open master for eighth release development | Paul Kehrer | 2014-12-17 | 1 | -1/+1 | |
| | ||||||
* | Merge pull request #1540 from reaperhulk/update-changelog-0.7 | Alex Gaynor | 2014-12-17 | 1 | -1/+1 | |
|\ | | | | | 0.7 changelog and version bump | |||||
| * | 0.7 changelog and version bump | Paul Kehrer | 2014-12-17 | 1 | -1/+1 | |
| | | ||||||
* | | 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 | 5 | -3/+230 | |
|\ \ | |/ |/| | X509Backend support in OpenSSL backend | |||||
| * | add parsed_version attribute to InvalidVersion | Paul Kehrer | 2014-12-15 | 2 | -2/+4 | |
| | | ||||||
| * | 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 | |
| | | ||||||
| * | rename X509 classes to remove X509 and improve some tests | Paul Kehrer | 2014-12-15 | 3 | -11/+11 | |
| | | ||||||
| * | 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 | 1 | -0/+20 | |
| | | | | | | | | ...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 | 2 | -2/+44 | |
| | | ||||||
| * | 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 | 2 | -4/+4 | |
| | | ||||||
| * | py3 fixes | Paul Kehrer | 2014-12-15 | 1 | -1/+1 | |
| | | ||||||
| * | address review feedback | Paul Kehrer | 2014-12-15 | 3 | -7/+6 | |
| | |