Implemented TLS session resumption both as client and as server
This commit is contained in:
@@ -23,12 +23,12 @@
|
||||
|
||||
#include <library.h>
|
||||
|
||||
typedef struct tls_compression_t tls_compression_t;
|
||||
|
||||
#include "tls.h"
|
||||
#include "tls_alert.h"
|
||||
#include "tls_fragmentation.h"
|
||||
|
||||
typedef struct tls_compression_t tls_compression_t;
|
||||
|
||||
/**
|
||||
* TLS record protocol compression layer.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user