Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move the cryptography package into a src/ subdirectory | Donald Stufft | 2014-11-13 | 1 | -365/+0 |
| | | | | | | | | | | | | | Due to differences in how py.test determines which module to ``import`` the test suite actually runs against the cryptography which is in the *current* directory instead of the cryptography which is installed. The problem essentially boils down to when there is a tests/__init__.py then py.test adds the current directory to the front of the sys.path, causing it to take precedence over the installed location. This means that running the tests relies on the implicit compile that CFFI does instead of testing against what people will actually be runnning, which is the module compiled by setup.py. | ||||
* | Make FreeBSD happy with this constant | Alex Gaynor | 2014-10-15 | 1 | -1/+1 |
| | |||||
* | Also handle the changes in the PKCS1v15 errors | Alex Gaynor | 2014-10-15 | 1 | -0/+12 |
| | |||||
* | Handle PKCS12 decrypt failures with OpenSSL 1.0.1j | Alex Gaynor | 2014-10-15 | 1 | -0/+6 |
| | | | | Don't know why this changed, but it did. | ||||
* | Merge pull request #1152 from public/fedora20-ec-fix | Paul Kehrer | 2014-06-23 | 1 | -0/+19 |
|\ | | | | | Fix EC issue on Fedora 20 | ||||
| * | Fix EC issue on Fedora 20 | Alex Stapleton | 2014-06-20 | 1 | -0/+19 |
| | | |||||
* | | Fix err.py comment style | Laurens Van Houtven | 2014-06-23 | 1 | -2/+2 |
|/ | |||||
* | Whitespace fix | Laurens Van Houtven | 2014-06-20 | 1 | -1/+0 |
| | |||||
* | Move verification errors into x509_vfy | Laurens Van Houtven | 2014-06-20 | 1 | -122/+0 |
| | | | | | | | Refs #1140. Cc @ayrx: it may be a good idea to test this since it touches the special constant that was secretly added to Fedora 20's OpenSSL 1.0.1e. | ||||
* | Cryptography_HAS_10x_**VERIFICATION**_ERROR_CODES | Laurens Van Houtven | 2014-06-20 | 1 | -8/+8 |
| | |||||
* | Apparently, all of these were in 1.0.0 too | Laurens Van Houtven | 2014-06-16 | 1 | -7/+6 |
| | |||||
* | X509_V_ERR_UNNESTED_RESOURCE is old | Laurens Van Houtven | 2014-06-16 | 1 | -1/+0 |
| | |||||
* | I have no idea what a constralong is | Laurens Van Houtven | 2014-06-16 | 1 | -4/+4 |
| | |||||
* | Add verification error codes | Laurens Van Houtven | 2014-06-16 | 1 | -0/+123 |
| | |||||
* | Error codes are different in OpenSSL 1.0.1 | Alex Stapleton | 2014-05-27 | 1 | -0/+1 |
| | |||||
* | Bind another error code | Alex Stapleton | 2014-05-27 | 1 | -0/+1 |
| | |||||
* | Rename OpenSSLSerializationBackend | Alex Stapleton | 2014-04-25 | 1 | -0/+1 |
| | |||||
* | more testing for rsa decrypt | Paul Kehrer | 2014-04-20 | 1 | -0/+2 |
| | |||||
* | some checks for PKCS1 keys being too small for the payload to be signed | Paul Kehrer | 2014-04-19 | 1 | -0/+1 |
| | |||||
* | 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 |
| | |||||
* | add two RSA items we need for PSS | Paul Kehrer | 2014-03-10 | 1 | -0/+3 |
| | |||||
* | Added future imports and licenses that are missing | Alex Gaynor | 2014-03-08 | 1 | -0/+2 |
| | |||||
* | bind some error constants conditionally for 0.9.8e support | Paul Kehrer | 2014-03-07 | 1 | -7/+34 |
| | |||||
* | Be consistent with how we do this elsewhereh | Alex Gaynor | 2014-03-06 | 1 | -1/+1 |
| | |||||
* | this constant is undefined in 1.0.0 | Paul Kehrer | 2014-03-02 | 1 | -1/+0 |
| | | | | | Since we don't use it (and neither does PyOpenSSL) let's remove it for now. Fixes #712 | ||||
* | More bindings for asymmetric stuff | Alex Stapleton | 2014-01-18 | 1 | -6/+144 |
| | |||||
* | rename variable to be less confusing and terrible | Paul Kehrer | 2014-01-17 | 1 | -4/+4 |
| | |||||
* | add conditional ERR_remove_thread_state. PyOpenSSL uses this | Paul Kehrer | 2014-01-16 | 1 | -1/+18 |
| | |||||
* | Bind all the PEM errors | Alex Stapleton | 2014-01-10 | 1 | -3/+46 |
| | |||||
* | Expose ERR_load_SSL_strings | Hynek Schlawack | 2014-01-10 | 1 | -0/+1 |
| | |||||
* | Split OpenSSL binding | Alex Stapleton | 2014-01-01 | 1 | -0/+78 |
| | |||||
* | Renamed bindings to backends | Alex Gaynor | 2013-12-13 | 1 | -76/+0 |
| | |||||
* | add new error constants | Paul Kehrer | 2013-12-09 | 1 | -0/+7 |
| | |||||
* | Raise a correct error when content isn't padded correctly | Alex Gaynor | 2013-11-22 | 1 | -0/+7 |
| | |||||
* | Initial stab at fixing the first broken function | Alex Gaynor | 2013-11-05 | 1 | -0/+3 |
| | |||||
* | Move the bindings into the hazmat module | Donald Stufft | 2013-10-28 | 1 | -0/+59 |