CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2023/08/11 05:32:19
Modified files: lib/libcrypto/dh: dh_ameth.c lib/libcrypto/dsa: dsa_ameth.c Log message: Align dh and dsa decoding functions with encoding This adds some missing error checks and fixes and unifies error codes which were (as usual) all over the place or just plain nonsense. Use an auxiliary variable for d2i invocations even though it is not really needed here. ok jsing