Sosthène Guédon
1a1273d27a
Update changelog
2025-05-28 10:08:29 +02:00
Sosthène Guédon
f05f98b497
Fix missing virt feature dependency
2025-05-28 09:45:08 +02:00
Sosthène Guédon
7f98a71903
Improve speed of PIN validation
...
PIN validation on windows needs to be faster than 750ms.
The decryption operation of the user private key over HPKE is pretty slow
This PR moves this operation to future steps that need access to the key.
It's mostly moving the cost to later, non time-sensitive operations, but it also
saves computation for operations that need to be authenticated but don't need access to the key
2025-05-28 09:45:08 +02:00
Sosthène Guédon and sosthene-nitrokey
43fbc6211b
Use callback-based API for UseValidKey
2025-05-28 09:44:46 +02:00
Sosthène Guédon and sosthene-nitrokey
ba0c78a614
Fix pivy tests
2025-05-28 09:44:46 +02:00
Sosthène Guédon and sosthene-nitrokey
7794d1e0ca
Fix missing clear calls on UseValidKey
...
Fix https://github.com/trussed-dev/piv-authenticator/issues/29
I wish for a lint that can warn against any use of drop for a type
2025-05-28 09:44:46 +02:00
Sosthène Guédon and sosthene-nitrokey
b3ed091f12
Prepare release 0.5.1
v0.5.1
2025-05-12 17:32:43 +02:00
Sosthène Guédon and sosthene-nitrokey
381faa1fd0
Fix lints with updated pivy
2025-04-29 14:27:22 +02:00
Sosthène Guédon and sosthene-nitrokey
f840979162
Fix key history object
...
It should only count keys that are retired.
Also, off-card key certs are also not supported and therefore never counted
2025-04-29 14:27:22 +02:00
Sosthène Guédon and sosthene-nitrokey
9990a884e2
Add tests for ResetRetryCounter and fix it
...
Previously when using the PUK the user key was not restored which
leads to failure when attempting to then perform pin-protected operations
since the user key would fail to decrypt the private keys.
2025-04-24 15:29:41 +02:00
Robin Krahl
2cf70494af
Fix v0.5.0 link in changelog
2025-03-18 15:28:07 +01:00
Sosthène Guédon and sosthene-nitrokey
732b4fd973
Fix supported cryptographic algorithms list
2025-03-14 11:32:34 +01:00
Sosthène Guédon and sosthene-nitrokey
d9d9cf2696
Comment out unusued algorithm IDs
2025-03-14 11:32:34 +01:00
Sosthène Guédon and sosthene-nitrokey
bed5b42ff3
Prepare release 0.5.0
v0.5.0
2025-03-06 09:55:34 +01:00
Sosthène Guédon and sosthene-nitrokey
001d2f652e
Fix lint
...
It's fine to create zombie processes in tests because tests are short-lived
2025-03-06 09:55:34 +01:00
Sosthène Guédon and sosthene-nitrokey
9bde6956ef
Add RSA3072 algorithm
2025-03-06 09:55:34 +01:00
Sosthène Guédon and sosthene-nitrokey
f869f4f741
Make delog feature explicit
2025-03-06 09:55:34 +01:00
Sosthène Guédon and sosthene-nitrokey
ce32d0b9db
Add support for p384
2025-03-06 09:55:34 +01:00
Sosthène Guédon and sosthene-nitrokey
438d31a001
Fix compilation of virt feature
2025-03-06 09:55:34 +01:00
Sosthène Guédon and sosthene-nitrokey
827b7418aa
Add advisory to changelog
2025-03-06 09:55:34 +01:00
Sosthène Guédon and sosthene-nitrokey
f2aeab0a18
Update changelog for release 0.3.9
2025-03-06 09:55:34 +01:00
Sosthène Guédon and sosthene-nitrokey
e0ab337339
Fix review comments
2025-03-06 09:55:34 +01:00
Sosthène Guédon and sosthene-nitrokey
ac7067b4d9
Remove default false for mutual authenticate management config
2025-03-06 09:55:34 +01:00
Sosthène Guédon and sosthene-nitrokey
94b248b0df
Bump version number
2025-03-06 09:55:34 +01:00
Sosthène Guédon and sosthene-nitrokey
b8a496f67c
Fix clippy warnings
2025-03-06 09:55:34 +01:00