CVSROOT: /cvs Module name: src Changes by: js...@cvs.openbsd.org 2019/10/09 10:17:59
Modified files: lib/libcrypto/rsa: rsa_oaep.c Log message: Use EVP_MAX_MD_SIZE instead of SHA_DIGEST_LENGTH and remove OPENSSL_NO_SHA* conditionals, now that this code handles arbitrary message digests. ok inoguchi@ tb@