diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-02-06 15:30:22 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-02-06 15:30:22 -0500 |
commit | 0f5f6b8a412615026603954b1760006723026da1 (patch) | |
tree | 842e59ae1ea39f387f3ab407ea6dbb88d04c46f8 /changes | |
parent | b645e2f2b0113b143078a4fb6c227280b17fcb00 (diff) | |
parent | c625ab9f5a36a99f9dff2fa842d2e43d23ad1908 (diff) | |
download | tor-0f5f6b8a412615026603954b1760006723026da1.tar.gz tor-0f5f6b8a412615026603954b1760006723026da1.zip |
Merge remote-tracking branch 'yawning/bug18221'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug18221 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/bug18221 b/changes/bug18221 new file mode 100644 index 0000000000..afc240422a --- /dev/null +++ b/changes/bug18221 @@ -0,0 +1,3 @@ + o Minor features (crypto): + - Validate the Diffie-Hellman hard coded parameters and ensure that + p is a safe prime, and g is suitable. Closes ticket 18221. |