[tor-bugs] #14188 [Tor]: OpenSSL 1.1.0-dev change: builds without deprecated functions by default

Tor Bug Tracker & Wiki blackhole at torproject.org
Tue Jan 13 02:44:23 UTC 2015


#14188: OpenSSL 1.1.0-dev change: builds without deprecated functions by default
------------------------+------------------------------------------
     Reporter:  teor    |      Owner:
         Type:  defect  |     Status:  new
     Priority:  major   |  Milestone:  Tor: 0.2.6.x-final
    Component:  Tor     |    Version:  Tor: 0.2.6.2-alpha
   Resolution:          |   Keywords:  openssl tor-build teor-lorax
Actual Points:          |  Parent ID:
       Points:          |
------------------------+------------------------------------------
Changes (by teor):

 * priority:  normal => major
 * keywords:  openssl tor-build => openssl tor-build teor-lorax


Comment:

 The link error appears to be associated with the known failure cases in
 tor's library detection.

 Adding an explicit `-L${OPENSSL_DIR}/lib` to the linker flags then reveals
 the actual likner issue with 1.1.0-dev:

 {{{
 Undefined symbols for architecture x86_64:
   "_BN_is_word", referenced from:
       _crypto_pk_public_exponent_ok in libor-crypto.a(crypto.o)
       _crypto_get_stored_dynamic_dh_modulus in libor-crypto.a(crypto.o)
 }}}

 I'll try to work out why this is happening.

 By the way, I'd like someone who knows a bit more about tor's makefiles
 and library detection to fix this one :-)

--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/14188#comment:1>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online


More information about the tor-bugs mailing list