aboutsummaryrefslogtreecommitdiffstats
path: root/cryptography
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | conditionally bind AES_wrap/unwrap for 0.9.8e supportPaul Kehrer2014-03-071-4/+24
|/ / /
* | | Merge pull request #750 from reaperhulk/update-098eAlex Gaynor2014-03-071-0/+9
|\ \ \ | | | | | | | | 0.9.8e EVP Workaround
| * | | change comparison to be easier to readPaul Kehrer2014-03-071-1/+1
| | | |
| * | | ridiculous workaround timePaul Kehrer2014-03-071-0/+9
| |/ /
* | | Merge pull request #747 from alex/exception-heirarchy-refactorPaul Kehrer2014-03-065-29/+39
|\ \ \ | | | | | | | | Try to use more specific exceptions in places.
| * | | Missing importsAlex Gaynor2014-03-061-2/+2
| | | |
| * | | Convert stuffAlex Gaynor2014-03-062-13/+15
| | | |
| * | | Merge branch 'master' into exception-heirarchy-refactorAlex Gaynor2014-03-0613-68/+455
| |\| | | | | | | | | | | | | | | | | | Conflicts: cryptography/hazmat/backends/openssl/backend.py
| * | | Sigh.Alex Gaynor2014-03-011-13/+4
| | | |
| * | | Initial workAlex Gaynor2014-02-263-17/+34
| | | |
* | | | Add binding for DSA_newMohammed Attia2014-03-061-0/+1
| |/ / |/| |
* | | Be consistent with how we do this elsewherehAlex Gaynor2014-03-061-1/+1
| | |
* | | SimplifyAlex Gaynor2014-03-051-10/+6
| | |
* | | Try to make this not-opaque. Might not work on CentOSAlex Gaynor2014-03-051-1/+3
| | |
* | | Use the bit_length function from utils in RSAMohammed Attia2014-03-051-11/+2
| | |
* | | Add bit_length function to utilsMohammed Attia2014-03-051-0/+9
| | |
* | | Merge pull request #733 from alex/more-ec-namesDonald Stufft2014-03-051-0/+15
|\ \ \ | | | | | | | | Expose EC_get_builtin_curves
| * | | Ugh, CAlex Gaynor2014-03-041-4/+4
| | | |
| * | | Fix for systems without ECAlex Gaynor2014-03-041-4/+11
| | | |
| * | | Expose the fieldsAlex Gaynor2014-03-041-1/+4
| | | |
| * | | pffAlex Gaynor2014-03-041-1/+1
| | | |
| * | | Expose EC_get_builtin_curvesAlex Gaynor2014-03-041-0/+5
| | | |
* | | | add a bunch of EC NID/SN bindings for #732Paul Kehrer2014-03-041-0/+136
| | | | | | | | | | | | | | | | | | | | These NID/SN definitions should be present regardless of whether EC is enabled or not.
* | | | Merge remote-tracking branch 'upstream/master'Mohammed Attia2014-03-041-1/+3
|\| | |
| * | | This branch isn't coverable yetAlex Gaynor2014-03-041-6/+2
| | | |
| * | | flake8Alex Gaynor2014-03-041-1/+0
| | | |
| * | | On OS X, prefer Common Crypto to OpenSSLAlex Gaynor2014-03-041-2/+9
| | | |
* | | | Change DSAParams to DSAParametersMohammed Attia2014-03-041-3/+3
| | | |
* | | | Typo fixesMohammed Attia2014-03-041-1/+1
| | | |
* | | | Change parameters from abstractproperty to abstractmethodMohammed Attia2014-03-041-2/+2
| | | |
* | | | Remove DSAParams generate method as it will be implemented as a classmethodMohammed Attia2014-03-041-6/+0
| | | |
* | | | More accurate docstringMohammed Attia2014-03-041-11/+14
| | | |
* | | | Change params to parametersMohammed Attia2014-03-031-2/+2
| | | |
* | | | Fix DSAParams generate method to eliminate ambiguityMohammed Attia2014-03-031-1/+1
| | | |
* | | | Fix pep8 issuesMohammed Attia2014-03-031-2/+2
| | | |
* | | | Change name of divisor to subgroup_orderMohammed Attia2014-03-031-4/+6
| | | |
* | | | Merge remote-tracking branch 'upstream/master'Mohammed Attia2014-03-032-0/+14
|\| | |
| * | | Merge pull request #720 from Ayrx/hotp-length-type-checkAlex Gaynor2014-03-031-0/+3
| |\ \ \ | | | | | | | | | | Added length type check to HOTP and corresponding test
| | * | | Added length type check to HOTP and corresponding testAyrx2014-03-031-0/+3
| | | | |
| * | | | Add MGF1 MD selection function (available in OpenSSL 1.0.1+)Paul Kehrer2014-03-031-0/+11
| |/ / /
* | | | Change pub_key and priv_key to y and x respectivelyMohammed Attia2014-03-031-8/+8
| | | |
* | | | Fixed typoMohammed Attia2014-03-031-1/+1
| | | |
* | | | Changed docstrings to conform to lastest updates of the interfacesMohammed Attia2014-03-031-4/+3
| | | |
* | | | Remove bitlength related properties that are not neededMohammed Attia2014-03-031-19/+1
| | | |
* | | | Change property names to be consistent with RSAMohammed Attia2014-03-031-79/+2
| | | |
* | | | fix pep8 errorsMohammed Attia2014-03-031-0/+1
| | | |
* | | | Change public_key from abstractproperty to abstractmethodMohammed Attia2014-03-031-1/+1
| | | |
* | | | Add DSA interfacesMohammed Attia2014-03-031-0/+188
|/ / /
* | | Phrase our summary betterAlex Gaynor2014-03-021-2/+2
| | |
* | | Add binding for the DSA parameters generation functionMohammed Attia2014-03-031-0/+2
| | |