Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | add MGF1 class, docs, tests | Paul Kehrer | 2014-03-10 | 1 | -0/+21 | |
| | | | | | ||||||
* | | | | | Small style cleanup for imports | Alex Gaynor | 2014-03-15 | 2 | -5/+4 | |
| | | | | | ||||||
* | | | | | Removed newline from start of methods | Ayrx | 2014-03-15 | 4 | -4/+0 | |
| | | | | | ||||||
* | | | | | Added backend check to kdf primitives | Ayrx | 2014-03-15 | 2 | -3/+18 | |
| | | | | | ||||||
* | | | | | Added backend check to twofactor primitives | Ayrx | 2014-03-15 | 3 | -2/+18 | |
| | | | | | ||||||
* | | | | | RHEL 5's inaccurate OPENSSL_VERSION_NUMBER is a real pain | Paul Kehrer | 2014-03-13 | 1 | -5/+6 | |
| | | | | | ||||||
* | | | | | complete 0.9.8b PR | Paul Kehrer | 2014-03-13 | 1 | -1/+2 | |
| | | | | | ||||||
* | | | | | Add support for openssl 0.9.8b | Arturo Filastò | 2014-03-13 | 1 | -3/+17 | |
| | | | | | ||||||
* | | | | | Merge pull request #784 from reaperhulk/fix-783 | Laurens Van Houtven | 2014-03-12 | 1 | -1/+6 | |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Partially deopaque SSL_CTX to support a pyopenssl use case This allows PyOpenSSL to access the "method" field of the SSL_CTX struct, which allows you to see the method of an already existing context. This is useful, for example, for debugging and testing. The relevant PyOpenSSL ticket is pyca/pyopenssl#61. Fixes #783. | |||||
| * | | | | | partially deopaque SSL_CTX to support a pyopenssl use case. fixes #783 | Paul Kehrer | 2014-03-11 | 1 | -1/+6 | |
| | | | | | | ||||||
* | | | | | | Merge pull request #782 from reaperhulk/enable-idea-cipher | Alex Gaynor | 2014-03-11 | 2 | -4/+21 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | Enable IDEA cipher | |||||
| * | | | | | add IDEA support for CBC, CFB, OFB + tests for all IDEA | Paul Kehrer | 2014-03-11 | 1 | -9/+6 | |
| | | | | | | ||||||
| * | | | | | basic IDEA ECB support for OpenSSL backend | Paul Kehrer | 2014-03-11 | 2 | -1/+21 | |
| |/ / / / | ||||||
* / / / / | small bindings change to make cryptography work with openssl 1.0.2 | Paul Kehrer | 2014-03-11 | 1 | -1/+3 | |
|/ / / / | ||||||
* | | | | change all our static const ints to longs in ssl.py | Paul Kehrer | 2014-03-10 | 1 | -91/+91 | |
| | | | | ||||||
* | | | | this define is too large for a 32-bit integer. fixes #773 | Paul Kehrer | 2014-03-10 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Merge pull request #772 from reaperhulk/rsa-mgf1-supported-interface | Alex Gaynor | 2014-03-10 | 1 | -0/+6 | |
|\ \ \ \ | | | | | | | | | | | Add mgf1_hash_supported to the RSABackend interface | |||||
| * | | | | add mgf1_hash_supported to the RSABackend interface | Paul Kehrer | 2014-03-10 | 1 | -0/+6 | |
| | |/ / | |/| | | ||||||
* / | | | add two RSA items we need for PSS | Paul Kehrer | 2014-03-10 | 1 | -0/+3 | |
|/ / / | ||||||
* | | | flake8 | Alex Gaynor | 2014-03-08 | 1 | -1/+0 | |
| | | | ||||||
* | | | Added future imports and licenses that are missing | Alex Gaynor | 2014-03-08 | 46 | -0/+142 | |
| | | | ||||||
* | | | Merge pull request #744 from Ayrx/osx-version-check | Paul Kehrer | 2014-03-08 | 1 | -1/+3 | |
|\ \ \ | |/ / |/| | | Added check to turn off CC backend for OS X version < 10.8 | |||||
| * | | Fixed python3 incompatibility | Ayrx | 2014-03-08 | 1 | -2/+2 | |
| | | | ||||||
| * | | Removed dependency on setuptools for version check | Ayrx | 2014-03-08 | 1 | -4/+3 | |
| | | | ||||||
| * | | Fix drop in coverage levels by removing branches | Ayrx | 2014-03-06 | 1 | -11/+2 | |
| | | | ||||||
| * | | Added check to turn of CC backend for OS X version < 10.8 | Ayrx | 2014-03-06 | 1 | -1/+13 | |
| | | | ||||||
* | | | don't need to move these definitions | Paul Kehrer | 2014-03-07 | 1 | -6/+4 | |
| | | | ||||||
* | | | conditional NIDs for 0.9.8e | Paul Kehrer | 2014-03-07 | 1 | -5/+26 | |
| | | | ||||||
* | | | Merge pull request #758 from reaperhulk/x509-098e | Alex Gaynor | 2014-03-07 | 1 | -2/+9 | |
|\ \ \ | | | | | | | | | x509 changes for 0.9.8e support | |||||
| * | | | x509 changes for 0.9.8e support | Paul Kehrer | 2014-03-07 | 1 | -2/+9 | |
| | | | | ||||||
* | | | | Merge pull request #757 from reaperhulk/ssl-098e-changes | Alex Gaynor | 2014-03-07 | 1 | -4/+36 | |
|\ \ \ \ | | | | | | | | | | | more changes for 0.9.8e support, this time in the ssl.h headers | |||||
| * | | | | more changes for 0.9.8e support, this time in the ssl.h headers | Paul Kehrer | 2014-03-07 | 1 | -4/+36 | |
| |/ / / | ||||||
* | | | | Merge pull request #755 from reaperhulk/conditional-error-bindings | Alex Gaynor | 2014-03-07 | 1 | -7/+34 | |
|\ \ \ \ | | | | | | | | | | | Bind some error constants conditionally for 0.9.8e support | |||||
| * | | | | bind some error constants conditionally for 0.9.8e support | Paul Kehrer | 2014-03-07 | 1 | -7/+34 | |
| |/ / / | ||||||
* | | | | Merge pull request #753 from reaperhulk/move-nids | David Reid | 2014-03-07 | 2 | -144/+142 | |
|\ \ \ \ | | | | | | | | | | | Move some NIDs | |||||
| * | | | | move some nids | Paul Kehrer | 2014-03-07 | 2 | -144/+142 | |
| |/ / / | ||||||
* | | | | Merge pull request #754 from reaperhulk/bio-macro | Alex Gaynor | 2014-03-07 | 1 | -1/+4 | |
|\ \ \ \ | | | | | | | | | | | BIO macro switch for 0.9.8e support | |||||
| * | | | | BIO macro switch for 0.9.8e support | Paul Kehrer | 2014-03-07 | 1 | -1/+4 | |
| |/ / / | ||||||
* | | | | Merge pull request #756 from reaperhulk/evp-macros | Alex Gaynor | 2014-03-07 | 1 | -5/+8 | |
|\ \ \ \ | | | | | | | | | | | Macro switches in evp for 0.9.8e | |||||
| * | | | | macro switches in evp for 0.9.8e | Paul Kehrer | 2014-03-07 | 1 | -5/+8 | |
| |/ / / | ||||||
* / / / | conditionally bind AES_wrap/unwrap for 0.9.8e support | Paul Kehrer | 2014-03-07 | 1 | -4/+24 | |
|/ / / | ||||||
* | | | Merge pull request #750 from reaperhulk/update-098e | Alex Gaynor | 2014-03-07 | 1 | -0/+9 | |
|\ \ \ | | | | | | | | | 0.9.8e EVP Workaround | |||||
| * | | | change comparison to be easier to read | Paul Kehrer | 2014-03-07 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | ridiculous workaround time | Paul Kehrer | 2014-03-07 | 1 | -0/+9 | |
| |/ / | ||||||
* | | | Merge pull request #747 from alex/exception-heirarchy-refactor | Paul Kehrer | 2014-03-06 | 5 | -29/+39 | |
|\ \ \ | | | | | | | | | Try to use more specific exceptions in places. | |||||
| * | | | Missing imports | Alex Gaynor | 2014-03-06 | 1 | -2/+2 | |
| | | | | ||||||
| * | | | Convert stuff | Alex Gaynor | 2014-03-06 | 2 | -13/+15 | |
| | | | | ||||||
| * | | | Merge branch 'master' into exception-heirarchy-refactor | Alex Gaynor | 2014-03-06 | 13 | -68/+455 | |
| |\| | | | | | | | | | | | | | | | | | | Conflicts: cryptography/hazmat/backends/openssl/backend.py | |||||
| * | | | Sigh. | Alex Gaynor | 2014-03-01 | 1 | -13/+4 | |
| | | | | ||||||
| * | | | Initial work | Alex Gaynor | 2014-02-26 | 3 | -17/+34 | |
| | | | |