CVSROOT: /cvs Module name: src Changes by: [email protected] 2013/12/04 09:33:30
Modified files:
sbin/iked : crypto.c
Log message:
Use EVP_sha1 directly instead of doing the EVP_get_digestbyname lookup.
Correct the comment while here: RFC5996 says we SHOULD use SHA1 as a
hashing function for RSA Digital Signatures. Tested by and OK markus.
