commit | 0a5970752349f33865b4f141f9f6d2375bd8c92c | [log] [tgz] |
---|---|---|
author | Paul Bakker <p.j.bakker@polarssl.org> | Tue Sep 25 21:55:46 2012 +0000 |
committer | Paul Bakker <p.j.bakker@polarssl.org> | Tue Sep 25 21:55:46 2012 +0000 |
tree | 71cd0c1707cb3f2884d6f53039d7ad98b680f73a | |
parent | 1a0f5520303f34c0faaf0e4be4403d5e43173e58 [diff] [blame] |
- Added simple SSL session cache implementation - Revamped session resumption handling
diff --git a/library/CMakeLists.txt b/library/CMakeLists.txt index 7a0cedf..b757669 100644 --- a/library/CMakeLists.txt +++ b/library/CMakeLists.txt
@@ -35,6 +35,7 @@ sha1.c sha2.c sha4.c + ssl_cache.c ssl_cli.c ssl_srv.c ssl_tls.c