diff --git a/libfido2-1.8.0.tar.gz b/libfido2-1.8.0.tar.gz deleted file mode 100644 index d28ce5f..0000000 --- a/libfido2-1.8.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:554291188f24ab595cb947f9d2b6ec40ce5afe39d9257c1e2cd0bdef8bf7fd1d -size 535947 diff --git a/libfido2-1.8.0.tar.gz.sig b/libfido2-1.8.0.tar.gz.sig deleted file mode 100644 index 3e9fb4d..0000000 Binary files a/libfido2-1.8.0.tar.gz.sig and /dev/null differ diff --git a/libfido2-1.9.0.tar.gz b/libfido2-1.9.0.tar.gz new file mode 100644 index 0000000..49525bf --- /dev/null +++ b/libfido2-1.9.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba39e3af3736d2dfc8ad3d1cb6e3be7eccc09588610a3b07c865d0ed3e58c2d2 +size 576088 diff --git a/libfido2-1.9.0.tar.gz.sig b/libfido2-1.9.0.tar.gz.sig new file mode 100644 index 0000000..748f728 Binary files /dev/null and b/libfido2-1.9.0.tar.gz.sig differ diff --git a/libfido2.changes b/libfido2.changes index db19981..55f8324 100644 --- a/libfido2.changes +++ b/libfido2.changes @@ -1,3 +1,28 @@ +------------------------------------------------------------------- +Mon Nov 1 14:39:51 UTC 2021 - Torsten Gruner + +- Version 1.9.0 (2021-10-27) + * Enabled NFC support on Linux. + * Added OpenSSL 3.0 compatibility. + * Removed OpenSSL 1.0 compatibility. + * Support for FIDO 2.1 "minPinLength" extension. + * Support for COSE_EDDSA, COSE_ES256, and COSE_RS1 attestation. + * Support for TPM 2.0 attestation. + * Support for device timeouts; see fido_dev_set_timeout(). + * New API calls: + - es256_pk_from_EVP_PKEY; + - fido_cred_attstmt_len; + - fido_cred_attstmt_ptr; + - fido_cred_pin_minlen; + - fido_cred_set_attstmt; + - fido_cred_set_pin_minlen; + - fido_dev_set_pin_minlen_rpid; + - fido_dev_set_timeout; + - rs256_pk_from_EVP_PKEY. + * Reliability and portability fixes. + * Better handling of HID devices without identification strings; gh#381. + * Fixed detection of Windows’s native webauthn API; gh#382. + ------------------------------------------------------------------- Tue Sep 21 08:33:36 UTC 2021 - Paolo Perego diff --git a/libfido2.spec b/libfido2.spec index bb33272..49e7fe9 100644 --- a/libfido2.spec +++ b/libfido2.spec @@ -18,7 +18,7 @@ %define sover 1 Name: libfido2 -Version: 1.8.0 +Version: 1.9.0 Release: 0 Summary: FIDO U2F and FIDO 2.0 protocols License: BSD-2-Clause