LICENSE
README.md
pyproject.toml
tests/test_aaguid_to_string.py
tests/test_base64url_to_bytes.py
tests/test_bytes_subclass_support.py
tests/test_bytes_to_base64url.py
tests/test_decode_credential_public_key.py
tests/test_generate_authentication_options.py
tests/test_generate_challenge.py
tests/test_generate_registration_options.py
tests/test_generate_user_handle.py
tests/test_map_tpm_manufacturer_id.py
tests/test_options_to_json.py
tests/test_parse_attestation_object.py
tests/test_parse_authentication_credential_json.py
tests/test_parse_authentication_options.py
tests/test_parse_authenticator_data.py
tests/test_parse_backup_flags.py
tests/test_parse_client_data_json.py
tests/test_parse_registration_credential_json.py
tests/test_parse_registration_options_json.py
tests/test_snake_case_to_camel_case.py
tests/test_structs.py
tests/test_tpm_parse_cert_info.py
tests/test_tpm_parse_pub_area.py
tests/test_validate_certificate_chain.py
tests/test_verify_authentication_response.py
tests/test_verify_registration_response.py
tests/test_verify_registration_response_android_key.py
tests/test_verify_registration_response_android_safetynet.py
tests/test_verify_registration_response_apple.py
tests/test_verify_registration_response_fido_u2f.py
tests/test_verify_registration_response_packed.py
tests/test_verify_registration_response_tpm.py
tests/test_verify_safetynet_timestamp.py
webauthn/__init__.py
webauthn/py.typed
webauthn.egg-info/PKG-INFO
webauthn.egg-info/SOURCES.txt
webauthn.egg-info/dependency_links.txt
webauthn.egg-info/requires.txt
webauthn.egg-info/top_level.txt
webauthn/authentication/__init__.py
webauthn/authentication/generate_authentication_options.py
webauthn/authentication/verify_authentication_response.py
webauthn/helpers/__init__.py
webauthn/helpers/aaguid_to_string.py
webauthn/helpers/algorithms.py
webauthn/helpers/base64url_to_bytes.py
webauthn/helpers/bytes_to_base64url.py
webauthn/helpers/byteslike_to_bytes.py
webauthn/helpers/cose.py
webauthn/helpers/decode_credential_public_key.py
webauthn/helpers/decoded_public_key_to_cryptography.py
webauthn/helpers/encode_cbor.py
webauthn/helpers/exceptions.py
webauthn/helpers/generate_challenge.py
webauthn/helpers/generate_user_handle.py
webauthn/helpers/hash_by_alg.py
webauthn/helpers/known_root_certs.py
webauthn/helpers/options_to_json.py
webauthn/helpers/parse_attestation_object.py
webauthn/helpers/parse_attestation_statement.py
webauthn/helpers/parse_authentication_credential_json.py
webauthn/helpers/parse_authentication_options_json.py
webauthn/helpers/parse_authenticator_data.py
webauthn/helpers/parse_backup_flags.py
webauthn/helpers/parse_cbor.py
webauthn/helpers/parse_client_data_json.py
webauthn/helpers/parse_registration_credential_json.py
webauthn/helpers/parse_registration_options_json.py
webauthn/helpers/pem_cert_bytes_to_open_ssl_x509.py
webauthn/helpers/snake_case_to_camel_case.py
webauthn/helpers/structs.py
webauthn/helpers/validate_certificate_chain.py
webauthn/helpers/verify_safetynet_timestamp.py
webauthn/helpers/verify_signature.py
webauthn/helpers/asn1/__init__.py
webauthn/helpers/asn1/android_key.py
webauthn/helpers/tpm/__init__.py
webauthn/helpers/tpm/map_tpm_manufacturer.py
webauthn/helpers/tpm/parse_cert_info.py
webauthn/helpers/tpm/parse_pub_area.py
webauthn/helpers/tpm/structs.py
webauthn/registration/__init__.py
webauthn/registration/generate_registration_options.py
webauthn/registration/verify_registration_response.py
webauthn/registration/formats/__init__.py
webauthn/registration/formats/android_key.py
webauthn/registration/formats/android_safetynet.py
webauthn/registration/formats/apple.py
webauthn/registration/formats/fido_u2f.py
webauthn/registration/formats/packed.py
webauthn/registration/formats/tpm.py