Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: python313-webauthn | Distribution: openSUSE:Factory:zSystems |
Version: 2.4.0 | Vendor: openSUSE |
Release: 1.2 | Build date: Tue Jan 7 10:34:40 2025 |
Group: Unspecified | Build host: reproducible |
Size: 391901 | Source RPM: python-webauthn-2.4.0-1.2.src.rpm |
Packager: https://bugs.opensuse.org | |
Url: https://github.com/duo-labs/py_webauthn | |
Summary: Pythonic WebAuthn |
Pythonic WebAuthn
BSD-3-Clause
* Tue Jan 07 2025 John Paul Adrian Glaubitz <adrian.glaubitz@suse.com> - Update to 2.4.0 * An optional `hints` argument has been added to `generate_registration_options()` to specify one or more categories of authenticators for the browser to prioritize registration of. See `webauthn.helpers.structs.PublicKeyCredentialHint` for more information (#234) * Sat Nov 23 2024 Dirk Müller <dmueller@suse.com> - update to 2.3.0: * The minimum supported version of Python has been bumped up to Python 3.9, with ongoing testing from Python 3.9 through Python 3.13. Dependencies have been updated as well, including upgrading to `cryptography==43.0.3` * Sat Jun 29 2024 Dirk Müller <dmueller@suse.com> - update to 2.2.0: * All exceptions in `webauthn.helpers.exceptions` now subclass the new `webauthn.helpers.exceptions.WebAuthnException` base exception * Support has been added for the new `"smart-card"` transport * Fri May 31 2024 Antonio Larrosa <alarrosa@suse.com> - Initial release of python-webauthn 2.1.0
/usr/lib/python3.13/site-packages/webauthn /usr/lib/python3.13/site-packages/webauthn-2.4.0.dist-info /usr/lib/python3.13/site-packages/webauthn-2.4.0.dist-info/INSTALLER /usr/lib/python3.13/site-packages/webauthn-2.4.0.dist-info/LICENSE /usr/lib/python3.13/site-packages/webauthn-2.4.0.dist-info/METADATA /usr/lib/python3.13/site-packages/webauthn-2.4.0.dist-info/RECORD /usr/lib/python3.13/site-packages/webauthn-2.4.0.dist-info/REQUESTED /usr/lib/python3.13/site-packages/webauthn-2.4.0.dist-info/WHEEL /usr/lib/python3.13/site-packages/webauthn-2.4.0.dist-info/top_level.txt /usr/lib/python3.13/site-packages/webauthn/__init__.py /usr/lib/python3.13/site-packages/webauthn/__pycache__ /usr/lib/python3.13/site-packages/webauthn/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/webauthn/__pycache__/__init__.cpython-313.pyc /usr/lib/python3.13/site-packages/webauthn/authentication /usr/lib/python3.13/site-packages/webauthn/authentication/__init__.py /usr/lib/python3.13/site-packages/webauthn/authentication/__pycache__ /usr/lib/python3.13/site-packages/webauthn/authentication/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/webauthn/authentication/__pycache__/__init__.cpython-313.pyc /usr/lib/python3.13/site-packages/webauthn/authentication/__pycache__/generate_authentication_options.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/webauthn/authentication/__pycache__/generate_authentication_options.cpython-313.pyc /usr/lib/python3.13/site-packages/webauthn/authentication/__pycache__/verify_authentication_response.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/webauthn/authentication/__pycache__/verify_authentication_response.cpython-313.pyc /usr/lib/python3.13/site-packages/webauthn/authentication/generate_authentication_options.py /usr/lib/python3.13/site-packages/webauthn/authentication/verify_authentication_response.py /usr/lib/python3.13/site-packages/webauthn/helpers /usr/lib/python3.13/site-packages/webauthn/helpers/__init__.py /usr/lib/python3.13/site-packages/webauthn/helpers/__pycache__ /usr/lib/python3.13/site-packages/webauthn/helpers/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/webauthn/helpers/__pycache__/__init__.cpython-313.pyc /usr/lib/python3.13/site-packages/webauthn/helpers/__pycache__/aaguid_to_string.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/webauthn/helpers/__pycache__/aaguid_to_string.cpython-313.pyc /usr/lib/python3.13/site-packages/webauthn/helpers/__pycache__/algorithms.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/webauthn/helpers/__pycache__/algorithms.cpython-313.pyc /usr/lib/python3.13/site-packages/webauthn/helpers/__pycache__/base64url_to_bytes.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/webauthn/helpers/__pycache__/base64url_to_bytes.cpython-313.pyc /usr/lib/python3.13/site-packages/webauthn/helpers/__pycache__/bytes_to_base64url.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/webauthn/helpers/__pycache__/bytes_to_base64url.cpython-313.pyc /usr/lib/python3.13/site-packages/webauthn/helpers/__pycache__/byteslike_to_bytes.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/webauthn/helpers/__pycache__/byteslike_to_bytes.cpython-313.pyc /usr/lib/python3.13/site-packages/webauthn/helpers/__pycache__/cose.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/webauthn/helpers/__pycache__/cose.cpython-313.pyc /usr/lib/python3.13/site-packages/webauthn/helpers/__pycache__/decode_credential_public_key.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/webauthn/helpers/__pycache__/decode_credential_public_key.cpython-313.pyc /usr/lib/python3.13/site-packages/webauthn/helpers/__pycache__/decoded_public_key_to_cryptography.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/webauthn/helpers/__pycache__/decoded_public_key_to_cryptography.cpython-313.pyc /usr/lib/python3.13/site-packages/webauthn/helpers/__pycache__/encode_cbor.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/webauthn/helpers/__pycache__/encode_cbor.cpython-313.pyc /usr/lib/python3.13/site-packages/webauthn/helpers/__pycache__/exceptions.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/webauthn/helpers/__pycache__/exceptions.cpython-313.pyc /usr/lib/python3.13/site-packages/webauthn/helpers/__pycache__/generate_challenge.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/webauthn/helpers/__pycache__/generate_challenge.cpython-313.pyc /usr/lib/python3.13/site-packages/webauthn/helpers/__pycache__/generate_user_handle.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/webauthn/helpers/__pycache__/generate_user_handle.cpython-313.pyc /usr/lib/python3.13/site-packages/webauthn/helpers/__pycache__/hash_by_alg.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/webauthn/helpers/__pycache__/hash_by_alg.cpython-313.pyc /usr/lib/python3.13/site-packages/webauthn/helpers/__pycache__/known_root_certs.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/webauthn/helpers/__pycache__/known_root_certs.cpython-313.pyc /usr/lib/python3.13/site-packages/webauthn/helpers/__pycache__/options_to_json.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/webauthn/helpers/__pycache__/options_to_json.cpython-313.pyc /usr/lib/python3.13/site-packages/webauthn/helpers/__pycache__/parse_attestation_object.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/webauthn/helpers/__pycache__/parse_attestation_object.cpython-313.pyc /usr/lib/python3.13/site-packages/webauthn/helpers/__pycache__/parse_attestation_statement.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/webauthn/helpers/__pycache__/parse_attestation_statement.cpython-313.pyc /usr/lib/python3.13/site-packages/webauthn/helpers/__pycache__/parse_authentication_credential_json.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/webauthn/helpers/__pycache__/parse_authentication_credential_json.cpython-313.pyc /usr/lib/python3.13/site-packages/webauthn/helpers/__pycache__/parse_authentication_options_json.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/webauthn/helpers/__pycache__/parse_authentication_options_json.cpython-313.pyc /usr/lib/python3.13/site-packages/webauthn/helpers/__pycache__/parse_authenticator_data.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/webauthn/helpers/__pycache__/parse_authenticator_data.cpython-313.pyc /usr/lib/python3.13/site-packages/webauthn/helpers/__pycache__/parse_backup_flags.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/webauthn/helpers/__pycache__/parse_backup_flags.cpython-313.pyc /usr/lib/python3.13/site-packages/webauthn/helpers/__pycache__/parse_cbor.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/webauthn/helpers/__pycache__/parse_cbor.cpython-313.pyc /usr/lib/python3.13/site-packages/webauthn/helpers/__pycache__/parse_client_data_json.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/webauthn/helpers/__pycache__/parse_client_data_json.cpython-313.pyc /usr/lib/python3.13/site-packages/webauthn/helpers/__pycache__/parse_registration_credential_json.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/webauthn/helpers/__pycache__/parse_registration_credential_json.cpython-313.pyc /usr/lib/python3.13/site-packages/webauthn/helpers/__pycache__/parse_registration_options_json.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/webauthn/helpers/__pycache__/parse_registration_options_json.cpython-313.pyc /usr/lib/python3.13/site-packages/webauthn/helpers/__pycache__/pem_cert_bytes_to_open_ssl_x509.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/webauthn/helpers/__pycache__/pem_cert_bytes_to_open_ssl_x509.cpython-313.pyc /usr/lib/python3.13/site-packages/webauthn/helpers/__pycache__/snake_case_to_camel_case.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/webauthn/helpers/__pycache__/snake_case_to_camel_case.cpython-313.pyc /usr/lib/python3.13/site-packages/webauthn/helpers/__pycache__/structs.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/webauthn/helpers/__pycache__/structs.cpython-313.pyc /usr/lib/python3.13/site-packages/webauthn/helpers/__pycache__/validate_certificate_chain.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/webauthn/helpers/__pycache__/validate_certificate_chain.cpython-313.pyc /usr/lib/python3.13/site-packages/webauthn/helpers/__pycache__/verify_safetynet_timestamp.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/webauthn/helpers/__pycache__/verify_safetynet_timestamp.cpython-313.pyc /usr/lib/python3.13/site-packages/webauthn/helpers/__pycache__/verify_signature.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/webauthn/helpers/__pycache__/verify_signature.cpython-313.pyc /usr/lib/python3.13/site-packages/webauthn/helpers/aaguid_to_string.py /usr/lib/python3.13/site-packages/webauthn/helpers/algorithms.py /usr/lib/python3.13/site-packages/webauthn/helpers/asn1 /usr/lib/python3.13/site-packages/webauthn/helpers/asn1/__init__.py /usr/lib/python3.13/site-packages/webauthn/helpers/asn1/__pycache__ /usr/lib/python3.13/site-packages/webauthn/helpers/asn1/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/webauthn/helpers/asn1/__pycache__/__init__.cpython-313.pyc /usr/lib/python3.13/site-packages/webauthn/helpers/asn1/__pycache__/android_key.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/webauthn/helpers/asn1/__pycache__/android_key.cpython-313.pyc /usr/lib/python3.13/site-packages/webauthn/helpers/asn1/android_key.py /usr/lib/python3.13/site-packages/webauthn/helpers/base64url_to_bytes.py /usr/lib/python3.13/site-packages/webauthn/helpers/bytes_to_base64url.py /usr/lib/python3.13/site-packages/webauthn/helpers/byteslike_to_bytes.py /usr/lib/python3.13/site-packages/webauthn/helpers/cose.py /usr/lib/python3.13/site-packages/webauthn/helpers/decode_credential_public_key.py /usr/lib/python3.13/site-packages/webauthn/helpers/decoded_public_key_to_cryptography.py /usr/lib/python3.13/site-packages/webauthn/helpers/encode_cbor.py /usr/lib/python3.13/site-packages/webauthn/helpers/exceptions.py /usr/lib/python3.13/site-packages/webauthn/helpers/generate_challenge.py /usr/lib/python3.13/site-packages/webauthn/helpers/generate_user_handle.py /usr/lib/python3.13/site-packages/webauthn/helpers/hash_by_alg.py /usr/lib/python3.13/site-packages/webauthn/helpers/known_root_certs.py /usr/lib/python3.13/site-packages/webauthn/helpers/options_to_json.py /usr/lib/python3.13/site-packages/webauthn/helpers/parse_attestation_object.py /usr/lib/python3.13/site-packages/webauthn/helpers/parse_attestation_statement.py /usr/lib/python3.13/site-packages/webauthn/helpers/parse_authentication_credential_json.py /usr/lib/python3.13/site-packages/webauthn/helpers/parse_authentication_options_json.py /usr/lib/python3.13/site-packages/webauthn/helpers/parse_authenticator_data.py /usr/lib/python3.13/site-packages/webauthn/helpers/parse_backup_flags.py /usr/lib/python3.13/site-packages/webauthn/helpers/parse_cbor.py /usr/lib/python3.13/site-packages/webauthn/helpers/parse_client_data_json.py /usr/lib/python3.13/site-packages/webauthn/helpers/parse_registration_credential_json.py /usr/lib/python3.13/site-packages/webauthn/helpers/parse_registration_options_json.py /usr/lib/python3.13/site-packages/webauthn/helpers/pem_cert_bytes_to_open_ssl_x509.py /usr/lib/python3.13/site-packages/webauthn/helpers/snake_case_to_camel_case.py /usr/lib/python3.13/site-packages/webauthn/helpers/structs.py /usr/lib/python3.13/site-packages/webauthn/helpers/tpm /usr/lib/python3.13/site-packages/webauthn/helpers/tpm/__init__.py /usr/lib/python3.13/site-packages/webauthn/helpers/tpm/__pycache__ /usr/lib/python3.13/site-packages/webauthn/helpers/tpm/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/webauthn/helpers/tpm/__pycache__/__init__.cpython-313.pyc /usr/lib/python3.13/site-packages/webauthn/helpers/tpm/__pycache__/parse_cert_info.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/webauthn/helpers/tpm/__pycache__/parse_cert_info.cpython-313.pyc /usr/lib/python3.13/site-packages/webauthn/helpers/tpm/__pycache__/parse_pub_area.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/webauthn/helpers/tpm/__pycache__/parse_pub_area.cpython-313.pyc /usr/lib/python3.13/site-packages/webauthn/helpers/tpm/__pycache__/structs.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/webauthn/helpers/tpm/__pycache__/structs.cpython-313.pyc /usr/lib/python3.13/site-packages/webauthn/helpers/tpm/parse_cert_info.py /usr/lib/python3.13/site-packages/webauthn/helpers/tpm/parse_pub_area.py /usr/lib/python3.13/site-packages/webauthn/helpers/tpm/structs.py /usr/lib/python3.13/site-packages/webauthn/helpers/validate_certificate_chain.py /usr/lib/python3.13/site-packages/webauthn/helpers/verify_safetynet_timestamp.py /usr/lib/python3.13/site-packages/webauthn/helpers/verify_signature.py /usr/lib/python3.13/site-packages/webauthn/py.typed /usr/lib/python3.13/site-packages/webauthn/registration /usr/lib/python3.13/site-packages/webauthn/registration/__init__.py /usr/lib/python3.13/site-packages/webauthn/registration/__pycache__ /usr/lib/python3.13/site-packages/webauthn/registration/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/webauthn/registration/__pycache__/__init__.cpython-313.pyc /usr/lib/python3.13/site-packages/webauthn/registration/__pycache__/generate_registration_options.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/webauthn/registration/__pycache__/generate_registration_options.cpython-313.pyc /usr/lib/python3.13/site-packages/webauthn/registration/__pycache__/verify_registration_response.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/webauthn/registration/__pycache__/verify_registration_response.cpython-313.pyc /usr/lib/python3.13/site-packages/webauthn/registration/formats /usr/lib/python3.13/site-packages/webauthn/registration/formats/__init__.py /usr/lib/python3.13/site-packages/webauthn/registration/formats/__pycache__ /usr/lib/python3.13/site-packages/webauthn/registration/formats/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/webauthn/registration/formats/__pycache__/__init__.cpython-313.pyc /usr/lib/python3.13/site-packages/webauthn/registration/formats/__pycache__/android_key.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/webauthn/registration/formats/__pycache__/android_key.cpython-313.pyc /usr/lib/python3.13/site-packages/webauthn/registration/formats/__pycache__/android_safetynet.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/webauthn/registration/formats/__pycache__/android_safetynet.cpython-313.pyc /usr/lib/python3.13/site-packages/webauthn/registration/formats/__pycache__/apple.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/webauthn/registration/formats/__pycache__/apple.cpython-313.pyc /usr/lib/python3.13/site-packages/webauthn/registration/formats/__pycache__/fido_u2f.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/webauthn/registration/formats/__pycache__/fido_u2f.cpython-313.pyc /usr/lib/python3.13/site-packages/webauthn/registration/formats/__pycache__/packed.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/webauthn/registration/formats/__pycache__/packed.cpython-313.pyc /usr/lib/python3.13/site-packages/webauthn/registration/formats/__pycache__/tpm.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/webauthn/registration/formats/__pycache__/tpm.cpython-313.pyc /usr/lib/python3.13/site-packages/webauthn/registration/formats/android_key.py /usr/lib/python3.13/site-packages/webauthn/registration/formats/android_safetynet.py /usr/lib/python3.13/site-packages/webauthn/registration/formats/apple.py /usr/lib/python3.13/site-packages/webauthn/registration/formats/fido_u2f.py /usr/lib/python3.13/site-packages/webauthn/registration/formats/packed.py /usr/lib/python3.13/site-packages/webauthn/registration/formats/tpm.py /usr/lib/python3.13/site-packages/webauthn/registration/generate_registration_options.py /usr/lib/python3.13/site-packages/webauthn/registration/verify_registration_response.py /usr/share/doc/packages/python313-webauthn /usr/share/doc/packages/python313-webauthn/README.md /usr/share/licenses/python313-webauthn /usr/share/licenses/python313-webauthn/LICENSE
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Jan 14 23:24:16 2025