Module webauthn_rs_core::crypto
source · Expand description
Cryptographic operation wrapper for Webauthn. This module exists to allow ease of auditing, safe operation wrappers for the webauthn library, and cryptographic provider abstraction. This module currently uses OpenSSL as the cryptographic primitive provider.
Functions
- Verify that attestnCert meets the requirements in § 8.2.1 Packed Attestation Statement Certificate Requirements
- Compute the sha256 of a slice of data.
- Validate an x509 signature is valid for the supplied data