be somewhat more circumspect with our description of wpa2:
-WPA2 is the current encryption standard for wireless networks.
+WPA2 is currently the most secure encryption standard for wireless networks
+supported by
+.Ox .
update to py3-passlib-1.8.2, this moves to the maintained fork at
https://github.com/ThirVondukr/passlib (the pypi module is named
"libpass", but it installs under site-packages/passlib so imports
use the same namespace).
works for kirill@ with mitmproxy
update www/c-icap/modules to 0.5.7 and merge subpackages (c-icap-clamav
and c-icap-urlcheck) into c-icap-modules. clamav_mod is working for me,
clamd_mod is not, but it wasn't working in 0.5.6 either (squidclamav should
be working for a clamd-based scanner).
switch www/c-icap/c-icap to github upstream, but kept at 0.5.13 for now,
0.6.3 is just segfaulting at startup for me.
Fix RETURN VALUES for EVP_CIPHER_CTX_ctrl(3)
The current documentation was clearly incorrect since a return of -1 from
the methods is explicitly intercepted and translated to 0. schwarze and I
both audited the tree and concluded that only 0 and 1 is possible.
OpenSSL 3 broke this API contract and now has explicit return -1 in the
convoluted 200-line maze this simple function has become with recent
provider improvements. So add a small sentence hinting at that. Nobody
will be surprised to read that with OpenSSL's characteristic penchant
for needless inconsistency the return value checks in their tree are all
over the place and sometimes incorrect.
ok schwarze (with two tweaks)