diff options
| -rw-r--r-- | cryptography/bindings/openssl/api.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cryptography/bindings/openssl/api.py b/cryptography/bindings/openssl/api.py index ee6e49dd..abdaef02 100644 --- a/cryptography/bindings/openssl/api.py +++ b/cryptography/bindings/openssl/api.py @@ -57,6 +57,7 @@ class API(object): if res == 0: # TODO: figure out openssl errors raise Exception + # TODO: this should depend on mode.padding self._lib.EVP_CIPHER_CTX_set_padding(ctx, 0) return ctx |
