-
Notifications
You must be signed in to change notification settings - Fork 919
Rust wrapper: add HMAC-BLAKE2[bs] wrappers #9687
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
retest this please (org.jenkinsci.plugins.workflow.support.steps.AgentOfflineException: Unable to create live FilePath for wolf-linux-cloud-node-2zcwho; wolf-linux-cloud-node-2zcwho was marked offline: Connection was broken) |
|
retest this please (org.jenkinsci.plugins.workflow.support.steps.AgentOfflineException: Unable to create live FilePath for wolf-linux-cloud-node-q02z3c; wolf-linux-cloud-node-q02z3c was marked offline: Connection was broken) |
Description
Add Rust wrapper for HMAC-BLAKE2[bs] one-shot and incremental APIs.
Also attempted to avoid a couple coverity messages about overrunning the x_key array (false positives).
Testing
Unit tests and integration with boringtun
Checklist