Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-02-27 | Update the copyright year. | Nick Mathewson | |
2016-02-03 | Make Tor build happily with OpenSSL master and libressl. | Nick Mathewson | |
Also tested with 1.0.0t and 1.0.2f. Closes ticket 19784. Closes most of 17921. (Still need to make some tests pass.) | |||
2016-01-11 | Try a little harder to only use SecureZeroMemory when it's present | Nick Mathewson | |
We could be using AC_CHECK_FUNC_DECL too, but it shouldn't be needed. | |||
2016-01-07 | Compatibility defines should be used for LibreSSL. | dana koch | |
LibreSSL doesn't use OpenSSL_version (it uses the older SSLeay_version API), but it reports a major version number as 2 in OPENSSL_VERSION_NUMBER. Instead of fudging the version check, for now, let's just check if we're using LibreSSL by checking the version number macro exists, and use compatibility defines unconditionally when we detect LibreSSL. | |||
2015-11-10 | appease check-spaces | Nick Mathewson | |
2015-11-10 | every version of openssl we support has SSL_get_state | Nick Mathewson | |
2015-11-10 | Every openssl we support has ERR_remove_thread_state | Nick Mathewson | |
2015-11-10 | Move openssl version compatibility defines into a new header. | Nick Mathewson | |