Simple BLOB encryption/decryption added & comment updates

This commit is contained in:
2017-02-01 10:12:57 +01:00
parent 172cd18c16
commit 57372b8f95
2 changed files with 75 additions and 5 deletions

View File

@@ -661,7 +661,7 @@ EapPeerMethodResponseAction eap::method_ttls::process_request_packet(
// No extra initial data for inner authentication avaliable.
action = method_tunnel::process_request_packet(NULL, 0);
} else {
// Authenticator sent some data for inner authentication. Unencrypt it.
// Authenticator sent some data for inner authentication. Decrypt it.
// Decrypt the message.
SecBuffer buf[] = {
@@ -722,7 +722,7 @@ EapPeerMethodResponseAction eap::method_ttls::process_request_packet(
// No extra data for inner authentication.
return method_tunnel::process_request_packet(NULL, 0);
} else {
// Authenticator sent data for inner authentication. Unencrypt it.
// Authenticator sent data for inner authentication. Decrypt it.
// Decrypt the message.
SecBuffer buf[] = {