aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* | 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
| | | | fixes #854
* 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 bump
| * 0.7 changelog and version bumpPaul Kehrer2014-12-171-1/+1
| |
* | Merge pull request #1538 from reaperhulk/named-curveAlex Gaynor2014-12-171-0/+14
|\ \ | | | | | | Set OPENSSL_EC_NAMED_CURVE on our EC_KEY instances
| * | 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
| | | | | | | | | | | | | | | 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-checkAlex Gaynor2014-12-172-20/+7
|\ \ \ | |_|/ |/| | move the NID_undef check for EC named curve
| * | 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 here
| * 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
|\ \ | |/ |/| X509Backend support in OpenSSL backend
| * 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
| | | | | | | | ...for now
| * 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
| |
| * py3 fixesPaul Kehrer2014-12-151-1/+1
| |
| * address review feedbackPaul Kehrer2014-12-153-7/+6
| |
| * improve tests, remove some outdated commentsPaul Kehrer2014-12-151-3/+0
| |
| * improve x509 load error handlingPaul Kehrer2014-12-151-2/+8
| |
| * update docs, test invalid x509 versionPaul Kehrer2014-12-152-1/+8
| |
| * move x509 to top level, add more docsPaul Kehrer2014-12-153-6/+25
| |
| * initial x509 version supportPaul Kehrer2014-12-151-1/+11
| | | | | | | | Adds enum34 as a dependency
| * initial x509 openssl implementationPaul Kehrer2014-12-153-1/+120
| |
* | Merge pull request #1532 from reaperhulk/fix-1531Alex Gaynor2014-12-171-10/+37
|\ \ | | | | | | add OpenSSH DSS public key loading
| * | use the right comparisonPaul Kehrer2014-12-171-2/+2
| | |
| * | update docs, hoist b64decode up and re-add test for itPaul Kehrer2014-12-171-10/+11
| | |
| * | add OpenSSH DSS public key loadingPaul Kehrer2014-12-161-7/+33
| | | | | | | | | | | | fixes #1531
* | | Merge pull request #1534 from callidus/masterAlex Gaynor2014-12-175-2/+29
|\ \ \ | |/ / |/| | Adding more X509 related cffi bindings
| * | Moving things about to prevent compiler warnings with newer OpenSSLTim Kelsey2014-12-172-4/+4
| | | | | | | | | | | | | | | - some of these bindings changed to const in various newer OpenSSL versions. Moving them to macros section to acccount for this
| * | Making EVP_sha* bindings none conditional.Tim Kelsey2014-12-171-7/+4
| | | | | | | | | | | | - these were added in OpenSSL 0.9.8, a supported version.
| * | Adding more cffi bindings to openssl backend.Tim Kelsey2014-12-175-1/+31
| | | | | | | | | | | | - specifically adding items relating to X509 certificates.
* | | fix some cffi related warningsPaul Kehrer2014-12-161-20/+20
| | |
* | | properly remove flags that don't exist when CMS is not availablePaul Kehrer2014-12-161-0/+20
| | |
* | | bind some cms flagsPaul Kehrer2014-12-161-0/+41
| |/ |/|
* | Merge pull request #1527 from alex/pr/1517Paul Kehrer2014-12-152-3/+81
|\ \ | | | | | | Added SSH public key loading
| * | two flake8 fixesAlex Gaynor2014-12-151-2/+0
| | |
| * | A handful of tiny fixesAlex Gaynor2014-12-152-22/+34
| | |