Add warning about cryptography 35.

This commit is contained in:
Dain Nilsson 2021-11-09 09:10:10 +01:00
parent 26a590008f
commit e42eb2206c
No known key found for this signature in database
GPG Key ID: F04367096FBA95E8
1 changed files with 5 additions and 0 deletions

View File

@ -11,6 +11,11 @@ WARNING: Version 0.9 is the last planned version of this library which will
support Python 2. The next major version planned is 1.0, which will require
Python 3 or later.
WARNING: The latest version of cryptography.io is currently 35, which has an
issue with verifying TPM attestation. If you require this functionality, use
cryptography 3.4.8 (or earlier) until 36 is released, which is expected to
resolve this issue.
This library aims to support the FIDO U2F and FIDO 2.0 protocols for
communicating with a USB authenticator via the Client-to-Authenticator Protocol
(CTAP 1 and 2). In addition to this low-level device access, classes defined in