CVS: cvs.openbsd.org: src

2023-09-28 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2023/09/28 11:00:21 Modified files: lib/libutil: imsg_init.3 Log message: add a missing .Fa macro

CVS: cvs.openbsd.org: src

2023-09-28 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2023/09/28 10:41:36 Modified files: lib/libutil: imsg_init.3 Log message: fix two wrong function names in the description; from

CVS: cvs.openbsd.org: src

2023-09-28 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2023/09/28 08:55:48 Modified files: regress/lib/libcrypto/aead: aeadtest.c Log message: Fix error message

CVS: cvs.openbsd.org: src

2023-09-28 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2023/09/28 08:54:39 Modified files: regress/lib/libcrypto/evp: evp_test.c Log message: Don't leak ctx on failure

CVS: cvs.openbsd.org: src

2023-09-28 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2023/09/28 06:37:21 Modified files: distrib/sets/lists/comp: mi Log message: sync

CVS: cvs.openbsd.org: src

2023-09-28 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2023/09/28 06:36:36 Added files: lib/libcrypto/man: X509v3_addr_subset.3 Log message: Document X509v3_{addr,asid}_subset.3 take two (missed cvs add) First RFC 3779 page without a BUG section. It could have

CVS: cvs.openbsd.org: src

2023-09-28 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2023/09/28 06:35:31 Modified files: lib/libcrypto/man: ASIdentifiers_new.3 ASRange_new.3 IPAddressRange_new.3 Makefile X509_new.3

CVS: cvs.openbsd.org: src

2023-09-28 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2023/09/28 05:39:35 Modified files: regress/lib/libcrypto/evp: evp_test.c Log message: Add more regress coverage for EVP_CIPHER_CTX_iv_length() Awesome: the IV length for GCM is only bounded by INT_MAX or

CVS: cvs.openbsd.org: src

2023-09-28 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2023/09/28 05:35:10 Modified files: regress/lib/libcrypto/aead: aeadtest.c Log message: Check that EVP_CIPHER_CTX_iv_length() matches what was set This really only covers AES-GCM. >From beck

CVS: cvs.openbsd.org: src

2023-09-28 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2023/09/28 05:29:11 Modified files: lib/libcrypto/evp: e_aes.c e_chacha20poly1305.c evp_lib.c evp_local.h Log message: Fix EVP_CIPHER_CTX_iv_length() In today's episode of

CVS: cvs.openbsd.org: www

2023-09-28 Thread Jonathan Gray
CVSROOT:/cvs Module name:www Changes by: j...@cvs.openbsd.org2023/09/28 04:50:10 Modified files: . : 74.html Log message: upgrade guide is for those running 7.3 not 7.1

CVS: cvs.openbsd.org: www

2023-09-28 Thread Jonathan Gray
CVSROOT:/cvs Module name:www Changes by: j...@cvs.openbsd.org2023/09/28 04:23:56 Modified files: . : 74.html Log message: 7.3 -> 7.4 as needed ok deraadt@

CVS: cvs.openbsd.org: src

2023-09-28 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2023/09/28 02:21:43 Modified files: regress/lib/libcrypto/aes: aes_test.c Log message: whitespace

CVS: cvs.openbsd.org: src

2023-09-28 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2023/09/28 01:02:50 Modified files: usr.sbin/bgpd : version.h Log message: Prep for OpenBGPD 8.2

CVS: cvs.openbsd.org: src

2023-09-28 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2023/09/28 01:01:26 Modified files: usr.sbin/bgpd : control.c Log message: Enforce NUL termination of the neighbor shutdown reason sent from bgpctl before calling strlcpy() with that string. OK tb@ some