Implemented input record decryption and verification
This commit is contained in:
@@ -68,8 +68,10 @@ struct tls_handshake_t {
|
||||
|
||||
/**
|
||||
* Change the cipher spec for incoming messages.
|
||||
*
|
||||
* @return TRUE if cipher spec changed
|
||||
*/
|
||||
void (*change_cipherspec)(tls_handshake_t *this);
|
||||
bool (*change_cipherspec)(tls_handshake_t *this);
|
||||
|
||||
/**
|
||||
* Destroy a tls_handshake_t.
|
||||
|
||||
Reference in New Issue
Block a user