Changes between Initial Version and Version 1 of Ticket #63857


Ignore:
Timestamp:
Nov 8, 2021, 6:53:03 AM (2 years ago)
Author:
cculianu (Calin Culianu)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #63857 – Description

    initial v1  
    1 Python 3.8, 3.9, and 3.6 can't now use the hashlib hasher "ripemd160", even though that hasher is listed as "available".
     1Python 3.6, 3.7, 3.8, and 3.9 can't now use the hashlib hasher "ripemd160", even though that hasher is listed as "available".
    22
    3 I suspect it has to do with the new OpenSSL3.0.  Can we please revert back to 1.1? It seems 3 has caused a bunch of problems already (see my other ticket related to tor not building).
     3As part of the upgrade both openssl3 and Python3.x (all 4) were rebuilt. I'm on Big Sur.
     4
     5I suspect this new problem has to do with the new OpenSSL3.0.  Can we please revert back to 1.1? It seems 3 has caused a bunch of problems already (see my other ticket related to tor not building).
     6
     7I had to manually modify my /opt/local/var/ macports stuff to force macports to use openssl1.1, and then I told it to reinstall Python3.9, and now that works.
     8
     9The problem is most definitely related to openssl3.
     10
     11