Closed Larsjep closed 10 months ago
On master that's currently not possible.
On develop you can use the flexi decoder which now stores the original data before decoding in ltc_asn1_list->data
.
I'm closing this as there was no action for too long. Please re-open if you have further questions/comments.
Prerequisites
LTC_ARGCHK 'ltc_mp.name != NULL' failure ...
). c.f. Ch. "Math Descriptors" of the developer manual.Description
Hi,
I'm trying to verify the signature of a X509 certifcate.
But in order to do that I need the raw data of the tbsCertifcate parts of the certificate. I can decode the elements of the certificate with der_decode_sequence but I can't find a way to get the data I need for verifying the signature.
Do I miss something or is this just not supported by the DER decoder in libtomcrypt.
Best regards Lars
Steps to Reproduce
N/A
Version
master/b96e96cf8
Additional Information
N/A