CVSROOT:/cvs
Module name:src
Changes by: d...@cvs.openbsd.org2024/01/02 20:14:16
Modified files:
usr.sbin/vmd : vionet.c
Log message:
vmd(8): remove unused variable from vionet_notify_tx.
num_enq was assigned and incremented, but never used. clang started
pointing
CVSROOT:/cvs
Module name:src
Changes by: t...@cvs.openbsd.org2024/01/02 14:27:39
Modified files:
lib/libcrypto/evp: evp_cipher.c
Log message:
Move a t to the right place in a comment
CVSROOT:/cvs
Module name:src
Changes by: t...@cvs.openbsd.org2024/01/02 14:24:42
Modified files:
lib/libcrypto/evp: evp_cipher.c
Log message:
Match struct order for the EVP_CIPHER_CTX accessors
This isn't great since the struct is ordered in about the silliest way
im
CVSROOT:/cvs
Module name:src
Changes by: t...@cvs.openbsd.org2024/01/02 14:12:25
Modified files:
lib/libcrypto/evp: evp_cipher.c
Log message:
Move down EVP_CIPHER_CTX accessors expose EVP_CIPHER internals
These confusingly named getters were added "for convenience" i
CVSROOT:/cvs
Module name:src
Changes by: t...@cvs.openbsd.org2024/01/02 13:48:40
Modified files:
lib/libcrypto/evp: evp_cipher.c
Log message:
Move the trivial EVP_CIPHER getters down
They are now below the CMS ASN.1 IV stuff, but above the EVP_CIPHER_meth*
API, which
CVSROOT:/cvs
Module name:src
Changes by: t...@cvs.openbsd.org2024/01/02 13:00:45
Modified files:
lib/libcrypto/evp: evp_cipher.c
Log message:
Simplify EVP_CIPHER_{asn1_to_param,parma_to_asn1}()
There's no need for a ret variable and else if/else
CVSROOT:/cvs
Module name:src
Changes by: t...@cvs.openbsd.org2024/01/02 12:56:43
Modified files:
lib/libcrypto/evp: evp_cipher.c
Log message:
Move the EVP_CIPHER API that only exists for CMS/legacy a bit down
CVSROOT:/cvs
Module name:src
Changes by: t...@cvs.openbsd.org2024/01/02 12:54:43
Modified files:
lib/libcrypto/evp: e_sm4.c
Log message:
sm4: more NULL misspellings
CVSROOT:/cvs
Module name:src
Changes by: t...@cvs.openbsd.org2024/01/02 11:48:02
Modified files:
lib/libcrypto/evp: evp_cipher.c
Log message:
Two spellings of key length are enough
The API is called EVP_CIPHER_CTX_set_key_length() it has an argument called
keylen and
CVSROOT:/cvs
Module name:src
Changes by: t...@cvs.openbsd.org2024/01/02 11:30:27
Modified files:
lib/libcrypto/evp: evp_cipher.c
Log message:
Rename the poor outlier EVP_CIPHER *e into *cipher
CVSROOT:/cvs
Module name:src
Changes by: t...@cvs.openbsd.org2024/01/02 11:28:35
Modified files:
lib/libcrypto/evp: evp_cipher.c
Log message:
Better variable names in EVP_CIPHER_type()
The EVP_CIPHER *ctx (yes) is renamed to cipher, otmp becomes an aobj.
Change two !
CVSROOT:/cvs
Module name:src
Changes by: t...@cvs.openbsd.org2024/01/02 11:21:02
Modified files:
lib/libcrypto/evp: evp_cipher.c
Log message:
Consistently use ctx for an EVP_CIPHER_CTX
Not c (which is most of the time an EVP_CIPHER) or a (?!).
CVSROOT:/cvs
Module name:src
Changes by: s...@cvs.openbsd.org2024/01/02 10:39:08
Modified files:
sys/dev/ic : qwx.c
Log message:
set attached flag properly when fw fails to load during config_mountroot()
CVSROOT:/cvs
Module name:src
Changes by: bl...@cvs.openbsd.org 2024/01/02 09:40:03
Modified files:
sys/conf : GENERIC newvers.sh
Log message:
Revert chunk that I have commited by accident.
CVSROOT:/cvs
Module name:src
Changes by: bl...@cvs.openbsd.org 2024/01/02 09:32:48
Modified files:
sys/conf : GENERIC newvers.sh
sys/dev/dt : dt_dev.c
Log message:
Prevent simultaneous dt(4) open.
Syskaller has hit the assertion "dtlookup(unit) == NU
CVSROOT:/cvs
Module name:src
Changes by: bl...@cvs.openbsd.org 2024/01/02 08:06:48
Modified files:
regress/sys/netinet/bindconnect: Makefile bindconnect.c
Log message:
Run bind(2) and connect(2) in parallel also for TCP and Raw IP.
Before only UDP was tested.
CVSROOT:/cvs
Module name:src
Changes by: es...@cvs.openbsd.org 2024/01/02 03:25:48
Modified files:
usr.sbin/pkg_add/OpenBSD: PkgAdd.pm
Log message:
have quirks behave way more like other packages so it can have dependencies
17 matches
Mail list logo