aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
| * | | Removed bogus, unused section from travis install scriptAlex Gaynor2014-12-171-3/+0
|/ / / | | | | | | | | | We don't run py3pep8 checks on OS X, and if we did, this code was nonsense since OS X doesn't have apt-get
* | | 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.
| * | Merge branch 'master' of https://github.com/callidus/cryptographyTim Kelsey2014-12-170-0/+0
| |\ \ | | | | | | | | | | | | | | | | | | | | Conflicts: src/cryptography/hazmat/bindings/openssl/asn1.py src/cryptography/hazmat/bindings/openssl/evp.py
| | * | Adding more cffi bindings to openssl backend.Tim Kelsey2014-12-155-1/+41
| | | | | | | | | | | | | | | | - specifically adding items relating to X509 certificates.
| * | | Adding more cffi bindings to openssl backend.Tim Kelsey2014-12-175-1/+31
| |/ / | | | | | | | | | - specifically adding items relating to X509 certificates.