Drop support for openssl 0.9.7

097 hasn't seen a new version since 2007; we can drop support too.

This lets us remove our built-in sha256 implementation, and some
checks for old bugs.
This commit is contained in:
Nick Mathewson
2012-09-12 19:25:58 -04:00
parent a73dec16c5
commit feabf4148f
5 changed files with 13 additions and 430 deletions
+3
View File
@@ -0,0 +1,3 @@
o Required libraries:
- Tor now requires OpenSSL 0.9.8 or later; OpenSSL 1.0.0 or later is
strongly recommended.