diff options
author | Donald Stufft <donald@stufft.io> | 2013-11-22 17:24:23 -0800 |
---|---|---|
committer | Donald Stufft <donald@stufft.io> | 2013-11-22 17:24:23 -0800 |
commit | 8cf523ead464e758d1aa22a7a8abbc2eae2c9404 (patch) | |
tree | 10e3c439ad53412d1bb2b42c69f7050f25d2cfd7 /docs/exceptions.rst | |
parent | 838ad7d2f5bb97242a9f75ac9055be5be75a7711 (diff) | |
parent | b7e8990aabb46ac6c0511530d7a67f69e08f1788 (diff) | |
download | cryptography-8cf523ead464e758d1aa22a7a8abbc2eae2c9404.tar.gz cryptography-8cf523ead464e758d1aa22a7a8abbc2eae2c9404.tar.bz2 cryptography-8cf523ead464e758d1aa22a7a8abbc2eae2c9404.zip |
Merge pull request #274 from alex/handle-bad-padding
Raise a correct error when content isn't padded correctly
Diffstat (limited to 'docs/exceptions.rst')
-rw-r--r-- | docs/exceptions.rst | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/exceptions.rst b/docs/exceptions.rst index ab1b28fe..c6f5a7cc 100644 --- a/docs/exceptions.rst +++ b/docs/exceptions.rst @@ -12,4 +12,3 @@ Exceptions This is raised when a backend doesn't support the requested algorithm (or combination of algorithms). - |