CVS: cvs.openbsd.org: src

2022-07-24 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2022/07/24 23:06:06 Modified files: lib/libcrypto/pkcs12: p12_mutl.c Log message: fix indent

CVS: cvs.openbsd.org: src

2022-07-24 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2022/07/24 20:25:56 Modified files: lib/libc/gen : getcwd.3 uname.3 lib/libc/stdio : setvbuf.3 lib/libc/stdlib: getenv.3 getopt.3 lib/libm/man : erf.3 usr.bin/id : i

CVS: cvs.openbsd.org: src

2022-07-24 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2022/07/24 19:57:48 Modified files: usr.bin/nl : nl.1 Log message: nl(1) was first in System III not SVR2 problem with FreeBSD manual page reported by segaloco on TUHS list

CVS: cvs.openbsd.org: src

2022-07-24 Thread Darren Tucker
CVSROOT:/cvs Module name:src Changes by: dtuc...@cvs.openbsd.org 2022/07/24 17:29:11 Modified files: regress/usr.bin/ssh: test-exec.sh Log message: Test TEST_SSH_ELAPSED_TIMES for empty string not executable. No-op on most platforms but should prevent warnings in -portab

CVS: cvs.openbsd.org: src

2022-07-24 Thread Alexander Bluhm
CVSROOT:/cvs Module name:src Changes by: bl...@cvs.openbsd.org 2022/07/24 16:38:25 Modified files: sys/netinet: ip_input.c sys/netinet6 : ip6_input.c Log message: Fix assertion for write netlock in rip6_input(). ip6_input() has shared net lock. ip_deliv

CVS: cvs.openbsd.org: src

2022-07-24 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2022/07/24 15:41:29 Modified files: lib/libcrypto/x509: x509_lib.c Log message: Plug leak in X509V3_add1_i2d() Do not leak the extension that was deleted from the stack. via OpenSSL c3efe5c9. ok jsing

CVS: cvs.openbsd.org: src

2022-07-24 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2022/07/24 14:02:04 Modified files: lib/libcrypto/ts: ts.h ts_rsp_sign.c Log message: Prepare to resurrect TS_RESP_CTX_set_time_cb() This was removed shortly after the fork since TS is not 2038-ready and si

CVS: cvs.openbsd.org: src

2022-07-24 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2022/07/24 13:54:46 Modified files: lib/libcrypto/ts: ts.h ts_verify_ctx.c Log message: Prepare to provide TS_VERIFY_CTX accessors The setters make no sense since they do not free the old members and return

CVS: cvs.openbsd.org: src

2022-07-24 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2022/07/24 13:25:36 Modified files: lib/libcrypto/ts: ts.h ts_rsp_utils.c Log message: Prepare to provide various TS_STATUS_INFO accessors This adds TS_STATUS_get0_{failure_info,text,status}() as well as TS

CVS: cvs.openbsd.org: src

2022-07-24 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2022/07/24 12:55:22 Modified files: lib/libcrypto/pkcs12: p12_key.c Log message: Align PKCS12_key_gen_uni() with OpenSSL This is Dr Stephen Henson's rewrite avoiding BIGNUM (OpenSSL 54c68d35). Additionally

CVS: cvs.openbsd.org: src

2022-07-24 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2022/07/24 12:51:16 Modified files: lib/libcrypto/pkcs12: p12_kiss.c Log message: Minor fixes in PKCS12_parse() Pull up clearing of output parameters before first return (OpenSSL 524fdd51 by Bernd Edlinger)

CVS: cvs.openbsd.org: src

2022-07-24 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2022/07/24 12:48:04 Modified files: lib/libcrypto/pkcs12: p12_asn.c Log message: Per RFC 7292, safeContentsBag is a SEQUENCE OF, not a SET OF OpenSSL b709babb by Richard Levitte ok jsing

CVS: cvs.openbsd.org: src

2022-07-24 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2022/07/24 12:45:21 Modified files: lib/libcrypto/pkcs12: p12_mutl.c Log message: Clear key on exit in PKCS12_gen_mac() Also switch to heap-allocated HMAC_CTX and clean a few things up stylistically. loose

CVS: cvs.openbsd.org: src

2022-07-24 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2022/07/24 12:41:08 Modified files: lib/libcrypto/pkcs12: p12_mutl.c Log message: Plug a leak in PKCS12_setup_mac() based on OpenSSL 1b8f1937 by Dmitry Belyavskiy ok jsing

CVS: cvs.openbsd.org: src

2022-07-24 Thread Klemens Nanni
CVSROOT:/cvs Module name:src Changes by: k...@cvs.openbsd.org2022/07/24 11:23:23 Modified files: sys/dev/pci: pcidevs.h pcidevs_data.h Log message: regen

CVS: cvs.openbsd.org: src

2022-07-24 Thread Klemens Nanni
CVSROOT:/cvs Module name:src Changes by: k...@cvs.openbsd.org2022/07/24 11:22:13 Modified files: sys/dev/cardbus: if_athn_cardbus.c sys/dev/pci: if_athn_pci.c pcidevs Log message: Update Atheros AR928X pcidev string The AR9280 half Mini Card (HB92) suppo

CVS: cvs.openbsd.org: src

2022-07-24 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2022/07/24 09:05:16 Modified files: lib/libssl : ssl_lib.c Log message: Move cipher_id bsearch functions back to the bottom of the file.

CVS: cvs.openbsd.org: src

2022-07-24 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2022/07/24 08:31:37 Modified files: lib/libssl : tls13_quic.c Log message: Set NULL BIOs for QUIC. When used with QUIC, the SSL BIOs are effectively unused, however we still currently expect them to exi

CVS: cvs.openbsd.org: src

2022-07-24 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2022/07/24 08:28:17 Modified files: lib/libssl : Makefile ssl_locl.h tls13_internal.h tls13_lib.c tls13_record_layer.c tls_internal.h Added files: lib/libssl : tls13_

CVS: cvs.openbsd.org: src

2022-07-24 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2022/07/24 08:19:45 Modified files: lib/libssl : tls13_lib.c Log message: Move tls13_phh_done_cb() after tl13_phh_received_cb(). This is the order that they're called/run in.

CVS: cvs.openbsd.org: src

2022-07-24 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2022/07/24 08:16:29 Modified files: lib/libssl : ssl.h tls13_client.c tls13_internal.h tls13_lib.c tls13_record_layer.c tls13_server.c Log message: Provide QUIC encryption level

CVS: cvs.openbsd.org: www

2022-07-24 Thread Alexander Bluhm
CVSROOT:/cvs Module name:www Changes by: bl...@cvs.openbsd.org 2022/07/24 08:00:56 Modified files: . : errata70.html errata71.html Log message: Release xserver and cron errata.

CVS: cvs.openbsd.org: src

2022-07-24 Thread Jason McIntyre
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2022/07/24 06:22:12 Modified files: share/man/man5 : pf.conf.5 Log message: document limit-item "anchors"; from martin vahlensieck while here, rework the "set limit" section: - use a simple list - add some

CVS: cvs.openbsd.org: src

2022-07-24 Thread Martin Pieuchot
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2022/07/24 05:00:22 Modified files: sys/uvm: uvm_aobj.c uvm_aobj.h uvm_page.c uvm_pager.c Log message: Revert simplification of the aiodone daemon it breaks swap on arm64. Found the hard way by mlar

CVS: cvs.openbsd.org: src

2022-07-24 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2022/07/24 04:52:51 Modified files: lib/libssl : ssl_tlsext.c Log message: Rely on tlsext_parse() to set a decode_error alert Instead of setting the alert manually in various parse handlers, we can make

CVS: cvs.openbsd.org: src

2022-07-24 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2022/07/24 02:16:47 Modified files: lib/libcrypto : Makefile lib/libcrypto/ts: ts.h ts_asn1.c ts_req_utils.c ts_rsp_print.c ts_rsp_sign.c ts_rsp_utils.c ts_rsp_verify.c