CVS: cvs.openbsd.org: src

2020-05-10 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2020/05/10 23:20:35 Modified files: sys/dev/pci/drm: drm_ioctl.c Log message: drm/atomic: Take the atomic toys away from X >From Daniel Vetter 7c9af5cd6a7df58f47eac607cc5ab770d808ba82 in linux

CVS: cvs.openbsd.org: src

2020-05-10 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2020/05/10 23:11:23 Modified files: sys/dev/pci/drm/amd/amdgpu: amdgpu_pm.c Log message: drm/amdgpu: Fix oops when pp_funcs is unset in ACPI event >From Aaron Ma 74edc32fda52b684a9af99dd65aa7745a170a18d in

CVS: cvs.openbsd.org: src

2020-05-10 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2020/05/10 23:08:10 Modified files: sys/dev/pci/drm/amd/powerplay/hwmgr: processpptables.c Log message: drm/amdgpu: Correctly initialize thermal controller for GPUs with Powerplay table v0 (e.g Hawaii)

CVS: cvs.openbsd.org: src

2020-05-10 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2020/05/10 22:38:08 Modified files: sys/dev/pci/drm: drm_edid.c Log message: drm/edid: Fix off-by-one in DispID DTD pixel clock >From Ville Syrjala 85b1efa12a7fa209e0e3e254d6ea466c8ec3d083 in linux

CVS: cvs.openbsd.org: src

2020-05-10 Thread Damien Miller
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2020/05/10 20:11:29 Modified files: usr.bin/ssh: PROTOCOL.u2f Log message: clarify role of FIDO tokens in multi-factor authentictation; mostly from Pedro Martelletto

CVS: cvs.openbsd.org: src

2020-05-10 Thread Martijn van Duren
CVSROOT:/cvs Module name:src Changes by: mart...@cvs.openbsd.org 2020/05/10 15:14:30 Modified files: usr.bin/snmp : snmpc.c Log message: Initialize a couple of variables to shut up gcc, which apparently isn't smart enough to see that there is a proper check in place to

CVS: cvs.openbsd.org: src

2020-05-10 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2020/05/10 14:50:55 Modified files: sys/dev/wscons : wsdisplay.c wsemulconf.c Log message: Fix two out-of-bounds array accesses in ioctl code pats. One found by jo...@armadilloaerospace.com and

CVS: cvs.openbsd.org: src

2020-05-10 Thread Florian Obser
CVSROOT:/cvs Module name:src Changes by: flor...@cvs.openbsd.org 2020/05/10 11:34:07 Modified files: usr.sbin/acme-client: extern.h json.c netproc.c Log message: In case the order fails print the human readable reason from the challenge objects that the server hopefully

CVS: cvs.openbsd.org: src

2020-05-10 Thread Bob Beck
CVSROOT:/cvs Module name:src Changes by: b...@cvs.openbsd.org2020/05/10 11:13:31 Modified files: usr.bin/openssl: x509.c Log message: Make openssl X509 handle the failure case return code from X509_time_cmp. While we are in here also make it notice if time values in

CVS: cvs.openbsd.org: src

2020-05-10 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2020/05/10 11:13:30 Modified files: lib/libssl : tls13_handshake.c tls13_internal.h tls13_server.c Log message: Send dummy ChangeCipherSpec messages from the TLSv1.3 server If

CVS: cvs.openbsd.org: src

2020-05-10 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2020/05/10 10:59:51 Modified files: lib/libssl : tls13_internal.h tls13_legacy.c tls13_server.c Log message: Honour SSL_VERIFY_FAIL_IF_NO_PEER_CERT in the TLSv1.3 server. ok beck@

CVS: cvs.openbsd.org: src

2020-05-10 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2020/05/10 10:56:11 Modified files: lib/libssl : tls13_client.c tls13_handshake.c tls13_internal.h tls13_legacy.c tls13_lib.c tls13_record_layer.c

CVS: cvs.openbsd.org: src

2020-05-10 Thread Bob Beck
CVSROOT:/cvs Module name:src Changes by: b...@cvs.openbsd.org2020/05/10 10:55:28 Modified files: usr.bin/openssl: s_server.c Log message: Conditionalize sleep-before-retry in server code to only be done when debug is on. otherwise, just retry. Fixes problems this

CVS: cvs.openbsd.org: www

2020-05-10 Thread Jeremie Courreges-Anglas
CVSROOT:/cvs Module name:www Changes by: j...@cvs.openbsd.org2020/05/10 10:11:09 Modified files: . : 67.html Log message: Don't mention the ftp(1) tls_handshake(3) fix Fixes a bug I introduced after 6.6, so there's not much point to list it in 67.html.

CVS: cvs.openbsd.org: www

2020-05-10 Thread Jeremie Courreges-Anglas
CVSROOT:/cvs Module name:www Changes by: j...@cvs.openbsd.org2020/05/10 09:50:43 Modified files: . : 67.html Log message: Improve apmd(8) improvements

CVS: cvs.openbsd.org: src

2020-05-10 Thread Florian Obser
CVSROOT:/cvs Module name:src Changes by: flor...@cvs.openbsd.org 2020/05/10 09:06:07 Modified files: usr.sbin/acme-client: dnsproc.c Log message: remove noisy and useless debug line

CVS: cvs.openbsd.org: src

2020-05-10 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2020/05/10 08:22:51 Modified files: lib/libssl : Makefile tls13_handshake.c Log message: Provide an easy way to get debug information from TLSv1.3 handshakes. This makes it easier to debug TLSv1.3

CVS: cvs.openbsd.org: src

2020-05-10 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2020/05/10 08:17:48 Modified files: lib/libssl : s3_lib.c ssl_clnt.c ssl_lib.c ssl_locl.h ssl_srvr.c ssl_tlsext.c t1_lib.c tls13_lib.c Log message: Use size_t for OCSP response

CVS: cvs.openbsd.org: src

2020-05-10 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2020/05/10 08:07:01 Modified files: lib/libssl : ssl_tlsext.c Log message: Only reset TLS extension state when parsing client hello or server hello. With TLSv1.3 we end up parsing extensions from more

CVS: cvs.openbsd.org: src

2020-05-10 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2020/05/10 08:03:14 Modified files: lib/libssl : tls13_lib.c Log message: Correct tlsext_ocsp_resplen check. This variable is currently overloaded - a value of -1 means that it is "unset" and any other

CVS: cvs.openbsd.org: src

2020-05-10 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2020/05/10 07:38:46 Modified files: usr.sbin/bgpctl: bgpctl.8 bgpctl.c output.c output_json.c parser.c parser.h usr.sbin/bgpd : bgpd.c bgpd.h control.c parse.y session.c

CVS: cvs.openbsd.org: src

2020-05-10 Thread Sebastian Benoit
CVSROOT:/cvs Module name:src Changes by: be...@cvs.openbsd.org 2020/05/10 06:06:18 Modified files: usr.sbin/acme-client: acme-client.1 acme-client.conf.5 main.c parse.h parse.y Log message: Allow to have multiple domain ... {} sextions

CVS: cvs.openbsd.org: src

2020-05-10 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2020/05/10 05:55:42 Modified files: sys/arch/arm64/stand/efiboot: efiboot.c efiboot.h exec.c Log message: Pass boothowto from the bootloader to the kernel by adding a openbsd,boothowto property

CVS: cvs.openbsd.org: src

2020-05-10 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2020/05/10 05:51:58 Modified files: sys/arch/armv7/stand/efiboot: efiboot.c efiboot.h exec.c Log message: Pass boothowto from the bootloader to the kernel by adding a openbsd,boothowto property

CVS: cvs.openbsd.org: src

2020-05-10 Thread Otto Moerbeek
CVSROOT:/cvs Module name:src Changes by: o...@cvs.openbsd.org2020/05/10 00:46:50 Modified files: usr.bin/dig/lib/isc/unix: socket.c Log message: fix socket_log() calls, EVENT expands to three comma separated values; spotted by gcc; ok florian@

CVS: cvs.openbsd.org: src

2020-05-10 Thread Otto Moerbeek
CVSROOT:/cvs Module name:src Changes by: o...@cvs.openbsd.org2020/05/10 00:44:07 Modified files: sbin/unwind: resolver.c Log message: sockaddr_rtdns does not guarantee alignment of the buffer. So first memcpy the address into a local var before comparing it with