aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Added a commentAlex Gaynor2015-01-081-0/+5
* Fixed #1614 -- don't cause warnings with the latest setuptoolsAlex Gaynor2015-01-081-2/+2
* add some new bindings for using the PKCS8_PRIV_KEY_INFO structPaul Kehrer2015-01-052-0/+7
* Merge pull request #1600 from alex/deprecatedAlex Stapleton2015-01-031-4/+37
|\
| * flake8Alex Gaynor2015-01-011-1/+0
| * Added a utility for deprecating a module attributeAlex Gaynor2015-01-011-4/+38
* | Merge pull request #1602 from reaperhulk/dn-nidsAlex Gaynor2015-01-011-0/+5
|\ \ | |/ |/|
| * add NIDs for x509 name parsingPaul Kehrer2015-01-011-0/+5
* | Merge pull request #1595 from greghaynes/feature/split-out-primitives-interfa...Paul Kehrer2015-01-012-66/+89
|\ \
| * | Style fixes for interfaces importsGregory Haynes2014-12-311-6/+3
| * | Fix import ordering in interfacesGregory Haynes2014-12-301-2/+2
| * | Move ModeAuthenticationWithTag into ciphersGregory Haynes2014-12-302-9/+11
| * | Start splitting out interfaces with ciphersGregory Haynes2014-12-302-58/+82
| |/
* / Update copyright for 2015Alex Stapleton2014-12-311-1/+1
|/
* Revert "Fixed #1494 -- switch which define we look for for SSLv3 disabled. We...Paul Kehrer2014-12-281-5/+5
* Added test cases for NIST P-384 and 521. Fixed handling of key sizes which ar...Alex Gaynor2014-12-251-5/+7
* Merge branch 'master' into openssh-elliptic-curveAlex Gaynor2014-12-241-8/+2
|\
| * Removed some deprecated codeAlex Gaynor2014-12-241-8/+2
* | Improved docstringAlex Gaynor2014-12-241-1/+5
* | THese are bytes for py3kAlex Gaynor2014-12-241-3/+3
* | Reduce the duplicationAlex Gaynor2014-12-241-13/+11
* | Attempt to remove some duplicationAlex Gaynor2014-12-241-26/+24
* | Fixes #1533 -- Initial work at parsing ECDSA public keys in OpenSSH formatAlex Gaynor2014-12-241-8/+45
|/
* made the internal _Reasons an enum, since we already depend on enum34Alex Gaynor2014-12-181-11/+13
* remove fully deprecated items from 0.6 deprecation cyclePaul Kehrer2014-12-185-152/+5
* open master for eighth release developmentPaul Kehrer2014-12-171-1/+1
* Merge pull request #1540 from reaperhulk/update-changelog-0.7Alex Gaynor2014-12-171-1/+1
|\
| * 0.7 changelog and version bumpPaul Kehrer2014-12-171-1/+1
* | Merge pull request #1538 from reaperhulk/named-curveAlex Gaynor2014-12-171-0/+14
|\ \
| * | british english? never heard of it.Paul Kehrer2014-12-171-2/+2
| * | mark named curve inside EC key classesPaul Kehrer2014-12-172-19/+14
| * | _backend is not a property on a backendPaul Kehrer2014-12-171-2/+1
| * | Set OPENSSL_EC_NAMED_CURVE on our EC_KEY instancesAlex Stapleton2014-12-172-0/+20
* | | Merge pull request #1539 from reaperhulk/move-ec-named-curve-checkAlex Gaynor2014-12-172-20/+7
|\ \ \ | |_|/ |/| |
| * | move the NID_undef check for EC named curvePaul Kehrer2014-12-172-20/+7
| |/
* | Merge pull request #1537 from alex/cleanup-ssh-serializationPaul Kehrer2014-12-171-2/+2
|\ \ | |/ |/|
| * Use the slightly more natural API hereAlex Gaynor2014-12-171-2/+2
* | Merge pull request #1499 from reaperhulk/x509-ossl-implAlex Gaynor2014-12-175-3/+230
|\ \ | |/ |/|
| * add parsed_version attribute to InvalidVersionPaul Kehrer2014-12-152-2/+4
| * update error msg text based on feedbackPaul Kehrer2014-12-151-1/+1
| * revert asn1 time parsing to avoid locale problemsPaul Kehrer2014-12-151-5/+14
| * rename X509 classes to remove X509 and improve some testsPaul Kehrer2014-12-153-11/+11
| * sighPaul Kehrer2014-12-152-2/+2
| * raise error on unnamed EC curve certificates when calling public_keyPaul Kehrer2014-12-151-0/+20
| * move to macros due to const/non-constPaul Kehrer2014-12-151-1/+1
| * try using ASN1_TIME_print to get ASN1_TIME dataPaul Kehrer2014-12-152-14/+6
| * simplify serial conversionPaul Kehrer2014-12-151-3/+2
| * reorganize a bunch of things related to the x509certificate interfacePaul Kehrer2014-12-152-2/+44
| * move mem_bio creation/reading to backendPaul Kehrer2014-12-152-18/+24
| * change it to not_valid_* why notPaul Kehrer2014-12-152-4/+4