CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2023/06/15 07:58:56
Modified files: lib/libcrypto/asn1: asn1_item.c Log message: Some fixes in ASN1_item_verify() Switch to using EVP_DigestVerify(). Move the freeing of in where it belongs (previously it would leak on EVP_DigestVerifyUpdate() failure), and use the proper idiom for ASN1_item_i2d() error checking. ok jsing