Implemented input record decryption and verification

This commit is contained in:
Martin Willi
2010-08-03 15:39:25 +02:00
parent 84543e6efa
commit f139b5786f
7 changed files with 122 additions and 16 deletions
@@ -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.