Commit Graph

49 Commits

Author SHA1 Message Date
Dain Nilsson c7f09de1b6
Update NEWS. 2023-04-05 11:49:55 +02:00
Dain Nilsson b915870e72
Bump version. 2022-10-17 16:09:12 +02:00
Dain Nilsson cfd7f6b0c0
Prepare 1.1.0. 2022-10-17 12:42:39 +02:00
Dain Nilsson 8c00d04945
Update NEWS. 2022-09-20 13:09:53 +02:00
Dain Nilsson 15ec60a3c4
Update NEWS. 2022-08-10 16:11:19 +02:00
Dain Nilsson e327e33fe0
Prepare release 1.0.0. 2022-06-08 09:42:33 +02:00
Dain Nilsson 5d87ebe714
Set date for release. 2022-05-02 17:28:59 +02:00
Dain Nilsson 8afa330918
Prepare 1.0.0rc1. 2022-05-02 13:09:43 +02:00
Dain Nilsson 69ad253dc9
Minor cleanups in README and NEWS. 2022-04-25 10:58:04 +02:00
Dain Nilsson b039820fad
Merge branch 'master' into next. 2022-02-28 13:21:42 +01:00
Dain Nilsson 5cd89c999a
Prepare 0.9.3. 2021-11-09 12:15:13 +01:00
Dain Nilsson 0d174f722f
Prepare 0.9.2 2021-10-14 12:34:02 +02:00
Dain Nilsson 995d75b4e6
Update Python requirements. 2021-08-19 14:34:25 +02:00
Dain Nilsson 06ed6116c7
Prepare 0.9.1 2021-02-03 09:53:53 +01:00
Dain Nilsson 3ee0104351
Prepare 0.9.0 release. 2021-01-20 10:45:43 +01:00
Dain Nilsson 733c830326
Update NEWS. 2021-01-20 08:55:23 +01:00
Dain Nilsson d44a7d6d3e
Refactor extensions.
- Fido2Client optionally takes extension_types (default: all)
- Client make_credential and get_assertion now return objects containing
extension outputs.
2020-10-30 15:02:56 +01:00
Dain Nilsson 0522ddeeb0
Split ctap2.py into separate files. 2020-10-19 16:21:55 +02:00
Dain Nilsson 92550c5a83
Prepare 0.8.1. 2019-11-25 13:08:08 +01:00
Dain Nilsson 8c77233a50
Prepare 0.8.0. 2019-11-25 11:35:02 +01:00
Dain Nilsson 1c8ba7f0e0
Don't verify attestation if preference is omitted. 2019-11-21 19:02:53 +01:00
Dain Nilsson 4c48977173
Implement event-based cancellation of requests.
- Remove timeout functionality and default timeout.
- Use options.timeout in Fido2Client and WindowsClient.
2019-11-17 19:52:08 +01:00
Dain Nilsson b20617d3b6
Bump version and update README. 2019-11-14 15:15:31 +01:00
Dain Nilsson f1dc028d61
Prepare 0.7.3 2019-10-24 15:20:51 +02:00
Dain Nilsson ee9498b282
Prepare 0.7.2 release. 2019-10-24 13:22:51 +02:00
Dain Nilsson dc6f446d51
Bump version 2019-09-20 10:02:21 +02:00
Dain Nilsson 46b55e3605
Prepare 0.7.1. 2019-09-20 09:37:09 +02:00
Dain Nilsson 02ed16caed
Update NEWS file. 2019-09-13 15:09:47 +02:00
Dain Nilsson 77363e0e75
Prepare 0.7.0 2019-06-17 14:30:58 +02:00
Dain Nilsson f860a692e5
Bump minor version. 2019-06-11 15:25:00 +02:00
Dain Nilsson 9aa9081579
Prepare 0.6.0 release. 2019-05-10 12:52:54 +02:00
Dain Nilsson 935880e26f
Update NEWS and bump version. 2019-05-09 12:51:28 +02:00
Dain Nilsson 9593467ed8
Prepare 0.5.0 release. 2018-12-21 13:53:06 +01:00
Dain Nilsson b9d3700d16
Prepare 0.4.0 release. 2018-09-27 12:51:05 +02:00
Dain Nilsson b88cff23ed
Bump version. 2018-04-13 12:52:30 +02:00
Dain Nilsson 176c828eb7
Prepare 0.3.0 release. 2018-04-13 12:47:18 +02:00
Dain Nilsson 4a16f4eb6d
Add conversion between string/int keys for AttestationObject 2018-04-12 15:18:42 +02:00
Dain Nilsson 4cfe141e85
Bump version. 2018-04-11 16:11:38 +02:00
Dain Nilsson 2b67b71fee
Prepare 0.2.2 release. 2018-04-11 15:47:20 +02:00
Dain Nilsson 9f4b6be8a3
Bump version. 2018-04-10 12:54:14 +02:00
Dain Nilsson 0774f7220a
Prepare 0.2.1 release. 2018-04-10 11:46:39 +02:00
Dain Nilsson a71bd9bff3
Bump version. 2018-04-05 15:43:11 +02:00
Dain Nilsson d8f53657b4
Prepare 0.2.0 release. 2018-04-05 14:52:12 +02:00
Dain Nilsson cf943ce893
Update NEWS. 2018-04-05 11:18:51 +02:00
Dain Nilsson 5e4a1df567
Bump version number and update NEWS. 2018-03-22 17:21:21 +01:00
Dain Nilsson 413f527921
Add test with invalid appId. 2018-03-21 10:12:49 +01:00
Dain Nilsson 7f14673096
Prepare 0.1.0 prelease. 2018-03-16 14:10:30 +01:00
Dain Nilsson 67b16fbbe3
Clean up README a bit. 2018-03-16 13:49:07 +01:00
Dain Nilsson 1b419592bf
Initial import. 2018-03-16 12:13:15 +01:00