Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | _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 #1499 from reaperhulk/x509-ossl-impl | Alex Gaynor | 2014-12-17 | 11 | -55/+682 |
|\ | | | | | X509Backend support in OpenSSL backend | ||||
| * | doc update for x509 | Paul Kehrer | 2014-12-17 | 1 | -1/+3 |
| | | |||||
| * | Merge pull request #2 from alex/patch-1 | Paul Kehrer | 2014-12-16 | 1 | -2/+3 |
| |\ | | | | | | | Slight cleanup to teh docs | ||||
| | * | Markup fix. | Alex Gaynor | 2014-12-16 | 1 | -1/+2 |
| | | | |||||
| | * | Slightly more descriptive docs | Alex Gaynor | 2014-12-16 | 1 | -2/+2 |
| |/ | |||||
| * | fix some docs | Paul Kehrer | 2014-12-16 | 1 | -5/+5 |
| | | |||||
| * | add examples for accessing each attr | Paul Kehrer | 2014-12-16 | 1 | -2/+35 |
| | | |||||
| * | add parsed_version attribute to InvalidVersion | Paul Kehrer | 2014-12-15 | 4 | -3/+11 |
| | | |||||
| * | 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 |
| | | |||||
| * | improve the docs a bit more | Paul Kehrer | 2014-12-15 | 1 | -2/+5 |
| | | |||||
| * | rename X509 classes to remove X509 and improve some tests | Paul Kehrer | 2014-12-15 | 6 | -37/+96 |
| | | |||||
| * | update test with proper filename | Paul Kehrer | 2014-12-15 | 1 | -1/+1 |
| | | |||||
| * | 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 | 2 | -0/+30 |
| | | | | | | | | ...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 | 6 | -63/+104 |
| | | |||||
| * | 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 | 4 | -20/+24 |
| | | |||||
| * | improve phrasing on X509Certificate fingerprint method param | Paul Kehrer | 2014-12-15 | 1 | -2/+2 |
| | | |||||
| * | move x509 to the top of our docs | Paul Kehrer | 2014-12-15 | 1 | -1/+1 |
| | | |||||
| * | refactor a test function to avoid string typing | Paul Kehrer | 2014-12-15 | 1 | -18/+13 |
| | | |||||
| * | learn to bytes | Paul Kehrer | 2014-12-15 | 1 | -1/+1 |
| | | |||||
| * | test x509 fingerprint | Paul Kehrer | 2014-12-15 | 1 | -1/+4 |
| | | |||||
| * | py3 fixes | Paul Kehrer | 2014-12-15 | 2 | -49/+62 |
| | | |||||
| * | address review feedback | Paul Kehrer | 2014-12-15 | 6 | -17/+15 |
| | | |||||
| * | clean up x509 tests & add DSA/ECDSA tests | Paul Kehrer | 2014-12-15 | 1 | -15/+57 |
| | | |||||
| * | improve tests, remove some outdated comments | Paul Kehrer | 2014-12-15 | 2 | -10/+19 |
| | | |||||
| * | improve x509 load error handling | Paul Kehrer | 2014-12-15 | 2 | -2/+16 |
| | | |||||
| * | add x509v1 test | Paul Kehrer | 2014-12-15 | 1 | -0/+9 |
| | | |||||
| * | update docs, test invalid x509 version | Paul Kehrer | 2014-12-15 | 7 | -4/+29 |
| | | |||||
| * | move x509 to top level, add more docs | Paul Kehrer | 2014-12-15 | 6 | -6/+208 |
| | | |||||
| * | initial x509 version support | Paul Kehrer | 2014-12-15 | 2 | -1/+12 |
| | | | | | | | | Adds enum34 as a dependency | ||||
| * | initial x509 openssl implementation | Paul Kehrer | 2014-12-15 | 3 | -1/+120 |
| | | |||||
* | | Merge pull request #1532 from reaperhulk/fix-1531 | Alex Gaynor | 2014-12-17 | 3 | -33/+167 |
|\ \ | | | | | | | add OpenSSH DSS public key loading | ||||
| * | | use the right comparison | Paul Kehrer | 2014-12-17 | 1 | -2/+2 |
| | | | |||||
| * | | update docs, hoist b64decode up and re-add test for it | Paul Kehrer | 2014-12-17 | 3 | -15/+27 |
| | | | |||||
| * | | add OpenSSH DSS public key loading | Paul Kehrer | 2014-12-16 | 2 | -31/+153 |
| | | | | | | | | | | | | fixes #1531 | ||||
* | | | Merge pull request #1536 from alex/coveralls-svg | Paul Kehrer | 2014-12-17 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | Use an SVG for coveralls | ||||
| * | | | Use an SVG for coveralls | Alex Gaynor | 2014-12-17 | 1 | -1/+1 |
|/ / / | |||||
* | | | Merge pull request #1535 from alex/travis-install-cleanup | Donald Stufft | 2014-12-17 | 1 | -3/+0 |
|\ \ \ | | | | | | | | | Removed bogus, unused section from travis install script | ||||
| * | | | Removed bogus, unused section from travis install script | Alex Gaynor | 2014-12-17 | 1 | -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/master | Alex Gaynor | 2014-12-17 | 5 | -2/+29 |
|\ \ \ | |/ / |/| | | Adding more X509 related cffi bindings | ||||
| * | | Moving things about to prevent compiler warnings with newer OpenSSL | Tim Kelsey | 2014-12-17 | 2 | -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 Kelsey | 2014-12-17 | 1 | -7/+4 |
| | | | | | | | | | | | | - these were added in OpenSSL 0.9.8, a supported version. | ||||
| * | | Merge branch 'master' of https://github.com/callidus/cryptography | Tim Kelsey | 2014-12-17 | 0 | -0/+0 |
| |\ \ | | | | | | | | | | | | | | | | | | | | | Conflicts: src/cryptography/hazmat/bindings/openssl/asn1.py src/cryptography/hazmat/bindings/openssl/evp.py |