diff options
author | George Kadianakis <desnacked@riseup.net> | 2017-04-25 15:19:41 +0300 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-06-27 17:17:58 -0400 |
commit | 559658ff1ca1492543ad60d10b7101c70a62eaa2 (patch) | |
tree | aff61610becaeb0ae6702277907f7f2cace9f483 /changes | |
parent | 39b5dca7201bb3f30606be199f4d234c86fcaded (diff) | |
download | tor-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/bug22006 | 4 |
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. |