[tor-bugs] #29594 [Obfuscation/BridgeDB]: Remove OpenSSL.rand.bytes from code

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


#29594: Remove OpenSSL.rand.bytes from code
--------------------------------------+----------------------
     Reporter:  dgoulet               |      Owner:  dgoulet
         Type:  defect                |     Status:  assigned
     Priority:  Medium                |  Milestone:
    Component:  Obfuscation/BridgeDB  |    Version:
     Severity:  Normal                |   Keywords:  bridgedb
Actual Points:                        |  Parent ID:
       Points:                        |   Reviewer:  sysrqb
      Sponsor:                        |
--------------------------------------+----------------------
 It is now deprecated in favor of `os.urandom()`:

 {{{
 OpenSSL.rand is deprecated - you should use os.urandom instead
 }}}

 This is needed if we want to upgrade the requirements.txt.

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


More information about the tor-bugs mailing list