You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All that issuer data is in the cert (obviously), which has already been given to the context. I'm not sure if xmlsec can get at it on its own as I am not very familiar with the library, I use https://docs.rs/openssl/latest/openssl/ for my use case.
@lweberk I'm happy to extend the builder for what I need as opposed to just exposing the raw functionality.
The only feature that is lacking for me (right now) is that I can't add the X509IssuerSerial block into the x509data.
Maybe we just add another option?
x509issuer_serial(bool)
(that defaults to false)?All that issuer data is in the cert (obviously), which has already been given to the context. I'm not sure if xmlsec can get at it on its own as I am not very familiar with the library, I use https://docs.rs/openssl/latest/openssl/ for my use case.
Originally posted by @JoshuaNitschke in #5 (comment)
The text was updated successfully, but these errors were encountered: