aboutsummaryrefslogtreecommitdiff
path: root/changes/21359
diff options
context:
space:
mode:
authorrubiate <cb@viennan.net>2017-02-02 00:10:46 +1300
committerNick Mathewson <nickm@torproject.org>2017-02-01 10:30:49 -0500
commite9ec818c28c96ba1ca6f40c9ccc84c900a5b7265 (patch)
tree39993b8ba79f54444ec778775cbeeab8a2670371 /changes/21359
parent0d4d9b6d889de6dc85ca8870ada123aaf41b0053 (diff)
downloadtor-e9ec818c28c96ba1ca6f40c9ccc84c900a5b7265.tar.gz
tor-e9ec818c28c96ba1ca6f40c9ccc84c900a5b7265.zip
Support LibreSSL with opaque structures
Determining if OpenSSL structures are opaque now uses an autoconf check instead of comparing the version number. Some definitions have been moved to their own check as assumptions which were true for OpenSSL with opaque structures did not hold for LibreSSL. Closes ticket 21359.
Diffstat (limited to 'changes/21359')
-rw-r--r--changes/213598
1 files changed, 8 insertions, 0 deletions
diff --git a/changes/21359 b/changes/21359
new file mode 100644
index 0000000000..3b54c91549
--- /dev/null
+++ b/changes/21359
@@ -0,0 +1,8 @@
+ o Testing
+ - tortls tests now use an autoconf check to determine if OpenSSL
+ structures are opaque, instead of an explicit version check.
+ See ticket 21359.
+
+ o Minor bugfixes (compilation)
+ - Support building with recent LibreSSL code that uses opaque
+ structures. Closes ticket 21359.