Check if the application layer has completed successfully
This commit is contained in:
@@ -61,6 +61,13 @@ struct tls_fragmentation_t {
|
||||
status_t (*build)(tls_fragmentation_t *this,
|
||||
tls_content_type_t *type, chunk_t *data);
|
||||
|
||||
/**
|
||||
* Has the application layer finished (returned SUCCESS)?.
|
||||
*
|
||||
* @return TRUE if application layer finished
|
||||
*/
|
||||
bool (*application_finished)(tls_fragmentation_t *this);
|
||||
|
||||
/**
|
||||
* Destroy a tls_fragmentation_t.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user