aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorGeorge Kadianakis <desnacked@riseup.net>2017-04-25 15:19:41 +0300
committerNick Mathewson <nickm@torproject.org>2017-06-27 17:17:58 -0400
commit559658ff1ca1492543ad60d10b7101c70a62eaa2 (patch)
treeaff61610becaeb0ae6702277907f7f2cace9f483 /changes
parent39b5dca7201bb3f30606be199f4d234c86fcaded (diff)
downloadtor-559658ff1ca1492543ad60d10b7101c70a62eaa2.tar.gz
tor-559658ff1ca1492543ad60d10b7101c70a62eaa2.zip
ed25519: Add func that checks for torsion component in pubkeys.
See https://lists.torproject.org/pipermail/tor-dev/2017-April/012213.html .
Diffstat (limited to 'changes')
-rw-r--r--changes/bug220064
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug22006 b/changes/bug22006
new file mode 100644
index 0000000000..912bdd87bd
--- /dev/null
+++ b/changes/bug22006
@@ -0,0 +1,4 @@
+ o Minor features (ed25519):
+ - Add validation function that checks for torsion components in ed25119
+ public keys. Currently unused but will be used by prop224 client-side
+ code. Addresses ticket #22006. Math help by Ian Goldberg.