aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* use X509ExtensionParser for Revoked extensionsErik Trauschke2015-10-146-145/+106
| | | | | | remove revoked_certificates property from RevokedCertificate class CRLExtensions should actually be RevokedExtensions doctest cleanup for RevokedCertificate
* doctest fixErik Trauschke2015-10-131-0/+1
|
* fix indentationsErik Trauschke2015-10-133-69/+83
| | | | | | | | change docs to indicate CRL objects are iterable fix docs for revoked certs make _decode_crl_reason more readable add __getitem__ method to CRL object remove double underscores
* use openssl assertErik Trauschke2015-09-282-24/+32
| | | | | | change _build* to _decode* make CRLs into iterators various fixes
* Merge branch 'master' into crl_ossl_backendErik Trauschke2015-09-288-63/+34
|\
| * Merge pull request #2380 from reaperhulk/port-102-changelogAlex Gaynor2015-09-271-0/+11
| |\ | | | | | | port 1.0.2 changelog to master
| | * port 1.0.2 changelog to masterPaul Kehrer2015-09-261-0/+11
| |/
| * Merge pull request #2377 from alex/internal-errorPaul Kehrer2015-09-267-63/+23
| |\ | | | | | | Use InternalError for stuff
| | * unused importAlex Gaynor2015-09-261-3/+1
| | |
| | * Use InternalError for stuffAlex Gaynor2015-09-267-60/+22
| |/
* | Merge branch 'crl_ossl_backend' of github.com:etrauschke/cryptography into ↵Erik Trauschke2015-09-288-4/+681
|\ \ | |/ |/| | | crl_ossl_backend
| * Merge branch 'master' into crl_ossl_backendErik Trauschke2015-09-252-154/+178
| |\
| * \ Merge branch 'master' into crl_ossl_backendErik Trauschke2015-09-251-0/+8
| |\ \
| * \ \ Merge branch 'master' into crl_ossl_backendErik Trauschke2015-09-251-3/+4
| |\ \ \
| * \ \ \ Merge branch 'master' into crl_ossl_backendErik Trauschke2015-09-2511-8/+498
| |\ \ \ \
| * | | | | OpenSSL backend code for CRLsErik Trauschke2015-09-248-4/+681
| | | | | |
* | | | | | Merge pull request #2375 from alex/assert-in-bindingPaul Kehrer2015-09-263-38/+50
|\ \ \ \ \ \ | | | | | | | | | | | | | | Convert asserts in bindings as well
| * | | | | | fix the testsAlex Gaynor2015-09-262-5/+6
| | | | | | |
| * | | | | | flake8 itAlex Gaynor2015-09-261-6/+4
| | | | | | |
| * | | | | | Convert asserts in bindings as wellAlex Gaynor2015-09-262-36/+49
|/ / / / / /
* | | | | | Merge pull request #2374 from alex/renamePaul Kehrer2015-09-261-0/+0
|\ \ \ \ \ \ | | | | | | | | | | | | | | rename this file for consistency
| * | | | | | rename this file for consistencyAlex Gaynor2015-09-261-0/+0
| | | | | | |
* | | | | | | Merge pull request #2372 from alex/a-few-more-assertsPaul Kehrer2015-09-263-3/+3
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | converted a few more asserts
| * | | | | | converted a few more assertsAlex Gaynor2015-09-263-3/+3
|/ / / / / /
* | | | | | Merge pull request #2370 from reaperhulk/asserts-begone-2Alex Gaynor2015-09-268-87/+90
|\ \ \ \ \ \ | | | | | | | | | | | | | | convert the rest of the openssl backend to using openssl_assert
| * | | | | | move two asserts much closer to call sitePaul Kehrer2015-09-251-2/+2
| | | | | | |
| * | | | | | convert the rest of the openssl backend to using openssl_assertPaul Kehrer2015-09-258-87/+90
|/ / / / / /
* | | | | | Merge pull request #2369 from alex/we-testPaul Kehrer2015-09-251-2/+2
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | We test on 3.5
| * | | | | Merge branch 'master' into we-testAlex Gaynor2015-09-252-154/+178
| |\ \ \ \ \ | |/ / / / / |/| | | | |
* | | | | | Merge pull request #2368 from reaperhulk/asserts-begoneAlex Gaynor2015-09-252-154/+178
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | start converting asserts to a function call
| * | | | | add test for openssl_assertPaul Kehrer2015-09-251-1/+6
| | | | | |
| * | | | | remove unnecessary checkPaul Kehrer2015-09-251-1/+0
| | | | | |
| * | | | | change some asserts back since they're not openssl specificPaul Kehrer2015-09-251-18/+19
| | | | | | | | | | | | | | | | | | | | | | | | plus bonus better exception msg
| * | | | | start converting asserts to a function callPaul Kehrer2015-09-251-166/+185
|/ / / / / | | | | | | | | | | | | | | | | | | | | This prevents situations where asserts are bypassed when running python with -O.
| * / / / We test on 3.5Alex Gaynor2015-09-251-2/+2
|/ / / /
* | | | Merge pull request #2366 from reaperhulk/new-travisAlex Gaynor2015-09-251-0/+8
|\ \ \ \ | |_|_|/ |/| | | add some el capitan to our travis build matrix
| * | | Merge branch 'master' into new-travisPaul Kehrer2015-09-251-3/+4
| |\ \ \ | |/ / / |/| | |
* | | | Merge pull request #2367 from pyca/update-security-osxPaul Kehrer2015-09-251-3/+4
|\ \ \ \ | |_|_|/ |/| | | We ship statically linked wheels for OS X as well
| * | | We ship statically linked wheels for OS X as wellAlex Gaynor2015-09-251-3/+4
|/ / /
| * | move them above docs jobPaul Kehrer2015-09-241-4/+4
| | |
| * | add some el capitan to our travis build matrixPaul Kehrer2015-09-241-0/+8
|/ /
* | Merge pull request #2365 from alex/grammarDonald Stufft2015-09-243-3/+3
|\ \ | | | | | | some commas that look correct
| * | appeasementAlex Gaynor2015-09-241-1/+1
| | |
| * | some commas that look correctAlex Gaynor2015-09-244-4/+4
|/ /
* | Merge pull request #2364 from alex/cleanupsPaul Kehrer2015-09-245-26/+28
|\ \ | | | | | | Some cleanups
| * | Some cleanupsAlex Gaynor2015-09-245-26/+28
|/ /
* | Merge pull request #2343 from simo5/ANS_X963Paul Kehrer2015-09-247-0/+488
|\ \ | |/ |/| Implement ANSI X9.63 KDF
| * Test X9.63 with NIST test vectorsSimo Sorce2015-09-241-0/+72
| | | | | | | | Signed-off-by: Simo Sorce <simo@redhat.com>
| * Add vector loader for X9.63 vectorsSimo Sorce2015-09-242-0/+130
| | | | | | | | Signed-off-by: Simo Sorce <simo@redhat.com>
| * Add X963KDF from ANSI X9.63:2001Simo Sorce2015-09-244-0/+286
|/ | | | | | | | | | The implemention allows the use a Hash function to implement a KDF very similar to ConcatKDFHash, just different enough to require a separate derivation function. Closes #2203 Signed-off-by: Simo Sorce <simo@redhat.com>