Simple BLOB encryption/decryption added & comment updates

This commit is contained in:
2017-02-01 10:12:57 +01:00
parent 33e5bc90a5
commit 9b174b7855
2 changed files with 74 additions and 4 deletions

View File

@@ -1216,7 +1216,7 @@ void eap::method_tls::process_handshake()
void eap::method_tls::process_application_data()
{
if (m_sc_queue.empty()) {
// An ACK packet received. Nothing to unencrypt.
// An ACK packet received. Nothing to decrypt.
process_application_data(NULL, 0);
return;
}