CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/12/26 09:00:36
Modified files:
lib/libcrypto/asn1: x_crl.c
lib/libcrypto/x509: x509.h
Log message:
Prepare to provide X509_CRL_get0_sigalg()
This is an obvious omission from the OpenSSL 1.1 and OpenSSL 3 API which
does not provide a way to access the tbs sigalg of a CRL. This is needed
in security/pivy.
>From Alex Wilson
ok jsing
