aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorlloyd <[email protected]>2014-01-06 16:52:45 +0000
committerlloyd <[email protected]>2014-01-06 16:52:45 +0000
commitda780fd47c206ff3d4b538682453ffc9dd034bca (patch)
treeed940d0eb397751633b24237041aad811f9f986d /doc
parent1f73f5f5270f16c9c6cc739d7bfcd7c9002cd340 (diff)
Add 1.10.7 release notes
Diffstat (limited to 'doc')
-rw-r--r--doc/relnotes/1_10_7.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/relnotes/1_10_7.rst b/doc/relnotes/1_10_7.rst
index 6d15178b7..6f26bd82f 100644
--- a/doc/relnotes/1_10_7.rst
+++ b/doc/relnotes/1_10_7.rst
@@ -1,2 +1,6 @@
Version 1.10.7, 2013-12-29
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+* OAEP had two bugs, one of which allowed it to be used even if the
+ key was too small, and the other of which would cause a crash during
+ decryption if the EME data was too large for the associated key.