Messages by Thread
-
iked.conf(5): configuration payload support and effects need better documentation
William Rusnack
-
iked bug: received unsupported configuration payloads are silently ignored
William Rusnack
-
iked bug: iked.conf parser allows unsupported configuration payloads to pass
William Rusnack
-
Kernel relink error: missing makegap.sh on OpenBSD 7.6
Ricardo Albarracin B.
-
iked bug: unused ret variable in parse.y
William Rusnack
-
iked bug: silently discards IPv6 link-local addresses
William Rusnack
-
iked bug: log entries missing when running as daemon due to incorrect logging functions
William Rusnack
-
security(8) throws false error
Lloyd
-
urtwn stops working after a while
Anon Loli
-
rdist(1): Correct distfile format
Isaac Meerleo
-
Minisforum GK41: No sound or built-in wifi
Kevin Williams
-
OpenSMTPD: Incoming mail to an alias is matching "from local" match statements
Jake Hartz
-
iked refactor: update deprecated OpenSSL EVP digest functions >Synopsis: Update deprecated EVP_DigestInit/Final to _ex variants in iked >Category: bin >Description: The OpenSSL EVP_DigestInit() and EVP_DigestFinal() functions have been deprecated in favor of their _ex variants. The old functions automatically reset the context before init and after final, while the new functions require explicit resets. The following functions are affected in chap_ms.c: - EVP_DigestInit() -> EVP_DigestInit_ex() - EVP_DigestFinal() -> EVP_DigestFinal_ex() Additionally, when reusing digest contexts, EVP_MD_CTX_reset() needs to be added before reinitializing the context with EVP_DigestInit_ex(). >Fix: Create patch.cocci: ```coccinelle // Replace deprecated OpenSSL EVP digest functions @digest@ identifier ctx; expression E; @@ - EVP_DigestInit(ctx, E) + EVP_DigestInit_ex(ctx, E, NULL) @final@ identifier ctx; expression md, s; @@ - EVP_DigestFinal(ctx, md, s) + EVP_DigestFinal_ex(ctx, md, s) @needs_reset@ identifier ctx; expression E2; @@ EVP_DigestInit_ex(ctx, ...); ... + EVP_MD_CTX_reset(ctx); EVP_DigestInit_ex(ctx, E2, NULL) ``` Apply with: spatch --sp-file patch.cocci chap_ms.c --in-place This updates all deprecated EVP digest function calls and adds the necessary context resets when a context is reused.
William Rusnack
-
iked(8): Undocumented -I and -P cli options
William Rusnack
-
iked bug: incorrectly prints policy requests for configuration payloads
William Rusnack
-
iked bug: root privileges required unnecessarily in configtest mode (-n)
William Rusnack
-
iked(8): Undocumented debug and verbose flag levels
William Rusnack
-
iked bug: debug flag ordering affects verbosity level
William Rusnack
-
iked refactor: config and request parser logic
William Rusnack
-
iked bug: rewind(3) error handling issue in ca.c ca_validate_pubkey()
William Rusnack
-
iked bug: Missing length validation in IPv6 netmask prefix calculation
William Rusnack
-
iked.conf(5): Undocumented comment behavior and potential line continuation bug
William Rusnack
-
iked fails to cleanup its pf state when service stops
William Rusnack
-
Machine slows down to a crawl, spends much of its time spinning
Paul de Weerd
-
Inactive Wireguard connections never time out
Lloyd
-
Touchpad support Dell Latitude E6440
Miguel Suárez
-
Buffer underwrite in inet_net_pton_ipv4
Nikolaos Chatzikonstantinou
-
uvideo unsupported format
Laurence Tratt
-
OpenBSD 7.6 Router Crash (more info)
Ian Chilton
-
OpenBSD 7.6 Router Crash
Ian Chilton
-
SO_RCVLOWAT may stall a TCP connection when the window is small
plalonde
-
bsd.rd does not halt on thinkpad x13 arm
BESSOT Jean-Michel
-
Re: System will not wake from S3 with USB peripherals
Avraham Hollander
-
panic mount modified freelist
Alexander Bluhm
-
mplayer generates X11 errors and no longer renders video
Bunkmate
-
vio0: device needs reset
Kirill A . Korinsky
-
Gnome/GDM pinsyscalls Abort trap error after upgrading from 7.4->7.6
Shadow 333
-
TSO decision is broken for IPSec
Pascal Stumpf
-
deattach broken webcam leads to crash
Kirill A . Korinsky
-
Total system freeze up when running large programs on x58 mobo running 7.6-stable
izder456
-
[Feature Request] Allow pfctl to reset statistics for an individual IP address
Rob LA LAU
-
(again, with more detail) LSI 9300-4i fails with mpii_scsi_cmd_tmo
chohag
-
OpenBSD and Zabbix problem...
Angel Villa
-
ksh: syntax error: `(' unexpected
Kirill A . Korinsky
-
locking against myself on alpha 7.6 and -current
Andrew Hewus Fresh
-
Re: Asus G551JM cannot resume from zzz and ZZZ
ruivlea
-
iwx driver in ac mode up to 50% packet loss
as400
-
Re: Traffic stalls between two athn(4) in 802.11n mode, client to hostap
Stefan Sperling
-
2015 MacBook Air hangs during OpenBSD amd64/7.6-release install/upgrade boot
Morgan Aldridge
-
Extremely trivial nitpick in ascii(7)
chohag
-
website missformated
lukaa
-
panic tsleep: not SONPROC during signal-stress
Alexander Bluhm
-
vmd: restarting Linux VM causes host system degradation
Kirill A . Korinsky
-
Re: xenodm/X.Org does not detect AMD Radeon RX 6500 (Dell OEM GPU) out of the box
George Koehler
-
mount(2) with fusefs and fd=0 causes the machine to hang
Marin Ivanov
-
Re: amdgpu Radeon 780M graphics hang after page fault
Jonathan Gray
-
Re: pagedaemon causing crash?
Martin Pieuchot
-
Kernel panic (machine reboot immediately. ) on alibaba cloud ECS instance (x86_64)
yokizf PT7HZr