CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2023/03/04 14:06:17
Modified files: lib/libcrypto/dsa: dsa_ossl.c Log message: Call dsa_check_keys() before signing or verifying We already had some checks on both sides, but they were less precise and differed between the functions. The code here is messy enough, so any simplification is helpful... ok beck jsing