CVSROOT: /cvs Module name: ports Changes by: [email protected] 2020/12/03 04:38:42
Modified files:
security/openssl/1.1/patches: patch-crypto_bio_b_sock2_c
Log message:
add a comment about the IPV6_V6ONLY patch:
On OpenBSD, setsockopt(sock, IPPROTO_IPV6, IPV6_V6ONLY, ...) only allows
setting to 1 (which is the default anyway). Setting to 0 results in EINVAL.
This doesn't fix everything, there are still some other problems with binds
to v6 addresses with OpenSSL 1.1 on OpenBSD.
