You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add generalized support for Restricted Decryption operations (Activat…
…eCredential, Import, StartAuthSession) (#395)
* initial implementation of labeled KEM with credential and duplicate,
with test vectors
* add trailing newline to .gitallowed and update dockerfile deps
* revert changes to go.mod version and dockerfile
* fix lints
* improve test logging statement
* clean up copy paste errors in comments in testvectors.go
Test Pub() and Priv() by exporting the key and signing/verifying from…
… software (#382)
* Add round-trip duplicate/import tests that exercise Pub and Priv
* Fix some test logging messages
* improve name of helper
Fix KnownName() and Empty Buffer sequence handle Names (#371)
* Fix KnownName, add Sequence Handle name handling
* Fix RSADecrypt Name in test
* Relax HmacStart.Handle type
* Add additional comment context to change