CVS: cvs.openbsd.org: www

2023-05-01 Thread T . J . Townsend
CVSROOT:/cvs Module name:www Changes by: t...@cvs.openbsd.org2023/05/01 20:20:42 Modified files: . : index.html Log message: update errata link; from yoshihiro kawamata

CVS: cvs.openbsd.org: src

2023-05-01 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2023/05/01 15:15:26 Modified files: lib/libcrypto/ec: ec_oct.c Log message: stray whitespace

CVS: cvs.openbsd.org: src

2023-05-01 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2023/05/01 13:44:42 Modified files: usr.sbin/bgpd : version.h Log message: Bump to 8.0

CVS: cvs.openbsd.org: www

2023-05-01 Thread Alexander Bluhm
CVSROOT:/cvs Module name:www Changes by: bl...@cvs.openbsd.org 2023/05/01 13:40:05 Modified files: . : errata73.html Log message: Release bgpd errata.

CVS: cvs.openbsd.org: src

2023-05-01 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2023/05/01 11:53:01 Modified files: lib/libcrypto/ec: ec_curve.c Log message: Add a missing pair of braces.

CVS: cvs.openbsd.org: src

2023-05-01 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2023/05/01 11:49:33 Modified files: lib/libcrypto/ec: ec_curve.c Log message: Use uppercase for the CURVE_LIST_LENGTH macro

CVS: cvs.openbsd.org: src

2023-05-01 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2023/05/01 11:31:15 Modified files: lib/libcrypto/ec: ec_curve.c Log message: Consistently use lowercase hex digits for curve parameters

CVS: cvs.openbsd.org: src

2023-05-01 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2023/05/01 11:29:36 Modified files: lib/libcrypto/ec: ec_curve.c Log message: Now that we have C99 initializers, garbage collect some comments

CVS: cvs.openbsd.org: src

2023-05-01 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2023/05/01 11:28:03 Modified files: lib/libcrypto/ec: ec_curve.c Log message: Rework the curve list to use actual structs instead of a custom serialized format. ok jsing

CVS: cvs.openbsd.org: src

2023-05-01 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2023/05/01 07:49:26 Modified files: lib/libcrypto/ec: ec_curve.c Log message: Drop the now unnecessary and unused field_type from the curve data ok jsing

CVS: cvs.openbsd.org: src

2023-05-01 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2023/05/01 07:14:00 Modified files: lib/libcrypto/ec: ec_curve.c Log message: Convert EC_CURVE_DATA to C99 initializers Also clean up the definition of EC_CURVE_DATA a bit. ok jsing

CVS: cvs.openbsd.org: src

2023-05-01 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2023/05/01 06:39:38 Modified files: lib/libcrypto/ec: ec_curve.c Log message: Simplify ec_group_new_from_data() further We have a BN_CTX available, so we may as well use it. This simplifies the cleanup

CVS: cvs.openbsd.org: xenocara

2023-05-01 Thread Matthieu Herrb
CVSROOT:/cvs Module name:xenocara Changes by: matth...@cvs.openbsd.org2023/05/01 06:37:09 Modified files: . : MODULES Log message: update

CVS: cvs.openbsd.org: src

2023-05-01 Thread Job Snijders
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2023/05/01 05:02:23 Modified files: regress/lib/libcrypto/x509: x509_asn1.c Log message: Make warnings more precise

CVS: cvs.openbsd.org: src

2023-05-01 Thread Darren Tucker
CVSROOT:/cvs Module name:src Changes by: dtuc...@cvs.openbsd.org 2023/05/01 02:57:30 Modified files: etc: moduli usr.bin/ssh/moduli-gen: moduli.2048 moduli.3072 moduli.4096 moduli.6144 moduli.7680 moduli.8192 Log

CVS: cvs.openbsd.org: src

2023-05-01 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2023/05/01 02:25:55 Modified files: sys/dev/pci: if_aq_pci.c Log message: The built-in 10G Ethernet on Apple arm64 hardware does not have a MAC address programmed into the hardware. Get it from

CVS: cvs.openbsd.org: src

2023-05-01 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2023/05/01 02:16:17 Modified files: lib/libcrypto/ec: ec_curve.c Log message: Drop some dead code No member of the curve_list[] table has a method set. Thus, curve.meth is always NULL and we never take the

CVS: cvs.openbsd.org: src

2023-05-01 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2023/05/01 01:58:34 Modified files: lib/libcrypto/ec: ec_curve.c Log message: Remove pointless/wrong .meth = 0 entries from curves_list[]

CVS: cvs.openbsd.org: src

2023-05-01 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2023/05/01 01:56:05 Modified files: lib/libcrypto/ec: ec_curve.c Log message: Mechanically convert curve_list[] to C99 initializers ok jsing

CVS: cvs.openbsd.org: src

2023-05-01 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2023/05/01 01:54:08 Modified files: lib/libcrypto/ec: ec_curve.c Log message: Clean up handling of nist_curves[] There's no point in introducing a typedef only for two sizeof() calls. We might as well use

CVS: cvs.openbsd.org: xenocara

2023-05-01 Thread Matthieu Herrb
CVSROOT:/cvs Module name:xenocara Changes by: matth...@cvs.openbsd.org2023/05/01 01:41:18 Modified files: xserver: ChangeLog aclocal.m4 configure configure.ac meson.build xserver/dix: events.c resource.c

CVS: cvs.openbsd.org: src

2023-05-01 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2023/05/01 01:37:45 Modified files: lib/libcrypto/man: ASN1_item_d2i.3 crypto.3 Log message: Remove ASN1_item_ndef_i2d(3) documentation This was the last public API explicitly named ndef/NDEF for

CVS: cvs.openbsd.org: src

2023-05-01 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2023/05/01 01:29:12 Modified files: distrib/sets/lists/comp: mi Log message: sync

CVS: cvs.openbsd.org: src

2023-05-01 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2023/05/01 01:28:11 Modified files: lib/libcrypto/man: BIO_ctrl.3 BIO_f_asn1.3 BIO_new_CMS.3 Makefile PEM_write_bio_CMS_stream.3

CVS: cvs.openbsd.org: src

2023-05-01 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2023/05/01 01:24:20 Modified files: sys/dev/pci: pcidevs.h pcidevs_data.h Log message: regen

CVS: cvs.openbsd.org: src

2023-05-01 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2023/05/01 01:24:04 Modified files: sys/dev/pci: pcidevs Log message: Intel Braswell SDIO

CVS: cvs.openbsd.org: src

2023-05-01 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2023/05/01 01:04:38 Modified files: lib/libevent : event_set_log_callback.3 lib/libcrypto/man: BIO_s_file.3 Log message: spelling

CVS: cvs.openbsd.org: xenocara

2023-05-01 Thread Robert Nagy
CVSROOT:/cvs Module name:xenocara Changes by: rob...@cvs.openbsd.org 2023/05/01 00:46:26 Modified files: lib/mesa/generated: Makefile lib/mesa/generated/src/amd/vulkan: radeon_icd.json lib/mesa/generated/src/intel/vulkan: intel_icd.json

CVS: cvs.openbsd.org: src

2023-05-01 Thread Jason McIntyre
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2023/05/01 00:04:46 Modified files: share/man/man4/man4.arm64: intro.4 share/man/man4/man4.amd64: intro.4 share/man/man4/man4.i386: intro.4 Log message: add acpi(4) listing; ok miod