diff options
author | Christopher Grebs <cg@webshox.org> | 2015-09-04 23:14:33 +0200 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2015-12-27 22:53:23 -0600 |
commit | 6b22d6663dcba1a08a3662d9d0205005be6bcd86 (patch) | |
tree | 0a225251e463756b7e4abaa315c0d34731f98acf /src/cryptography/hazmat/bindings/openssl/_conditional.py | |
parent | fb7659c5db43dd1e53d0934f27a3937bb4af3663 (diff) | |
download | cryptography-6b22d6663dcba1a08a3662d9d0205005be6bcd86.tar.gz cryptography-6b22d6663dcba1a08a3662d9d0205005be6bcd86.tar.bz2 cryptography-6b22d6663dcba1a08a3662d9d0205005be6bcd86.zip |
Add support for RSA_R_OAEP_DECODING_ERROR error flag.
Diffstat (limited to 'src/cryptography/hazmat/bindings/openssl/_conditional.py')
-rw-r--r-- | src/cryptography/hazmat/bindings/openssl/_conditional.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/cryptography/hazmat/bindings/openssl/_conditional.py b/src/cryptography/hazmat/bindings/openssl/_conditional.py index 206c2915..c4e39db9 100644 --- a/src/cryptography/hazmat/bindings/openssl/_conditional.py +++ b/src/cryptography/hazmat/bindings/openssl/_conditional.py @@ -219,6 +219,9 @@ CONDITIONAL_NAMES = { "Cryptography_HAS_RSA_R_PKCS_DECODING_ERROR": [ "RSA_R_PKCS_DECODING_ERROR" ], + "Cryptography_HAS_RSA_R_OAEP_DECODING_ERROR": [ + "RSA_R_OAEP_DECODING_ERROR" + ], "Cryptography_HAS_GCM": [ "EVP_CTRL_GCM_GET_TAG", "EVP_CTRL_GCM_SET_TAG", |