|
| 1 | +* Version 1.17.0 (unreleased) |
| 2 | + ** Added CTAP 2.3 support. |
| 3 | + ** Added support for application managed PIN/UV Auth tokens; gh# |
| 4 | + ** Support 64-byte hmac-secret salts when using windows://hello. |
| 5 | + ** Fixed a U2F transaction handling bug when a timeout had been set; gh#917. |
| 6 | + ** Fixed a bug where stdin could be closed on fido_nl_new failure; gh#923. |
| 7 | + ** fido2-token: new -G -t mode to to retrieve a PPUAT. |
| 8 | + ** fido2-token: new -I -t mode for deciphering encrypted fields. |
| 9 | + ** fido2-cred -M: support the -t toggle argument |
| 10 | + ** Improved documentation and examples. |
| 11 | + ** New API calls: |
| 12 | + - fido_cbor_info_attfmts_len; |
| 13 | + - fido_cbor_info_attfmts_ptr; |
| 14 | + - fido_cbor_info_cfgcmds_len; |
| 15 | + - fido_cbor_info_cfgcmds_ptr; |
| 16 | + - fido_cbor_info_decrypt; |
| 17 | + - fido_cbor_info_encid_len; |
| 18 | + - fido_cbor_info_encid_ptr; |
| 19 | + - fido_cbor_info_encstate_len; |
| 20 | + - fido_cbor_info_encstate_ptr; |
| 21 | + - fido_cbor_info_id_len; |
| 22 | + - fido_cbor_info_id_ptr; |
| 23 | + - fido_cbor_info_long_touch_reset; |
| 24 | + - fido_cbor_info_maxpinlen; |
| 25 | + - fido_cbor_info_pin_policy; |
| 26 | + - fido_cbor_info_pin_policy_url_len; |
| 27 | + - fido_cbor_info_pin_policy_url_ptr; |
| 28 | + - fido_cbor_info_reset_transports_len; |
| 29 | + - fido_cbor_info_reset_transports_ptr; |
| 30 | + - fido_cbor_info_state_len; |
| 31 | + - fido_cbor_info_state_ptr; |
| 32 | + - fido_cbor_info_uv_count_since_pin; |
| 33 | + - fido_cred_hmac_secret_len; |
| 34 | + - fido_cred_hmac_secret_ptr; |
| 35 | + - fido_cred_payment; |
| 36 | + - fido_cred_set_hmac_salt; |
| 37 | + - fido_cred_set_hmac_secret; |
| 38 | + - fido_dev_get_puat; |
| 39 | + - fido_dev_get_uv_retry_count; |
| 40 | + - fido_dev_puat_len; |
| 41 | + - fido_dev_puat_ptr; |
| 42 | + - fido_dev_set_puat. |
| 43 | + |
1 | 44 | * Version 1.16.0 (2025-05-06) |
2 | 45 | ** Added support for enterprise attestation. |
3 | 46 | ** Improved handling of invalid key handles in U2F key lookup; gh#819. |
|
0 commit comments