aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2013-08-09 09:53:25 -0700
committerAlex Gaynor <alex.gaynor@gmail.com>2013-08-09 09:53:25 -0700
commitf48cb8601449f6d658fd996bff9de3a1b1b70ae8 (patch)
tree400ba5c03d9890db4c041acf0b77d6df2fdf7235
parentab4c507fefa52fc3c887b8d0d9786008952a6908 (diff)
downloadcryptography-f48cb8601449f6d658fd996bff9de3a1b1b70ae8.tar.gz
cryptography-f48cb8601449f6d658fd996bff9de3a1b1b70ae8.tar.bz2
cryptography-f48cb8601449f6d658fd996bff9de3a1b1b70ae8.zip
Another TODO
-rw-r--r--cryptography/bindings/openssl/api.py1
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