CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2023/10/18 01:30:50
Modified files: lib/libcrypto/cms: cms_sd.c Log message: Use X509_ALGOR_set_evp_md() in CMS_add1_signer() Contrary to X509_ALGOR_set_md() this allows for error checking. Avoid local complications by freeing in the exit path and use a const version of X509_ALGOR for walking a STACK_OF() to avoid a bad free. Clean up includes ok jsing