-
-
Notifications
You must be signed in to change notification settings - Fork 172
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Rename DeserializeAndValidateBlob -> DeserializeAndValidateBlobAsync * Make AuthenticatorAttestationResponse immutable * Expose {PubArea,CertInfo}.Raw over a ReadOnlySpan<byte> * Make MDSGetEndpointResponse immutable * Make DevicePublicKeyAuthenticatorOutput immutable, and change properties that allocate to methods * Make AttestedCredentialData immutable * Add oid note * Use Concat helper * Rename ecparams -> ecParams * Make AuthenticatorAssertionResponse immutable and improve nullability annotations * Make AuthenticatorAssertionResponse.Signature a ReadOnlySpan * Improve error message in AndroidKey * Use Concat helper * Breakout TrustAnchor logic from AuthenticatorAttestationResponse * Pass {config,metadataService, cancellationToken} to DevicePublicKeyRegistrationAsync * Move CryptoUtils -> /Extensions * Introduce VerifyAttestationRequest to remove state from AttestationVerifier * Move CoseKeyTypeFromOid helper to COSE
- Loading branch information
Showing
31 changed files
with
601 additions
and
557 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.