CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/03/21 07:37:25
Modified files:
lib/libcrypto/man: EVP_EncryptInit.3 Makefile evp.3
Added files:
lib/libcrypto/man: EVP_rc4.3
Log message:
Split EVP_rc4(3) out of EVP_EncryptInit(3) to reduce clutter.
The algorithm is insecure and yet its description would spread over
three paragraphs in the cipher list, including remarkable advice
like using a 40 bit key length.
