CVS: cvs.openbsd.org: src

2022-01-09 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2022/01/10 00:51:23 Modified files: share/man/man4 : kstat.4 Log message: hang some flesh off the bones that jsg provided.

CVS: cvs.openbsd.org: src

2022-01-09 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2022/01/10 00:01:50 Modified files: share/man/man4 : kstat.4 Log message: mark up the ioctl requests with Dv

CVS: cvs.openbsd.org: src

2022-01-09 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2022/01/09 21:59:19 Modified files: share/man/man4 : Makefile Added files: share/man/man4 : kstat.4 Log message: initial kstat.4 ok dlg@

CVS: cvs.openbsd.org: src

2022-01-09 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2022/01/09 21:47:53 Modified files: sys/dev/pci: if_msk.c if_mskvar.h Log message: provide access to the hardware counters (MIB counters in the doc) via kstat

CVS: cvs.openbsd.org: src

2022-01-09 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2022/01/09 21:11:13 Modified files: sys/dev/pci: if_msk.c if_mskvar.h Log message: handle the status ring entries as 64bit words instead of a struct. the status ring entries are 8 bytes/64bit, and depen

CVS: cvs.openbsd.org: www

2022-01-09 Thread Damien Miller
CVSROOT:/cvs Module name:www Changes by: d...@cvs.openbsd.org2022/01/09 20:06:23 Modified files: openssh: agent-restrict.html Log message: correct date marker; it's 2022 already. From Yifei Zhan

CVS: cvs.openbsd.org: www

2022-01-09 Thread Damien Miller
CVSROOT:/cvs Module name:www Changes by: d...@cvs.openbsd.org2022/01/09 17:39:49 Modified files: openssh: agent-restrict.html Log message: really remove missing markup; spotted by tj

CVS: cvs.openbsd.org: src

2022-01-09 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2022/01/09 17:09:06 Modified files: lib/libcrypto/dh: dh_ameth.c Log message: zap trailing whitespace

CVS: cvs.openbsd.org: src

2022-01-09 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2022/01/09 17:03:02 Modified files: lib/libcrypto/rsa: rsa_chk.c Log message: Check that the RSA exponent is neither even nor 1 in RSA_check_key() Part of OpenSSL commit 464d59a5 ok inoguchi jsing

CVS: cvs.openbsd.org: src

2022-01-09 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2022/01/09 16:55:31 Modified files: lib/libcrypto/engine: eng_openssl.c Log message: Use C99 initializers for test_sha_md ok inoguchi jsing

CVS: cvs.openbsd.org: src

2022-01-09 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2022/01/09 16:50:10 Modified files: lib/libcrypto/comp: c_rle.c c_zlib.c comp_err.c comp_lib.c Added files: lib/libcrypto/comp: comp_local.h Log message: Add an essentially empty comp_local.h and in

CVS: cvs.openbsd.org: src

2022-01-09 Thread Patrick Wildt
CVSROOT:/cvs Module name:src Changes by: patr...@cvs.openbsd.org 2022/01/09 16:28:19 Modified files: sys/dev/pci: if_igc.c Log message: Simplify igc_rxrinfo() to improve consistency and appease Coverity. CID 1510483 ok kevlo@

CVS: cvs.openbsd.org: src

2022-01-09 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2022/01/09 11:46:56 Modified files: sbin/unwind/libunbound/sldns: keyraw.c usr.sbin/unbound/sldns: keyraw.c Log message: unwind/unbound: prepare for opaque DSA and RSA. Use the OpenSSL 1.1 codepath

CVS: cvs.openbsd.org: src

2022-01-09 Thread Robert Nagy
CVSROOT:/cvs Module name:src Changes by: rob...@cvs.openbsd.org 2022/01/09 09:39:06 Modified files: share/mk : bsd.lib.mk Log message: do not call ranlib -t anymore because it does nothing except wasting time; ok jca@, millert@

CVS: cvs.openbsd.org: src

2022-01-09 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2022/01/09 08:55:37 Modified files: lib/libssl : ssl_clnt.c Log message: ssl_check_srvr_ecc_cert_and_alg() only returns 0/1 - test accordingly.

CVS: cvs.openbsd.org: src

2022-01-09 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2022/01/09 08:53:52 Modified files: lib/libssl : ssl_clnt.c ssl_lib.c ssl_locl.h Log message: Swap arguments to ssl_check_srvr_ecc_cert_and_alg() If a libssl function takes an SSL *, it should normally

CVS: cvs.openbsd.org: src

2022-01-09 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2022/01/09 08:40:13 Modified files: lib/libssl : ssl_clnt.c ssl_srvr.c Log message: Clean up ssl3_{send,get}_client_kex_gost() Fix leaks, use sizeof() instead of hardcoded sizes, actually check return c

CVS: cvs.openbsd.org: src

2022-01-09 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2022/01/09 08:34:21 Modified files: lib/libssl : ssl_clnt.c ssl_srvr.c Log message: Return 0/1 from ssl3_{send,get}_client_kex_gost() Like other KEX handling functions, there is no need to return anythi

CVS: cvs.openbsd.org: src

2022-01-09 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2022/01/09 08:29:42 Modified files: lib/libssl : ssl_clnt.c Log message: Remove a comment from Captain Obvious.

CVS: cvs.openbsd.org: src

2022-01-09 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2022/01/09 08:28:47 Modified files: lib/libssl : ssl_srvr.c Log message: Fix GOST skip certificate verify handling. GOST skip certificate verify handling got broken in r1.132 of s3_srvr.c circa 2016. Pr

CVS: cvs.openbsd.org: src

2022-01-09 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2022/01/09 08:15:26 Modified files: lib/libcrypto/evp: digest.c evp.h evp_lib.c evp_locl.h Log message: Prepare to provide EVP_MD_CTX{,_set}_pkey_ctx() This API with very strange ownership handling is used

CVS: cvs.openbsd.org: src

2022-01-09 Thread Visa Hankala
CVSROOT:/cvs Module name:src Changes by: v...@cvs.openbsd.org2022/01/09 06:27:48 Modified files: sys/arch/armv7/marvell: files.marvell Log message: Indicate that mvpxa(4) depends on sdhc code. OK deraadt@ phessler@

CVS: cvs.openbsd.org: src

2022-01-09 Thread Visa Hankala
CVSROOT:/cvs Module name:src Changes by: v...@cvs.openbsd.org2022/01/09 06:26:08 Modified files: sys/conf : files Log message: Add attribute for indicating sdhc dependency. OK deraadt@ phessler@

CVS: cvs.openbsd.org: src

2022-01-09 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2022/01/09 06:17:33 Modified files: lib/libssl : ssl_clnt.c Log message: Clean up pkey handling in ssl3_get_server_key_exchange() With TLSv1.2 and earlier, the authentication algorithm used to sign the

CVS: cvs.openbsd.org: src

2022-01-09 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2022/01/09 03:36:52 Modified files: regress/sys/kern/unveil: syscalls.c Log message: Add two test cases from semarie@ which are solved by the last unveil commit.

CVS: cvs.openbsd.org: src

2022-01-09 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2022/01/09 03:28:07 Modified files: sys/kern : kern_unveil.c sys/sys: namei.h Log message: Add an UNVEIL_USERSET flag which is set when a unveil node is added via unveil(2). It is not