1c1043356169c59e6edc9765f88b6a87f15dcb86
Since pre-1.0.0 code should not have used ASN1_ITEM references directly like &X509_it. It should instead use the macro ASN1_ITEM_rptr(X509).
This worked up to 3.0.0.
Switch the code to more current usage of ASN1_ITEM and referencing the PKCS7 signer info object.
Fixes: https://pagure.io/certmonger/issue/244
Signed-off-by: Rob Crittenden rcritten@redhat.com
Verified as working by reporter. Merging.
Metadata Update from @rcritten: - Request assigned
Pull-Request has been merged by rcritten
Since pre-1.0.0 code should not have used ASN1_ITEM references
directly like &X509_it. It should instead use the macro
ASN1_ITEM_rptr(X509).
This worked up to 3.0.0.
Switch the code to more current usage of ASN1_ITEM and referencing
the PKCS7 signer info object.
Fixes: https://pagure.io/certmonger/issue/244
Signed-off-by: Rob Crittenden rcritten@redhat.com