CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2024/09/03 09:30:21
Modified files:
security/openssl/3.3: Makefile distinfo
Log message:
Update to openssl 3.3.2
To everyone's utmost surprise, this fixes another bug introduced with
punycode support (OpenSSL should really look into adopting RFC
9598).
Plus, the SSL_select_next_proto() NPN issue is finally in a release.
PS: The punycode thing was an ASAN finding, public since 2021. It was
found because someone paid attention when old issues were marked inactive.
https://github.com/openssl/openssl/issues/16717