aboutsummaryrefslogtreecommitdiffstats
path: root/cryptography/hazmat/bindings/openssl/err.py
Commit message (Collapse)AuthorAgeFilesLines
* Move the cryptography package into a src/ subdirectoryDonald Stufft2014-11-131-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 constantAlex Gaynor2014-10-151-1/+1
|
* Also handle the changes in the PKCS1v15 errorsAlex Gaynor2014-10-151-0/+12
|
* Handle PKCS12 decrypt failures with OpenSSL 1.0.1jAlex Gaynor2014-10-151-0/+6
| | | | Don't know why this changed, but it did.
* Merge pull request #1152 from public/fedora20-ec-fixPaul Kehrer2014-06-231-0/+19
|\ | | | | Fix EC issue on Fedora 20
| * Fix EC issue on Fedora 20Alex Stapleton2014-06-201-0/+19
| |
* | Fix err.py comment styleLaurens Van Houtven2014-06-231-2/+2
|/
* Whitespace fixLaurens Van Houtven2014-06-201-1/+0
|
* Move verification errors into x509_vfyLaurens Van Houtven2014-06-201-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_CODESLaurens Van Houtven2014-06-201-8/+8
|
* Apparently, all of these were in 1.0.0 tooLaurens Van Houtven2014-06-161-7/+6
|
* X509_V_ERR_UNNESTED_RESOURCE is oldLaurens Van Houtven2014-06-161-1/+0
|
* I have no idea what a constralong isLaurens Van Houtven2014-06-161-4/+4
|
* Add verification error codesLaurens Van Houtven2014-06-161-0/+123
|
* Error codes are different in OpenSSL 1.0.1Alex Stapleton2014-05-271-0/+1
|
* Bind another error codeAlex Stapleton2014-05-271-0/+1
|
* Rename OpenSSLSerializationBackendAlex Stapleton2014-04-251-0/+1
|
* more testing for rsa decryptPaul Kehrer2014-04-201-0/+2
|
* some checks for PKCS1 keys being too small for the payload to be signedPaul Kehrer2014-04-191-0/+1
|
* RHEL 5's inaccurate OPENSSL_VERSION_NUMBER is a real painPaul Kehrer2014-03-131-5/+6
|
* complete 0.9.8b PRPaul Kehrer2014-03-131-1/+2
|
* Add support for openssl 0.9.8bArturo Filastò2014-03-131-3/+17
|
* add two RSA items we need for PSSPaul Kehrer2014-03-101-0/+3
|
* Added future imports and licenses that are missingAlex Gaynor2014-03-081-0/+2
|
* bind some error constants conditionally for 0.9.8e supportPaul Kehrer2014-03-071-7/+34
|
* Be consistent with how we do this elsewherehAlex Gaynor2014-03-061-1/+1
|
* this constant is undefined in 1.0.0Paul Kehrer2014-03-021-1/+0
| | | | | Since we don't use it (and neither does PyOpenSSL) let's remove it for now. Fixes #712
* More bindings for asymmetric stuffAlex Stapleton2014-01-181-6/+144
|
* rename variable to be less confusing and terriblePaul Kehrer2014-01-171-4/+4
|
* add conditional ERR_remove_thread_state. PyOpenSSL uses thisPaul Kehrer2014-01-161-1/+18
|
* Bind all the PEM errorsAlex Stapleton2014-01-101-3/+46
|
* Expose ERR_load_SSL_stringsHynek Schlawack2014-01-101-0/+1
|
* Split OpenSSL bindingAlex Stapleton2014-01-011-0/+78
|
* Renamed bindings to backendsAlex Gaynor2013-12-131-76/+0
|
* add new error constantsPaul Kehrer2013-12-091-0/+7
|
* Raise a correct error when content isn't padded correctlyAlex Gaynor2013-11-221-0/+7
|
* Initial stab at fixing the first broken functionAlex Gaynor2013-11-051-0/+3
|
* Move the bindings into the hazmat moduleDonald Stufft2013-10-281-0/+59