Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-09-12 | Drop support for openssl 0.9.7 | Nick Mathewson | |
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. | |||
2012-06-04 | Update copyright dates to 2012; add a few missing copyright statements | Nick Mathewson | |
2011-01-03 | Bump copyright statements to 2011 (0.2.2) | Nick Mathewson | |
2010-02-27 | Update copyright dates for files not in maint-0.2.1 | Nick Mathewson | |
2009-08-20 | Add a SHA256 implementation for platforms that lack it. | Nick Mathewson | |
(This would be everywhere running OpenSSL 0.9.7x and earlier, including all current Macintosh users.) The code is based on Tom St Denis's LibTomCrypt implementation, modified to be way less general and use Tor's existing facilities. I picked this one because it was pretty fast and pretty free, and because Python uses it too. |