Re: [tor-bugs] #26712 [Core Tor/Tor]: EVP_PKEY_HKDF not defined in libressl, src/lib/crypt_ops/crypto_hkdf.c cannot compile

2018-07-19 Thread Tor Bug Tracker & Wiki
#26712: EVP_PKEY_HKDF not defined in libressl, src/lib/crypt_ops/crypto_hkdf.c
cannot compile
-+-
 Reporter:  cypherpunks  |  Owner:  nickm
 Type:  defect   | Status:  closed
 Priority:  Medium   |  Milestone:  Tor:
 |  0.3.5.x-final
Component:  Core Tor/Tor |Version:
 Severity:  Normal   | Resolution:  fixed
 Keywords:  regression, compile-error,   |  Actual Points:
  035-must, 035-triaged-in-20180711  |
Parent ID:   | Points:
 Reviewer:  asn  |Sponsor:
-+-
Changes (by nickm):

 * status:  merge_ready => closed
 * resolution:   => fixed


Comment:

 Okay; merged to master

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #26712 [Core Tor/Tor]: EVP_PKEY_HKDF not defined in libressl, src/lib/crypt_ops/crypto_hkdf.c cannot compile

2018-07-19 Thread Tor Bug Tracker & Wiki
#26712: EVP_PKEY_HKDF not defined in libressl, src/lib/crypt_ops/crypto_hkdf.c
cannot compile
-+-
 Reporter:  cypherpunks  |  Owner:  nickm
 Type:  defect   | Status:
 |  merge_ready
 Priority:  Medium   |  Milestone:  Tor:
 |  0.3.5.x-final
Component:  Core Tor/Tor |Version:
 Severity:  Normal   | Resolution:
 Keywords:  regression, compile-error,   |  Actual Points:
  035-must, 035-triaged-in-20180711  |
Parent ID:   | Points:
 Reviewer:  asn  |Sponsor:
-+-
Changes (by asn):

 * status:  needs_review => merge_ready


Comment:

 I can verify that compilation fails with libressl on master, and that this
 patch makes it compile fine.

 I only managed to test this with libressl built in `/usr/local/lib`. I
 tried to compile this with libressl` built in a custom `DESTDIR` but I
 didn't manage to compile Tor properly like that.

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #26712 [Core Tor/Tor]: EVP_PKEY_HKDF not defined in libressl, src/lib/crypt_ops/crypto_hkdf.c cannot compile

2018-07-16 Thread Tor Bug Tracker & Wiki
#26712: EVP_PKEY_HKDF not defined in libressl, src/lib/crypt_ops/crypto_hkdf.c
cannot compile
-+-
 Reporter:  cypherpunks  |  Owner:  nickm
 Type:  defect   | Status:
 |  needs_review
 Priority:  Medium   |  Milestone:  Tor:
 |  0.3.5.x-final
Component:  Core Tor/Tor |Version:
 Severity:  Normal   | Resolution:
 Keywords:  regression, compile-error,   |  Actual Points:
  035-must, 035-triaged-in-20180711  |
Parent ID:   | Points:
 Reviewer:  asn  |Sponsor:
-+-
Changes (by asn):

 * reviewer:   => asn


--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #26712 [Core Tor/Tor]: EVP_PKEY_HKDF not defined in libressl, src/lib/crypt_ops/crypto_hkdf.c cannot compile

2018-07-11 Thread Tor Bug Tracker & Wiki
#26712: EVP_PKEY_HKDF not defined in libressl, src/lib/crypt_ops/crypto_hkdf.c
cannot compile
-+-
 Reporter:  cypherpunks  |  Owner:  nickm
 Type:  defect   | Status:
 |  needs_review
 Priority:  Medium   |  Milestone:  Tor:
 |  0.3.5.x-final
Component:  Core Tor/Tor |Version:
 Severity:  Normal   | Resolution:
 Keywords:  regression, compile-error,   |  Actual Points:
  035-must, 035-triaged-in-20180711  |
Parent ID:   | Points:
 Reviewer:   |Sponsor:
-+-
Changes (by nickm):

 * status:  accepted => needs_review


Comment:

 Possible fix in my branch `bug26712` with PR at
 https://github.com/torproject/tor/pull/227 . Tested with openssl and
 libressl on Fedora.

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #26712 [Core Tor/Tor]: EVP_PKEY_HKDF not defined in libressl, src/lib/crypt_ops/crypto_hkdf.c cannot compile

2018-07-11 Thread Tor Bug Tracker & Wiki
#26712: EVP_PKEY_HKDF not defined in libressl, src/lib/crypt_ops/crypto_hkdf.c
cannot compile
-+-
 Reporter:  cypherpunks  |  Owner:  nickm
 Type:  defect   | Status:
 |  accepted
 Priority:  Medium   |  Milestone:  Tor:
 |  0.3.5.x-final
Component:  Core Tor/Tor |Version:
 Severity:  Normal   | Resolution:
 Keywords:  regression, compile-error,   |  Actual Points:
  035-must, 035-triaged-in-20180711  |
Parent ID:   | Points:
 Reviewer:   |Sponsor:
-+-
Changes (by nickm):

 * status:  new => accepted
 * owner:  (none) => nickm


--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #26712 [Core Tor/Tor]: EVP_PKEY_HKDF not defined in libressl, src/lib/crypt_ops/crypto_hkdf.c cannot compile

2018-07-10 Thread Tor Bug Tracker & Wiki
#26712: EVP_PKEY_HKDF not defined in libressl, src/lib/crypt_ops/crypto_hkdf.c
cannot compile
-+-
 Reporter:  cypherpunks  |  Owner:  (none)
 Type:  defect   | Status:  new
 Priority:  Medium   |  Milestone:  Tor:
 |  0.3.5.x-final
Component:  Core Tor/Tor |Version:
 Severity:  Normal   | Resolution:
 Keywords:  regression, compile-error, 035-must  |  Actual Points:
Parent ID:   | Points:
 Reviewer:   |Sponsor:
-+-

Comment (by cypherpunks):

 11:19 PM Ticket #24104 (Delay descriptor bandwidth reporting on
 established relays) updated by arma
 Replying to arma: > All the more reason to open the …
 11:18 PM Ticket #26713 (relays should explicitly dirty their descriptors
 on entering/exiting ...) created by arma
 Motivated by the #24104 fixes: Currently Tor notices that it's gone …
 11:05 PM Ticket #26336 (Update tor-browser-settings addon for Fennec 61)
 updated by igt0
 I took a look in what is needed to make it work: 1. jpm[0] generates …
 10:40 PM Ticket #26712 (EVP_PKEY_HKDF not defined in libressl,
 src/lib/crypt_ops/crypto_hkdf.c ...) created by cypherpunks
 9:53 PM Ticket #25204 (Switch security.insecure_connection_* prefs to warn
 users about ...) updated by cypherpunks
 Chrome 68 will be released on: July 24th, 2018 …
 9:47 PM Ticket #26332 (Write up ticket triage process as algorithm or
 flowchart) closed by nickm
 implemented: Oh wait. Even a stopped clock is right 1-2 times per day
 (depending on …
 9:38 PM Ticket #23878 (Attempt rewriting buffers.c in Rust) updated by
 nickm
 Replying to cypherpunks: > Since …
 9:16 PM org/meetings/2018MexicoCity edited by leez
 (diff)
 9:10 PM Ticket #26376 (add cross compiling docs) updated by catalyst
 Status changed
 Thanks for the new documentation! I'm not sure the core team has much
 …
 8:25 PM Ticket #26367 (Consider removing tor2web mode) updated by dgoulet
 Status, Keywords, Milestone changed
 Here it is: https://github.com/torproject/tor/pull/218 Branch: …
 8:17 PM Ticket #18342 (Provide more accurate reverse DNS results) updated
 by karsten
 Status changed
 Alright! Squashed those fixup co

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #26712 [Core Tor/Tor]: EVP_PKEY_HKDF not defined in libressl, src/lib/crypt_ops/crypto_hkdf.c cannot compile

2018-07-10 Thread Tor Bug Tracker & Wiki
#26712: EVP_PKEY_HKDF not defined in libressl, src/lib/crypt_ops/crypto_hkdf.c
cannot compile
-+-
 Reporter:  cypherpunks  |  Owner:  (none)
 Type:  defect   | Status:  new
 Priority:  Medium   |  Milestone:  Tor:
 |  0.3.5.x-final
Component:  Core Tor/Tor |Version:
 Severity:  Normal   | Resolution:
 Keywords:  regression, compile-error, 035-must  |  Actual Points:
Parent ID:   | Points:
 Reviewer:   |Sponsor:
-+-
Changes (by teor):

 * keywords:  regression, compilation-error => regression, compile-error,
 035-must


--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #26712 [Core Tor/Tor]: EVP_PKEY_HKDF not defined in libressl, src/lib/crypt_ops/crypto_hkdf.c cannot compile

2018-07-09 Thread Tor Bug Tracker & Wiki
#26712: EVP_PKEY_HKDF not defined in libressl, src/lib/crypt_ops/crypto_hkdf.c
cannot compile
---+---
 Reporter:  cypherpunks|  Owner:  (none)
 Type:  defect | Status:  new
 Priority:  Medium |  Milestone:  Tor:
   |  0.3.5.x-final
Component:  Core Tor/Tor   |Version:
 Severity:  Normal | Resolution:
 Keywords:  regression, compilation-error  |  Actual Points:
Parent ID: | Points:
 Reviewer: |Sponsor:
---+---
Changes (by teor):

 * keywords:   => regression, compilation-error
 * milestone:   => Tor: 0.3.5.x-final


--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #26712 [Core Tor/Tor]: EVP_PKEY_HKDF not defined in libressl, src/lib/crypt_ops/crypto_hkdf.c cannot compile

2018-07-09 Thread Tor Bug Tracker & Wiki
#26712: EVP_PKEY_HKDF not defined in libressl, src/lib/crypt_ops/crypto_hkdf.c
cannot compile
--+
 Reporter:  cypherpunks   |  Owner:  (none)
 Type:  defect| Status:  closed
 Priority:  Medium|  Milestone:
Component:  Core Tor/Tor  |Version:
 Severity:  Normal| Resolution:  fixed
 Keywords:|  Actual Points:
Parent ID:| Points:
 Reviewer:|Sponsor:
--+
Changes (by cypherpunks):

 * status:  new => closed
 * resolution:   => fixed


--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs