diff options
author | Nick Mathewson <nickm@torproject.org> | 2008-12-31 18:25:30 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2008-12-31 18:25:30 +0000 |
commit | 6ded0249148745bbce46937faba1eedf9bfb2450 (patch) | |
tree | 76fee3712ea43ede4f5d1fcf50e0f9c3d1ce0bf8 | |
parent | b07baba8792e2aabb2e88b73ffc27e7398e1c286 (diff) | |
download | tor-6ded0249148745bbce46937faba1eedf9bfb2450.tar.gz tor-6ded0249148745bbce46937faba1eedf9bfb2450.zip |
Note another place we use sha1
svn:r17836
-rw-r--r-- | doc/spec/proposals/ideas/xxx-what-uses-sha1.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/spec/proposals/ideas/xxx-what-uses-sha1.txt b/doc/spec/proposals/ideas/xxx-what-uses-sha1.txt index 8dfdb99c94..00ea56bc3a 100644 --- a/doc/spec/proposals/ideas/xxx-what-uses-sha1.txt +++ b/doc/spec/proposals/ideas/xxx-what-uses-sha1.txt @@ -64,6 +64,7 @@ What Tor uses hashes for today: C. Some of the TLS ciphersuites we allow use SHA-1. D. When we sign our code with GPG, it might be using SHA-1. E. Our GPG keys might be authenticated with SHA-1. + F. OpenSSL's random number generator uses SHA-1, I believe. 2. The Tor protocol |