CVS: cvs.openbsd.org: src

2023-07-01 Thread Bob Beck
CVSROOT:/cvs Module name:src Changes by: b...@cvs.openbsd.org2023/07/02 00:37:27 Modified files: lib/libtls : tls.c tls.h tls_config.c lib/libtls/man : tls_config_set_protocols.3 regress/lib/libtls/config: configtest.c regress/lib/libtls/g

CVS: cvs.openbsd.org: www

2023-07-01 Thread Theo de Raadt
CVSROOT:/cvs Module name:www Changes by: dera...@cvs.openbsd.org 2023/07/01 23:32:36 Modified files: . : hackathons.html Log message: g2k23 begins in tallinn

CVS: cvs.openbsd.org: src

2023-07-01 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2023/07/01 22:17:00 Modified files: lib/libcrypto/ecdsa: ecs_ossl.c Log message: ECDSA_size(): move order a few lines down

CVS: cvs.openbsd.org: src

2023-07-01 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2023/07/01 21:20:44 Modified files: lib/libcrypto/ecdsa: ecs_ossl.c Log message: Invert method checks to avoid stupid line breaks

CVS: cvs.openbsd.org: src

2023-07-01 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2023/07/01 21:11:51 Modified files: lib/libcrypto/ecdh: ech_key.c Log message: Move the EC_POINT a bit down and a * to the right place

CVS: cvs.openbsd.org: src

2023-07-01 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2023/07/01 20:28:20 Modified files: lib/libcrypto/ecdh: ech_key.c Log message: ech_key.c: Fix includes We need stdint.h for uintptr_t, stdlib.h for malloc, ec.h for various things, but there's no need for o

CVS: cvs.openbsd.org: src

2023-07-01 Thread Scott Soule Cheloha
CVSROOT:/cvs Module name:src Changes by: chel...@cvs.openbsd.org 2023/07/01 18:55:18 Modified files: sys/kern : kern_clockintr.c Log message: clockintr_cpu_init: stagger clock interrupts by MAXCPUS During clockintr_cpu_init(), we can't stagger by ncpus because not

CVS: cvs.openbsd.org: src

2023-07-01 Thread Dale Rahn
CVSROOT:/cvs Module name:src Changes by: dr...@cvs.openbsd.org 2023/07/01 12:59:11 Modified files: sys/dev/fdt: qccpu.c Log message: Add sensor to qccpu to be able to show all cpu frequencies.

CVS: cvs.openbsd.org: src

2023-07-01 Thread Otto Moerbeek
CVSROOT:/cvs Module name:src Changes by: o...@cvs.openbsd.org2023/07/01 12:35:14 Modified files: lib/libc/stdlib: malloc.3 Log message: Document that small allocations are initially junked with 0xdf now

CVS: cvs.openbsd.org: src

2023-07-01 Thread Dale Rahn
CVSROOT:/cvs Module name:src Changes by: dr...@cvs.openbsd.org 2023/07/01 10:39:11 Modified files: share/man/man4 : Makefile Added files: share/man/man4 : qccpu.4 Log message: Manpage for qccpu.4

CVS: cvs.openbsd.org: src

2023-07-01 Thread Dale Rahn
CVSROOT:/cvs Module name:src Changes by: dr...@cvs.openbsd.org 2023/07/01 10:34:30 Modified files: sys/arch/arm64/conf: GENERIC sys/dev/fdt: files.fdt Added files: sys/dev/fdt: qccpu.c Log message: Add driver for QC cpu Power States. ok ketten

CVS: cvs.openbsd.org: src

2023-07-01 Thread Dale Rahn
CVSROOT:/cvs Module name:src Changes by: dr...@cvs.openbsd.org 2023/07/01 09:50:18 Modified files: sys/dev/fdt: qcpas.c Log message: Enable AC detection in qcpas driver. Will enable apm -A once cpu P-state driver is added.

CVS: cvs.openbsd.org: src

2023-07-01 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2023/07/01 09:10:28 Modified files: lib/libcrypto/ecdh: ech_key.c Log message: Reverse polarity to avoid an overlong line

CVS: cvs.openbsd.org: src

2023-07-01 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2023/07/01 09:09:54 Modified files: lib/libcrypto/ecdh: ech_key.c Log message: Reword comment to fit on a single line

CVS: cvs.openbsd.org: src

2023-07-01 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2023/07/01 09:03:05 Modified files: lib/libcrypto/ecdh: ech_key.c Log message: tmp is a silly name for a point on an elliptic curve

CVS: cvs.openbsd.org: src

2023-07-01 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2023/07/01 08:57:51 Modified files: lib/libcrypto/ecdh: ech_key.c Log message: Garbage collect the now unused len

CVS: cvs.openbsd.org: src

2023-07-01 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2023/07/01 08:56:12 Modified files: lib/libcrypto/ecdh: ech_key.c Log message: Test and assign for EC_KEY_get0_private_key()

CVS: cvs.openbsd.org: src

2023-07-01 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2023/07/01 08:53:48 Modified files: lib/libcrypto/ecdh: ech_key.c Log message: Add a missing NULL check for group ok jsing

CVS: cvs.openbsd.org: src

2023-07-01 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2023/07/01 08:52:34 Modified files: lib/libcrypto/ecdh: ech_key.c Log message: Reference commit needed in the next major bump

CVS: cvs.openbsd.org: src

2023-07-01 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2023/07/01 08:50:39 Modified files: lib/libcrypto/ecdh: ech_key.c Log message: Simplify handling of ret ok jsing

CVS: cvs.openbsd.org: src

2023-07-01 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2023/07/01 08:48:01 Modified files: lib/libcrypto/ecdh: ech_key.c Log message: Use BN_bn2binpad() instead of handrolling it As ugly as the BN_bn2binpad() internals are, what it does is quite handy with all

CVS: cvs.openbsd.org: src

2023-07-01 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2023/07/01 08:39:34 Modified files: lib/libcrypto/ecdh: ech_key.c Log message: Remove unused y from ECDH key computation ok jsing

CVS: cvs.openbsd.org: src

2023-07-01 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2023/07/01 03:04:19 Modified files: lib/libcrypto : crypto.h Log message: crypto.h: move the error stuff to the end The other public headers have function and reason codes at the end because the error head

CVS: cvs.openbsd.org: src

2023-07-01 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2023/07/01 02:27:26 Modified files: sys/dev/fdt: dwmmc.c Log message: Warn and fail to attach dwmmc(4) if no clock base is found. This makes it easier to track down clock related issues. ok kettenis@

CVS: cvs.openbsd.org: src

2023-07-01 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2023/07/01 02:22:41 Modified files: sys/dev/fdt: dwmmc.c Log message: Add support for JH7110 to dwmmc(4). This makes the eMMC and microSD mostly work on the Starfive VisionFive 2. ok kettenis@

CVS: cvs.openbsd.org: src

2023-07-01 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2023/07/01 02:20:39 Modified files: sys/arch/riscv64/dev: stftemp.c Log message: Add support for JH7110 to stftemp(4). This adds temperature sensor support for the Starfive VisionFive 2. ok kettenis@

CVS: cvs.openbsd.org: src

2023-07-01 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2023/07/01 02:15:31 Modified files: lib/libcrypto/ec: ec_ameth.c eck_prn.c Log message: Simplify ASN1_bn_print() usage in ec/ ASN1_bn_print() doesn't print anything if the BIGNUM passed in is NULL. Also sim