diff options
author | Robert Ransom <rransom.8774@gmail.com> | 2011-04-28 14:35:03 -0700 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2011-05-16 14:28:46 -0400 |
commit | 987190c2bc1dc7b64f0f4acf98f6a84609c9d50c (patch) | |
tree | 2db127b618d35c60ab52c3adc24d976cd3eee33d /changes/check-public-key-exponents | |
parent | d2629f78a000486f8f994ba0ab75ceeaee67fc55 (diff) | |
download | tor-987190c2bc1dc7b64f0f4acf98f6a84609c9d50c.tar.gz tor-987190c2bc1dc7b64f0f4acf98f6a84609c9d50c.zip |
Require that certain public keys have public exponent 65537
Diffstat (limited to 'changes/check-public-key-exponents')
-rw-r--r-- | changes/check-public-key-exponents | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/check-public-key-exponents b/changes/check-public-key-exponents new file mode 100644 index 0000000000..a8d00673be --- /dev/null +++ b/changes/check-public-key-exponents @@ -0,0 +1,5 @@ + o Minor bugfixes: + - Require that introduction point keys and onion keys have public + exponent 65537. Bugfix on 0.2.0.10-alpha. + + |