From b688e5c6b4badc03605b7ffc6dfb75b4ab7e3f3e6396d7319bfbf0b830995df9 Mon Sep 17 00:00:00 2001 From: Torsten Gruner Date: Mon, 1 Nov 2021 16:59:19 +0000 Subject: [PATCH] Accepting request 928577 from home:Simmphonie:yubico MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 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. OBS-URL: https://build.opensuse.org/request/show/928577 OBS-URL: https://build.opensuse.org/package/show/security/libfido2?expand=0&rev=44 --- libfido2-1.8.0.tar.gz | 3 --- libfido2-1.8.0.tar.gz.sig | Bin 566 -> 0 bytes libfido2-1.9.0.tar.gz | 3 +++ libfido2-1.9.0.tar.gz.sig | Bin 0 -> 566 bytes libfido2.changes | 25 +++++++++++++++++++++++++ libfido2.spec | 2 +- 6 files changed, 29 insertions(+), 4 deletions(-) delete mode 100644 libfido2-1.8.0.tar.gz delete mode 100644 libfido2-1.8.0.tar.gz.sig create mode 100644 libfido2-1.9.0.tar.gz create mode 100644 libfido2-1.9.0.tar.gz.sig 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 3e9fb4d5a1a98012c02e52705d13813df0a11349cfe422ec7d16a763812f741d..0000000000000000000000000000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 566 zcmV-60?GY}0y6{v0SW*e79j*NIH|P95r#;Te0$}+dlK=_{5TRy= zh!^vaY)m~60G+5&8;)=iSVtbo?ONNHDm3V+lrBnU2=7lwh#n2ZSZsr_he9 zq#YQT_hJCLa}F8g>O)*R*0_HOh0%U=cNRM<=ynkG*xBF`Dc8%1p7VbP7y-&c%&n15 z1A_BzUHS0Ol;jaBD6fyitzcpuL(SDm*6l?%qU?YA(cIzInNtAf5Hp(`GN))Bvb zl-fUaQf`&a*34c1C7w5f9N_+v8(tKlhYOzzmWNRkg&wMSt#zc1gqQhd0G*1tK7FXg EHb-6+O#lD@ 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 0000000000000000000000000000000000000000000000000000000000000000..748f728497dac57ec3807d6637f0a656f42b30ef4e982f975e14e062725a33bd GIT binary patch literal 566 zcmV-60?GY}0y6{v0SEvc79j*NIH|P95r#;Te0%3VV$^Z%p5TRy= zh!^vaY=LhO0JE;V%u7>8ei2B0r_$@!Novq2Y z2%hA6JW6pC^jp18HJUGuK26!|ZizTbUAW(p#hZvcTz(WcO~Z#!OKb)J$_&FvbqQ5i zR)(&Im}-AzB|At&+|8HJV`c$A{K@8FBi=y90ud;lFgsGTx6;c}vqX0S)!PzdBA8c7 zsM_WOSUp`!Wm|V$6Wj|XDvo?xcbyCt7K0_Dy_hURnYmx*iOmmZG?_oItJmAu^D$od zLVR7hQ!?kpbUh4|eYb%AB`8|@{v}6u*x7#6$_}7p8z|MzDUumtv5DSJ~1YP`+A9Y2Rr8 zFD*ylh literal 0 HcmV?d00001 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