diff options
author | Nick Mathewson <nickm@torproject.org> | 2012-03-27 17:57:18 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2012-03-27 22:38:06 -0400 |
commit | 01905a6ef9f00705e9db95cf134f1a08787ab92f (patch) | |
tree | 1a8c42aecee77f23cbe6eaf46ae5029d765532d0 /changes | |
parent | 55c3e29669214e7a51b16c7273caf30b29079157 (diff) | |
download | tor-01905a6ef9f00705e9db95cf134f1a08787ab92f.tar.gz tor-01905a6ef9f00705e9db95cf134f1a08787ab92f.zip |
Excise PK_NO_PADDING entirely: Unpadded RSA is silly.
We never use it, so having it around is pointless.
Suggested by Sebastian
Diffstat (limited to 'changes')
-rw-r--r-- | changes/pad_rsa_always | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/pad_rsa_always b/changes/pad_rsa_always new file mode 100644 index 0000000000..a049d61c4f --- /dev/null +++ b/changes/pad_rsa_always @@ -0,0 +1,3 @@ + o Code removal: + - Remove all internal support for unpadded RSA. We never used it, and + it would be a bad idea to start. |