[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-bugs] #12602 [Tor]: Tor fails to build on SSL with no compression.
#12602: Tor fails to build on SSL with no compression.
--------------------+----------------------------------
Reporter: dhill | Owner:
Type: defect | Status: new
Priority: normal | Milestone:
Component: Tor | Version: Tor: unspecified
Keywords: | Actual Points:
Parent ID: | Points:
--------------------+----------------------------------
OpenBSD removed compression from LibreSSL, so tor no longer compiles due
to comp_methods missing.
This patch allows it to compile once again... but not sure if this is the
best way.
/* Don't actually allow compression; it uses ram and time, but the data
* we transmit is all encrypted anyway. */
- if (result->ctx->comp_methods)
- result->ctx->comp_methods = NULL;
+ SSL_CTX_set_options(result->ctx, SSL_OP_NO_COMPRESSION);
+
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/12602>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
_______________________________________________
tor-bugs mailing list
tor-bugs@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs