aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | 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-1711-55/+682
|\ \ | |/ |/| X509Backend support in OpenSSL backend
| * doc update for x509Paul Kehrer2014-12-171-1/+3
| |
| * Merge pull request #2 from alex/patch-1Paul Kehrer2014-12-161-2/+3
| |\ | | | | | | Slight cleanup to teh docs
| | * Markup fix.Alex Gaynor2014-12-161-1/+2
| | |
| | * Slightly more descriptive docsAlex Gaynor2014-12-161-2/+2
| |/
| * fix some docsPaul Kehrer2014-12-161-5/+5
| |
| * add examples for accessing each attrPaul Kehrer2014-12-161-2/+35
| |
| * add parsed_version attribute to InvalidVersionPaul Kehrer2014-12-154-3/+11
| |
| * 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
| |
| * improve the docs a bit morePaul Kehrer2014-12-151-2/+5
| |
| * rename X509 classes to remove X509 and improve some testsPaul Kehrer2014-12-156-37/+96
| |
| * update test with proper filenamePaul Kehrer2014-12-151-1/+1
| |
| * sighPaul Kehrer2014-12-152-2/+2
| |
| * raise error on unnamed EC curve certificates when calling public_keyPaul Kehrer2014-12-152-0/+30
| | | | | | | | ...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-156-63/+104
| |
| * move mem_bio creation/reading to backendPaul Kehrer2014-12-152-18/+24
| |
| * change it to not_valid_* why notPaul Kehrer2014-12-154-20/+24
| |
| * improve phrasing on X509Certificate fingerprint method paramPaul Kehrer2014-12-151-2/+2
| |
| * move x509 to the top of our docsPaul Kehrer2014-12-151-1/+1
| |
| * refactor a test function to avoid string typingPaul Kehrer2014-12-151-18/+13
| |
| * learn to bytesPaul Kehrer2014-12-151-1/+1
| |
| * test x509 fingerprintPaul Kehrer2014-12-151-1/+4
| |
| * py3 fixesPaul Kehrer2014-12-152-49/+62
| |
| * address review feedbackPaul Kehrer2014-12-156-17/+15
| |
| * clean up x509 tests & add DSA/ECDSA testsPaul Kehrer2014-12-151-15/+57
| |
| * improve tests, remove some outdated commentsPaul Kehrer2014-12-152-10/+19
| |
| * improve x509 load error handlingPaul Kehrer2014-12-152-2/+16
| |
| * add x509v1 testPaul Kehrer2014-12-151-0/+9
| |
| * update docs, test invalid x509 versionPaul Kehrer2014-12-157-4/+29
| |
| * move x509 to top level, add more docsPaul Kehrer2014-12-156-6/+208
| |
| * initial x509 version supportPaul Kehrer2014-12-152-1/+12
| | | | | | | | Adds enum34 as a dependency
| * initial x509 openssl implementationPaul Kehrer2014-12-153-1/+120
| |
* | Merge pull request #1532 from reaperhulk/fix-1531Alex Gaynor2014-12-173-33/+167
|\ \ | | | | | | 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-173-15/+27
| | |
| * | add OpenSSH DSS public key loadingPaul Kehrer2014-12-162-31/+153
| | | | | | | | | | | | fixes #1531
* | | Merge pull request #1536 from alex/coveralls-svgPaul Kehrer2014-12-171-1/+1
|\ \ \ | | | | | | | | Use an SVG for coveralls
| * | | Use an SVG for coverallsAlex Gaynor2014-12-171-1/+1
|/ / /
* | | Merge pull request #1535 from alex/travis-install-cleanupDonald Stufft2014-12-171-3/+0
|\ \ \ | | | | | | | | Removed bogus, unused section from travis install script