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
If you set cert parameter of sign call to empty string, signature will produce an empty ds:X509Data/ in KeyInfo and even ignore public key data. Removing cert parameter form sign call will produce problem #250
The text was updated successfully, but these errors were encountered:
Can you provide a specific example of what application you need to interoperate with that requires the X.509 certificate to be absent?
kislyuk
changed the title
Empty <ds:X509Data/> is added if cert is set to empty string in call to sign.
Validate x.509 cert value is a valid certificate before inlining contents into signature
Mar 23, 2024
If you set cert parameter of sign call to empty string, signature will produce an empty ds:X509Data/ in KeyInfo and even ignore public key data. Removing cert parameter form sign call will produce problem #250
The text was updated successfully, but these errors were encountered: