Messages by Date
-
2024/12/26
Re: iked bug: debug flag ordering affects verbosity level
Lucas Gabriel Vuotto
-
2024/12/26
Re: iked bug: root privileges required unnecessarily in configtest mode (-n)
Klemens Nanni
-
2024/12/26
Re: iked bug: incorrectly prints policy requests for configuration payloads
Tobias Heider
-
2024/12/26
Re: iked bug: root privileges required unnecessarily in configtest mode (-n)
Tobias Heider
-
2024/12/26
Re: iked bug: incorrectly prints policy requests for configuration payloads
Stuart Henderson
-
2024/12/26
Re: iked bug: root privileges required unnecessarily in configtest mode (-n)
Stuart Henderson
-
2024/12/26
Re: iked(8): Undocumented -I and -P cli options
Stuart Henderson
-
2024/12/26
Re: iked bug: root privileges required unnecessarily in configtest mode (-n)
Kirill A . Korinsky
-
2024/12/26
Re: iked bug: root privileges required unnecessarily in configtest mode (-n)
Stuart Henderson
-
2024/12/26
Re: iked fails to cleanup its pf state when service stops
Stuart Henderson
-
2024/12/26
Re: iked.conf(5): Undocumented comment behavior and potential line continuation bug
Stuart Henderson
-
2024/12/26
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
-
2024/12/26
iked(8): Undocumented -I and -P cli options
William Rusnack
-
2024/12/26
iked bug: incorrectly prints policy requests for configuration payloads
William Rusnack
-
2024/12/26
iked bug: root privileges required unnecessarily in configtest mode (-n)
William Rusnack
-
2024/12/26
iked(8): Undocumented debug and verbose flag levels
William Rusnack
-
2024/12/26
iked bug: debug flag ordering affects verbosity level
William Rusnack
-
2024/12/26
iked refactor: config and request parser logic
William Rusnack
-
2024/12/26
iked bug: rewind(3) error handling issue in ca.c ca_validate_pubkey()
William Rusnack
-
2024/12/26
iked bug: Missing length validation in IPv6 netmask prefix calculation
William Rusnack
-
2024/12/26
iked.conf(5): Undocumented comment behavior and potential line continuation bug
William Rusnack
-
2024/12/26
iked fails to cleanup its pf state when service stops
William Rusnack
-
2024/12/24
Re: powerpc64/pmap.c trouble report
Eric Grosse
-
2024/12/24
Re: powerpc64/pmap.c trouble report
Martin Pieuchot
-
2024/12/23
Re: powerpc64/pmap.c trouble report
Eric Grosse
-
2024/12/22
Re: Touchpad support Dell Latitude E6440
Chris Billington
-
2024/12/18
Re: Machine slows down to a crawl, spends much of its time spinning
Vitaliy Makkoveev
-
2024/12/18
Machine slows down to a crawl, spends much of its time spinning
Paul de Weerd
-
2024/12/18
Re: Inactive Wireguard connections never time out
Stuart Henderson
-
2024/12/18
Re: Inactive Wireguard connections never time out
Lloyd
-
2024/12/17
Re: Inactive Wireguard connections never time out
Janne Johansson
-
2024/12/17
Re: Inactive Wireguard connections never time out
Janne Johansson
-
2024/12/17
Re: Inactive Wireguard connections never time out
Lloyd
-
2024/12/17
Re: Inactive Wireguard connections never time out
Stuart Henderson
-
2024/12/17
Inactive Wireguard connections never time out
Lloyd
-
2024/12/17
Touchpad support Dell Latitude E6440
Miguel Suárez
-
2024/12/17
Re: Buffer underwrite in inet_net_pton_ipv4
Claudio Jeker
-
2024/12/16
Buffer underwrite in inet_net_pton_ipv4
Nikolaos Chatzikonstantinou
-
2024/12/14
Re: uvideo unsupported format
Antoine Jacoutot
-
2024/12/14
uvideo unsupported format
Laurence Tratt
-
2024/12/12
Re: powerpc64/pmap.c trouble report
Martin Pieuchot
-
2024/12/12
Re: powerpc64/pmap.c trouble report
Eric Grosse
-
2024/12/12
Re: huge Xorg.0.logs, hangs [N100 ALDERLAKE_P, gen 12]
Stuart Henderson
-
2024/12/12
Re: OpenBSD 7.6 Router Crash (more info)
Brian Conway
-
2024/12/12
Re: OpenBSD 7.6 Router Crash (more info)
Ian Chilton
-
2024/12/12
Re: OpenBSD 7.6 Router Crash (more info)
Ian Chilton
-
2024/12/12
Re: OpenBSD 7.6 Router Crash (more info)
Claudio Jeker
-
2024/12/12
Re: OpenBSD 7.6 Router Crash (more info)
Ian Chilton
-
2024/12/11
OpenBSD 7.6 Router Crash (more info)
Ian Chilton
-
2024/12/11
OpenBSD 7.6 Router Crash
Ian Chilton
-
2024/12/08
SO_RCVLOWAT may stall a TCP connection when the window is small
plalonde
-
2024/12/08
bsd.rd does not halt on thinkpad x13 arm
BESSOT Jean-Michel
-
2024/12/04
Re: Traffic stalls between two athn(4) in 802.11n mode, client to hostap
Mikolaj Kucharski
-
2024/12/03
Re: System will not wake from S3 with USB peripherals
Mark Kettenis
-
2024/12/03
Re: System will not wake from S3 with USB peripherals
Avraham Hollander
-
2024/12/02
Re: panic mount modified freelist
Vitaliy Makkoveev
-
2024/12/02
Re: panic mount modified freelist
Alexander Bluhm
-
2024/12/02
Re: panic mount modified freelist
Alexander Bluhm
-
2024/12/02
Re: panic mount modified freelist
Alexander Bluhm
-
2024/12/02
Re: panic mount modified freelist
Vitaliy Makkoveev
-
2024/12/02
panic mount modified freelist
Alexander Bluhm
-
2024/12/01
Re: mplayer generates X11 errors and no longer renders video
Brad Smith
-
2024/12/01
Re: mplayer generates X11 errors and no longer renders video
Brad Smith
-
2024/12/01
Re: mplayer generates X11 errors and no longer renders video
Bunkmate
-
2024/12/01
Re: mplayer generates X11 errors and no longer renders video
Matthieu Herrb
-
2024/11/30
Re: mplayer generates X11 errors and no longer renders video
Bunkmate
-
2024/11/30
Re: mplayer generates X11 errors and no longer renders video
Bunkmate
-
2024/11/30
Re: vio0: device needs reset
Brian Conway
-
2024/11/30
Re: vio0: device needs reset
Kirill A . Korinsky
-
2024/11/30
Re: vio0: device needs reset
Stefan Fritsch
-
2024/11/29
Re: mplayer generates X11 errors and no longer renders video
Bunkmate
-
2024/11/29
Re: mplayer generates X11 errors and no longer renders video
Brad Smith
-
2024/11/29
Re: vio0: device needs reset
Kirill A . Korinsky
-
2024/11/29
Re: vio0: device needs reset
Mike Larkin
-
2024/11/29
Re: vps crashing after 7.6 upgrade - (wireguard?)
Chris Narkiewicz
-
2024/11/29
Re: mplayer generates X11 errors and no longer renders video
Stuart Henderson
-
2024/11/29
mplayer generates X11 errors and no longer renders video
Bunkmate
-
2024/11/28
vio0: device needs reset
Kirill A . Korinsky
-
2024/11/28
Re: Gnome/GDM pinsyscalls Abort trap error after upgrading from 7.4->7.6
Stuart Henderson
-
2024/11/28
Gnome/GDM pinsyscalls Abort trap error after upgrading from 7.4->7.6
Shadow 333
-
2024/11/28
Re: pagedaemon causing crash?
Laurence Tratt
-
2024/11/28
Re: pagedaemon causing crash?
Martin Pieuchot
-
2024/11/28
Re: TSO decision is broken for IPSec
Jan Klemkow
-
2024/11/27
TSO decision is broken for IPSec
Pascal Stumpf
-
2024/11/25
Re: powerpc64/pmap.c trouble report
George Koehler
-
2024/11/24
Re: vps crashing after 7.6 upgrade - (wireguard?)
Alexander Haensch
-
2024/11/24
Re: deattach broken webcam leads to crash
Kirill A . Korinsky
-
2024/11/24
Re: deattach broken webcam leads to crash
Martin Pieuchot
-
2024/11/24
Re: deattach broken webcam leads to crash
Kirill A . Korinsky
-
2024/11/24
Fwd: OpenBSD reboot at boot (arm)
BESSOT Jean-Michel
-
2024/11/24
Re: deattach broken webcam leads to crash
Martin Pieuchot
-
2024/11/23
Re: deattach broken webcam leads to crash
Kirill A . Korinsky
-
2024/11/23
Re: deattach broken webcam leads to crash
Kirill A . Korinsky
-
2024/11/23
Re: deattach broken webcam leads to crash
Stuart Henderson
-
2024/11/23
Re: deattach broken webcam leads to crash
Kirill A . Korinsky
-
2024/11/23
Re: deattach broken webcam leads to crash
Stuart Henderson
-
2024/11/23
Re: deattach broken webcam leads to crash
Martin Pieuchot
-
2024/11/22
Re: powerpc64/pmap.c trouble report
George Koehler
-
2024/11/22
deattach broken webcam leads to crash
Kirill A . Korinsky
-
2024/11/21
Re: powerpc64/pmap.c trouble report
Eric Grosse
-
2024/11/20
Re: powerpc64/pmap.c trouble report
George Koehler
-
2024/11/20
Total system freeze up when running large programs on x58 mobo running 7.6-stable
izder456
-
2024/11/20
Re: [Feature Request] Allow pfctl to reset statistics for an individual IP address
Rob LA LAU
-
2024/11/20
Re: [Feature Request] Allow pfctl to reset statistics for an individual IP address
Theo de Raadt
-
2024/11/20
Re: [Feature Request] Allow pfctl to reset statistics for an individual IP address
Stuart Henderson
-
2024/11/20
Re: [Feature Request] Allow pfctl to reset statistics for an individual IP address
Rob LA LAU
-
2024/11/20
Re: [Feature Request] Allow pfctl to reset statistics for an individual IP address
Rob LA LAU
-
2024/11/20
Re: [Feature Request] Allow pfctl to reset statistics for an individual IP address
Kirill A . Korinsky
-
2024/11/20
Re: [Feature Request] Allow pfctl to reset statistics for an individual IP address
Stuart Henderson
-
2024/11/19
Re: OpenBSD and Zabbix problem...
Mark Patruck
-
2024/11/19
[Feature Request] Allow pfctl to reset statistics for an individual IP address
Rob LA LAU
-
2024/11/19
Re: locking against myself on alpha 7.6 and -current
David Gwynne
-
2024/11/19
(again, with more detail) LSI 9300-4i fails with mpii_scsi_cmd_tmo
chohag
-
2024/11/19
OpenBSD and Zabbix problem...
Angel Villa
-
2024/11/19
Re: locking against myself on alpha 7.6 and -current
Andrew Hewus Fresh
-
2024/11/18
Re: locking against myself on alpha 7.6 and -current
Andrew Hewus Fresh
-
2024/11/18
Re: locking against myself on alpha 7.6 and -current
David Gwynne
-
2024/11/18
Re: locking against myself on alpha 7.6 and -current
Andrew Hewus Fresh
-
2024/11/18
Re: any luser can archive files away in same filesystem with hardlink
Janne Johansson
-
2024/11/18
Re: any luser can archive files away in same filesystem with hardlink
hahahahacker2009
-
2024/11/18
Re: ksh: syntax error: `(' unexpected
Andreas Kähäri
-
2024/11/17
Re: ksh: syntax error: `(' unexpected
guenther
-
2024/11/17
Re: ksh: syntax error: `(' unexpected
guenther
-
2024/11/17
Re: ksh: syntax error: `(' unexpected
Kirill A . Korinsky
-
2024/11/17
Re: locking against myself on alpha 7.6 and -current
Andrew Hewus Fresh
-
2024/11/17
Re: ksh: syntax error: `(' unexpected
Klemens Nanni
-
2024/11/17
Re: ksh: syntax error: `(' unexpected
George Koehler
-
2024/11/17
Re: ksh: syntax error: `(' unexpected
Klemens Nanni
-
2024/11/17
Re: ksh: syntax error: `(' unexpected
Klemens Nanni
-
2024/11/17
Re: ksh: syntax error: `(' unexpected
Klemens Nanni
-
2024/11/17
Re: ksh: syntax error: `(' unexpected
Kirill A . Korinsky
-
2024/11/17
Re: ksh: syntax error: `(' unexpected
Andreas Kähäri
-
2024/11/17
Re: ksh: syntax error: `(' unexpected
Jeremie Courreges-Anglas
-
2024/11/17
Re: ksh: syntax error: `(' unexpected
Kirill A . Korinsky
-
2024/11/17
Re: ksh: syntax error: `(' unexpected
Jeremie Courreges-Anglas
-
2024/11/17
ksh: syntax error: `(' unexpected
Kirill A . Korinsky
-
2024/11/16
Re: locking against myself on alpha 7.6 and -current
David Gwynne
-
2024/11/16
locking against myself on alpha 7.6 and -current
Andrew Hewus Fresh
-
2024/11/16
Re: Asus G551JM cannot resume from zzz and ZZZ
ruivlea
-
2024/11/15
Re: 2015 MacBook Air hangs during OpenBSD amd64/7.6-release install/upgrade boot
Ted Ri
-
2024/11/15
Re: iwx driver in ac mode up to 50% packet loss
Alexis de BRUYN [Mailing Lists]
-
2024/11/15
Re: iwx driver in ac mode up to 50% packet loss
as400
-
2024/11/15
Re: Traffic stalls between two athn(4) in 802.11n mode, client to hostap
Stuart Henderson
-
2024/11/15
Re: iwx driver in ac mode up to 50% packet loss
Stefan Sperling
-
2024/11/15
Re: Traffic stalls between two athn(4) in 802.11n mode, client to hostap
Stefan Sperling
-
2024/11/14
iwx driver in ac mode up to 50% packet loss
as400
-
2024/11/14
Re: Traffic stalls between two athn(4) in 802.11n mode, client to hostap
Mikolaj Kucharski
-
2024/11/14
Re: Traffic stalls between two athn(4) in 802.11n mode, client to hostap
Stefan Sperling
-
2024/11/14
2015 MacBook Air hangs during OpenBSD amd64/7.6-release install/upgrade boot
Morgan Aldridge
-
2024/11/11
Re: Extremely trivial nitpick in ascii(7)
Jason McIntyre
-
2024/11/11
Re: Extremely trivial nitpick in ascii(7)
chohag
-
2024/11/10
Re: Extremely trivial nitpick in ascii(7)
Jason McIntyre
-
2024/11/10
Extremely trivial nitpick in ascii(7)
chohag
-
2024/11/09
website missformated
lukaa
-
2024/11/09
Re: [PATCH] getty(8): Fix the 'dx' capability (DECCTLQ)
Miod Vallat
-
2024/11/07
Re: powerpc64/pmap.c trouble report
George Koehler
-
2024/11/06
Re: Kernel panic (machine reboot immediately. ) on alibaba cloud ECS instance (x86_64)
Stefan Fritsch
-
2024/11/05
Re: panic tsleep: not SONPROC during signal-stress
Alexander Bluhm
-
2024/11/05
Re: panic tsleep: not SONPROC during signal-stress
Claudio Jeker
-
2024/11/05
panic tsleep: not SONPROC during signal-stress
Alexander Bluhm
-
2024/11/05
Re: vmd: restarting Linux VM causes host system degradation
Kirill A . Korinsky
-
2024/11/05
Re: uvm_fault, Xorg active, [bread() ffs2_balloc() ffs_write ...]
Stuart Henderson
-
2024/11/05
Re: <with multiple vxlan crash>
Vitaliy Makkoveev
-
2024/11/04
Re: vps crashing after 7.6 upgrade - (wireguard?)
Anthony J. Bentley
-
2024/11/04
Re: vmd: restarting Linux VM causes host system degradation
Dave Voutila
-
2024/11/04
Re: <with multiple vxlan crash>
Alexander Bluhm
-
2024/11/03
Re: vmd: restarting Linux VM causes host system degradation
Mike Larkin
-
2024/11/03
Re: amdgpu Radeon 780M graphics hang after page fault
Thomas Frohwein
-
2024/11/03
Re: vmd: restarting Linux VM causes host system degradation
Kirill A . Korinsky
-
2024/11/03
Re: vmd: restarting Linux VM causes host system degradation
Mike Larkin
-
2024/11/03
vmd: restarting Linux VM causes host system degradation
Kirill A . Korinsky
-
2024/11/02
Re: xenodm/X.Org does not detect AMD Radeon RX 6500 (Dell OEM GPU) out of the box
George Koehler
-
2024/11/02
mount(2) with fusefs and fd=0 causes the machine to hang
Marin Ivanov
-
2024/11/02
Re: powerpc64/pmap.c trouble report
Eric Grosse
-
2024/11/02
Re: amdgpu Radeon 780M graphics hang after page fault
Jonathan Gray
-
2024/11/01
Re: pagedaemon causing crash?
Martin Pieuchot
-
2024/10/31
Re: Kernel panic (machine reboot immediately. ) on alibaba cloud ECS instance (x86_64)
Stefan Fritsch
-
2024/10/31
Re: dig needs update, particularily in reading HTTPS(65) RR's
Otto Moerbeek
-
2024/10/30
Re: vps crashing after 7.6 upgrade - (wireguard?)
Oliver Schweger
-
2024/10/30
Re: huge Xorg.0.logs [was Re: uvm_fault, Xorg active, ...]
Stuart Henderson
-
2024/10/30
Re: huge Xorg.0.logs, hangs [N100 ALDERLAKE_P, gen 12]
Stuart Henderson
-
2024/10/30
Re: vps crashing after 7.6 upgrade - (wireguard?)
Claudio Jeker
-
2024/10/29
Re: huge Xorg.0.logs, hangs [N100 ALDERLAKE_P, gen 12]
Jonathan Gray
-
2024/10/29
Re: huge Xorg.0.logs, hangs [N100 ALDERLAKE_P, gen 12]
Stuart Henderson
-
2024/10/29
Re: OpenBSD 7.6 boot stops at "entry point at: 0x1001000"
114465
-
2024/10/29
Re: vps crashing after 7.6 upgrade - (wireguard?)
Sonic
-
2024/10/29
Re: vps crashing after 7.6 upgrade - (wireguard?)
Bryan Vyhmeister
-
2024/10/29
Re: vps crashing after 7.6 upgrade - (wireguard?)
Stefan Sperling
-
2024/10/29
Re: vps crashing after 7.6 upgrade - (wireguard?)
Stuart Henderson
-
2024/10/29
Re: Synaptics Touchpad not detected, Panasonic CF-SZ6 Let's Note laptop
Chris Billington
-
2024/10/28
Re: vps crashing after 7.6 upgrade - (wireguard?)
Abel Abraham Camarillo Ojeda
-
2024/10/28
Kernel panic (machine reboot immediately. ) on alibaba cloud ECS instance (x86_64)
yokizf PT7HZr
-
2024/10/28
Re: vps crashing after 7.6 upgrade - (wireguard?)
Anthony J. Bentley
-
2024/10/28
Re: vps crashing after 7.6 upgrade - (wireguard?)
Vitaliy Makkoveev
-
2024/10/28
Re: vps crashing after 7.6 upgrade - (wireguard?)
Stuart Henderson
-
2024/10/28
Re: vps crashing after 7.6 upgrade - (wireguard?)
Vitaliy Makkoveev
-
2024/10/28
Re: vps crashing after 7.6 upgrade - (wireguard?)
Miguel Landaeta
-
2024/10/28
Re: OpenBSD 7.6 boot stops at "entry point at: 0x1001000"
Stuart Henderson
-
2024/10/27
Re: wskbd1 at boot
George Koehler
-
2024/10/27
Re: wskbd1 at boot
Sven Schuette