CVS: cvs.openbsd.org: src

2023-08-23 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2023/08/23 23:58:08 Modified files: sys/dev/pci/drm/amd/amdgpu: amdgpu_psp.c Log message: drm/amdgpu: fix calltrace warning in amddrm_buddy_fini >From Longlong Yao ab6f446c220db0c131f2071846afd835799be0fb

CVS: cvs.openbsd.org: src

2023-08-23 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2023/08/23 22:56:36 Modified files: lib/libcrypto/cms: cms_lib.c cms_local.h Log message: cms_content_bio() is not used outside of cms_lib.c Make it a static function and remove its prototype from the

CVS: cvs.openbsd.org: src

2023-08-23 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2023/08/23 22:54:26 Modified files: lib/libcrypto/cms: cms_lib.c Log message: Some tweaking of cms_content_bio() More idiomatic error checking and drop an always false test for !*pos. Use a slightly closer

CVS: cvs.openbsd.org: src

2023-08-23 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2023/08/23 22:46:56 Modified files: lib/libcrypto/cms: cms_lib.c Log message: Better names for the BIOs in CMS_dataInit() Rename cmsbio into cms_bio and use {,in_}content_bio for {,i}cont. ok jsing

CVS: cvs.openbsd.org: src

2023-08-23 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2023/08/23 22:33:08 Modified files: lib/libcrypto/evp: e_chacha20poly1305.c lib/libcrypto/man: EVP_AEAD_CTX_init.3 EVP_chacha20.3 Log message: Update references from RFC 7539 to RFC 8439 RFC 7539

CVS: cvs.openbsd.org: src

2023-08-23 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2023/08/23 22:23:30 Modified files: lib/libcrypto/man: EVP_chacha20.3 Log message: Align the documentation of EVP_chacha20() with actual behavior Incorrect OpenSSL documentation was moved here and

CVS: cvs.openbsd.org: src

2023-08-23 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2023/08/23 22:20:57 Modified files: lib/libcrypto/evp: e_chacha.c Log message: Clarify how the EVP IV is used with ChaCha EVP_chacha20() was aligned to follow OpenSSL's nonconformant implementation during

CVS: cvs.openbsd.org: src

2023-08-23 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2023/08/23 07:46:42 Modified files: lib/libcrypto/man: EVP_AEAD_CTX_init.3 EVP_chacha20.3 Log message: Mention key and nonce lengths of AEAD ciphers. Mention portability considerations regarding the

CVS: cvs.openbsd.org: src

2023-08-23 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2023/08/23 02:40:25 Modified files: usr.bin/tmux : cmd-run-shell.c tmux.1 Log message: Add -c to run-shell to set working directory, from someone in GitHub issue 3661.

CVS: cvs.openbsd.org: src

2023-08-23 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2023/08/23 02:30:07 Modified files: usr.bin/tmux : input.c Log message: Log what input_dcs_dispatch does with the input data.