commit | f48cb8601449f6d658fd996bff9de3a1b1b70ae8 | [log] [tgz] |
---|---|---|
author | Alex Gaynor <alex.gaynor@gmail.com> | Fri Aug 09 09:53:25 2013 -0700 |
committer | Alex Gaynor <alex.gaynor@gmail.com> | Fri Aug 09 09:53:25 2013 -0700 |
tree | 400ba5c03d9890db4c041acf0b77d6df2fdf7235 | |
parent | ab4c507fefa52fc3c887b8d0d9786008952a6908 [diff] |
Another TODO
diff --git a/cryptography/bindings/openssl/api.py b/cryptography/bindings/openssl/api.py index ee6e49d..abdaef0 100644 --- a/cryptography/bindings/openssl/api.py +++ b/cryptography/bindings/openssl/api.py
@@ -57,6 +57,7 @@ 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