Moving X509_CRL between X509_STOREs
Roman Janota via openssl-users <[email protected]>
| Newsgroups | gmane.comp.encryption.openssl.user |
|---|---|
| Message-ID | <[email protected]> |
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.
smime.p7s
(application/pkcs7-signature, 4.2 KB) - not displayed