[tor-bugs] #29593 [Core Tor/Tor]: channelpadding_timers test failed on tor-0.3.5.8

Tor Bug Tracker & Wiki blackhole at torproject.org
Tue Feb 26 18:58:44 UTC 2019


#29593: channelpadding_timers test failed on tor-0.3.5.8
-------------------------------------------------+-------------------------
 Reporter:  asn                                  |          Owner:  (none)
     Type:  defect                               |         Status:  new
 Priority:  High                                 |      Milestone:  Tor:
                                                 |  0.3.5.x-final
Component:  Core Tor/Tor                         |        Version:
 Severity:  Normal                               |     Resolution:
 Keywords:  channel-padding padding unit-test    |  Actual Points:
  040-must 035-backport                          |
Parent ID:                                       |         Points:
 Reviewer:                                       |        Sponsor:
-------------------------------------------------+-------------------------

Comment (by mikeperry):

 This failure has nothing to do with channelpadding. It's an assert due to
 crypto_pk_read_private_key_from_string() returning an error code while
 parsing one of PREGEN_KEYS_2048[] from ./src/test/testing_rsakeys.c

 Possibly a MIPS-specific openssl-related issue? Should not be intermittent
 unless our key parsing is non-deterministic...

 If we ran the tests with log level info, then
 crypto_pk_read_from_string_generic() will output a logline telling us if
 the error is in PEM decoding or ASN.1 parsing. Not sure if that will be
 any more helpful, though.

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


More information about the tor-bugs mailing list