CVSROOT: /cvs Module name: src Changes by: to...@cvs.openbsd.org 2020/02/14 06:02:31
Modified files: sbin/iked : crypto.c Log message: Switch from EVP_SignInit_ex() to the newer EVP_DigestSignInit() which allows us to support additional signing options like PSS padding in the future. ok patrick@ markus@