authenticator-rs icon indicating copy to clipboard operation
authenticator-rs copied to clipboard

Implement parsing of DER-certificate length and remove AttestationStatement::Unparsed()

Open msirringhaus opened this issue 3 years ago • 0 comments

Instead of pulling in a new dependency to parse DER-format, we can do a lightweight parsing of only the first few bytes, to get the length of the certificate, in order to split the buffer into cert and signature. The C-API currently has no way to copy out those individually, yet.

msirringhaus avatar Jul 22 '22 13:07 msirringhaus