Moving X509_CRL between X509_STOREs

Roman Janota Roman.Janota at cesnet.cz
Mon Apr 22 07:30:58 UTC 2024


Hello,

is there a way to move all the X509_CRLs (or all the certs in general) 
from one X509_STORE to another? I tried fetching them with 
`X509_STORE_get1_all_certs`, which sadly doesn't get the CRLs. Then I 
tried `X509_STORE_get0_objects`, but I am unsure of what to do with 
these objects as I cannot access X509_OBJECT's members or find an API 
that would set an object to a X509_STORE. I am using OpenSSL 3.0.0.

Thank you in advance,
Roman.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 4280 bytes
Desc: S/MIME Cryptographic Signature
URL: <https://mta.openssl.org/pipermail/openssl-users/attachments/20240422/39c3e977/attachment.p7s>


More information about the openssl-users mailing list