15fe7bbc74cf3210cd397feacd9b001c626f4717
- webauthn.go: keyIPC interface for StoreEncryptionKey/Unlock, wired through PasskeyHandle. RegisterFinish calls StoreEncryptionKey with the credential's public key after successful enrollment. AssertFinish calls Unlock with the stored public key after assertion (alongside existing AssertStepUp call). - server.go: fix data race on s.api by switching from bare CoreAPI field to atomic.Value. SetAPI uses Store(), dispatch uses Load(). No more race-flagged tests. - make test green (303+, -race)
Description
No description provided
Languages
Go
97.1%
HTML
0.9%
Shell
0.6%
CSS
0.5%
Makefile
0.3%
Other
0.6%