Re: HEADS-UP: security/openssl switching to 3.0 branch
- In reply to: DutchDaemon - FreeBSD Forums Administrator : "Re: HEADS-UP: security/openssl switching to 3.0 branch"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 17 Oct 2023 11:08:19 UTC
On 17/10/2023 12:51, DutchDaemon - FreeBSD Forums Administrator wrote: > And, as noted elsewhere, it's linked to the base system OpenSSL, not > the ported OpenSSL (make.conf has ssl=openssl). > > # ldd > /usr/local/lib/python3.9/site-packages/cryptography/hazmat/bindings/_rust.abi3.so > /usr/local/lib/python3.9/site-packages/cryptography/hazmat/bindings/_rust.abi3.so: > libssl.so.111 => /usr/lib/libssl.so.111 (0x321b4b1ac000) > libcrypto.so.111 => /lib/libcrypto.so.111 (0x321b50234000) > libthr.so.3 => /lib/libthr.so.3 (0x321b4facd000) > libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x321b51360000) > libc.so.7 => /lib/libc.so.7 (0x321b4b9c2000) > And this appears to hinge on https://bz-attachments.freebsd.org/attachment.cgi?id=245511 (base SSL prioritized over port SSL) - now we wait?