CVS: cvs.openbsd.org: src

2023-03-11 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2023/03/11 14:14:26 Modified files: lib/libcrypto/rsa: rsa_lib.c Log message: Remove a few extra spaces

CVS: cvs.openbsd.org: src

2023-03-11 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2023/03/11 13:56:01 Added files: sys/arch/alpha/stand/nboot: Makefile conf.c devopen.c disk.c libsa.h machdep.c prom.c prom_swpal.S pro

CVS: cvs.openbsd.org: src

2023-03-11 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2023/03/11 13:52:02 Removed files: sys/arch/alpha/stand: headersize.c Log message: Remove long dead "tool".

CVS: cvs.openbsd.org: src

2023-03-11 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2023/03/11 13:52:09 src/sys/arch/alpha/stand/nboot Update of /cvs/src/sys/arch/alpha/stand/nboot In directory cvs.openbsd.org:/cvs.d/hack/miod/src/sys/arch/alpha/stand/nboot Log Message: Directory /cvs/src/sys/arch/

CVS: cvs.openbsd.org: src

2023-03-11 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2023/03/11 13:49:33 Modified files: sys/arch/alpha/stand: Makefile.inc sys/arch/alpha/stand/boot: Makefile sys/arch/alpha/stand/bootxx: Makefile sys/arch/alpha/stand/netboot: Makefil

CVS: cvs.openbsd.org: src

2023-03-11 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2023/03/11 09:29:48 Modified files: lib/libcrypto/asn1: bio_ndef.c Log message: Switch an early return into goto err

CVS: cvs.openbsd.org: src

2023-03-11 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2023/03/11 09:02:06 Modified files: lib/libcrypto/asn1: bio_ndef.c Log message: Tiny cleanup for readability Turn a malloc() into calloc() and check two function calls directly forever instead of a combined

CVS: cvs.openbsd.org: src

2023-03-11 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2023/03/11 08:56:04 Modified files: lib/libcrypto/asn1: bio_ndef.c Log message: Use "if (ptr == NULL)" instead of "if (!ptr)" Requested by jsing

CVS: cvs.openbsd.org: src

2023-03-11 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2023/03/11 08:50:13 Modified files: lib/libcrypto/asn1: bio_ndef.c Log message: Fix double free after BIO_new_NDEF() Once the asn_bio is prepended to the out chain, and before the asn1_cb() has done its thi

CVS: cvs.openbsd.org: src

2023-03-11 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2023/03/11 08:29:03 Modified files: lib/libcrypto/dsa: dsa_lib.c Log message: Fix an off-by-one in dsa_check_key() The private key is a random number in [1, q-1], so 1 must be allowed. Since q is at least a

CVS: cvs.openbsd.org: src

2023-03-11 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2023/03/11 07:29:02 Modified files: lib/libcrypto : crypto_init.c Log message: Call CRYPTO_cleanup_all_ex_data() from OPENSSL_cleanup(). Issue reported by Graham Percival (@gperciva) ok tb@

CVS: cvs.openbsd.org: src

2023-03-11 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2023/03/11 07:27:38 Modified files: regress/lib/libcrypto/wycheproof: wycheproof.go regress/lib/libcrypto/evp: evp_test.c Log message: Add OPENSSL_cleanup() calls to some regress. This gets us some

CVS: cvs.openbsd.org: src

2023-03-11 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2023/03/11 07:14:54 Modified files: lib/libcrypto/bn: bn_word.c Log message: Avoid -0 in BN_div_word(). Currently, the use of BN_div_word() can result in -0 - avoid this by setting negative again, at the en

CVS: cvs.openbsd.org: src

2023-03-11 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2023/03/11 07:13:11 Modified files: lib/libcrypto/bn: bn_word.c Log message: Correct sign handling in BN_add_word(). A sign handling bug was introduced to BN_add_word() in bn_word.c r1.18. When handling add

CVS: cvs.openbsd.org: src

2023-03-11 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2023/03/11 07:05:02 Modified files: lib/libcrypto/asn1: a_type.c Log message: Remove a pesky space.

CVS: cvs.openbsd.org: src

2023-03-11 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2023/03/11 07:04:21 Modified files: regress/lib/libcrypto/bn: Makefile Added files: regress/lib/libcrypto/bn: bn_word.c Log message: Add regress coverage for BN_{add,sub,mul,div,mod}_word(). This a

CVS: cvs.openbsd.org: src

2023-03-11 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2023/03/11 07:02:26 Modified files: regress/lib/libcrypto/bn: bn_shift.c Log message: Mark test table as static const.

CVS: cvs.openbsd.org: src

2023-03-11 Thread Kenji Aoyama
CVSROOT:/cvs Module name:src Changes by: aoy...@cvs.openbsd.org 2023/03/11 03:33:27 Modified files: sys/arch/luna88k/luna88k: romcons.c Log message: Add missing $OpenBSD$ tag.

CVS: cvs.openbsd.org: src

2023-03-11 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2023/03/11 03:06:17 Modified files: usr.sbin/bgpd : version.h Log message: Bump version to 7.8

CVS: cvs.openbsd.org: src

2023-03-11 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2023/03/11 03:04:59 Modified files: usr.sbin/bgpd : rtr_proto.c Log message: Factor out the cache reset logic into rtr_reset_cache() and use it consitently in all places where the cache should be reset. Ad