CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2014/07/09 03:10:07
Modified files: lib/libssl/src/crypto/aes: aes.h aes_core.c aes_misc.c lib/libssl/src/crypto/aes/asm: aes-586.pl aes-armv4.pl aes-mips.pl aes-s390x.pl aes-x86_64.pl Log message: Kill more FIPS tentacles by removing the private_AES_set_{enc,dec}rypt_key() internal interfaces, and promoting them to being the public AES_set_{enc,dec}rypt_key() interfaces. In non-FIPS mode, these public interfaces were directly calling the private ones. ok guenther@ jsing@