Add zeroize on drop for remaining intermediate API states and tests

(cherry picked from commit 8bc5e7dc02)
This commit is contained in:
Kevin Lewi
2021-07-07 13:34:56 -07:00
parent ec8f87944b
commit 05427dd97d
9 changed files with 603 additions and 56 deletions
+1 -1
View File
@@ -576,7 +576,7 @@ fn test_server_login_finish() -> Result<(), ProtocolError> {
assert_eq!(
hex::encode(parameters.session_key),
hex::encode(server_login_result.session_key)
hex::encode(&server_login_result.session_key)
);
}
Ok(())