Re: [webauthn] include public key in result from create()

it seems easy to parse out the cred ID length, the cred ID, and the cred public key from the attObj (attestation object):

37 bytes gets to attested cred data
16 size of AAGUID 
--
53 bytes is index of cred ID length (L). 
53 + L = index of cred public key (in cose-key format) 
 


-- 
GitHub Notification of comment by equalsJeffH
Please view or discuss this issue at https://github.com/w3c/webauthn/issues/557#issuecomment-335962587 using your GitHub account

Received on Wednesday, 11 October 2017 22:05:07 UTC