Send TLS alerts for errors in TLS handshake building

This commit is contained in:
Martin Willi
2010-08-25 18:24:27 +02:00
parent ee88ddd6aa
commit a596006e3f
3 changed files with 12 additions and 0 deletions
+3
View File
@@ -330,6 +330,9 @@ static status_t build_handshake(private_tls_fragmentation_t *this)
return status;
}
/**
* Build TLS application data
*/
static status_t build_application(private_tls_fragmentation_t *this)
{
tls_writer_t *msg;