CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2024/03/02 03:13:13
Modified files: lib/libcrypto : Makefile Symbols.list lib/libcrypto/evp: evp.h evp_names.c Removed files: lib/libcrypto/evp: e_aes_cbc_hmac_sha1.c e_rc4_hmac_md5.c Log message: Remove RC4-HMAC-MD5 and AES-{128,256}-CBC-HMAC-SHA-1 "Stitched" mode AEADs were removed from libssl a long time ago. Nothing uses these CIPHERs anymore. ok jsing