shellinabox/libhttp
KLuka f0437832d3 Added support for Perfect Forward Secrecy (#331)
* Support for PFS is enabled with help of chiper suits that use ECDHE
  key exchange. OpenSSL added support for eliptic curve operations (EC)
  in version 0.9.8. Note that there are also some library distributions
  which don't support EC operations.
* Added precompiler guards for builds with OpenSSL older than 0.9.8 and
  builds with '--enable-runtime-loading' configure script option.
* Cleaned up some SSL related code.
2015-08-05 17:57:05 +02:00
..
hashmap.c Use a config.h file, instead of passing configuration options on the compiler's 2009-02-11 23:25:15 +00:00
hashmap.h Updated copyright notice. 2009-01-02 06:09:13 +00:00
http.h Real IP recognition over proxy (partial fix #54) 2015-05-17 20:05:15 +02:00
httpconnection.c Minor fixes for unix domain sockets 2015-07-06 22:02:54 +02:00
httpconnection.h Real IP recognition over proxy (partial fix #54) 2015-05-17 20:05:15 +02:00
libhttp.sym Started working on support for WebSockets. 2010-03-29 16:40:17 +00:00
server.c Minor improvments 2015-07-09 21:51:43 +02:00
server.h Another update for unix domain sockets support 2015-07-07 10:48:14 +02:00
ssl.c Added support for Perfect Forward Secrecy (#331) 2015-08-05 17:57:05 +02:00
ssl.h Added support for Perfect Forward Secrecy (#331) 2015-08-05 17:57:05 +02:00
trie.c Fixed a null pointer dereference that could be triggered by using non-standard 2009-07-04 08:46:28 +00:00
trie.h Updated copyright notice. 2009-01-02 06:09:13 +00:00
url.c Fixes for some defects found by Coverity 2015-05-31 13:04:00 +02:00
url.h Improved code session and URL handling 2015-05-26 22:37:32 +02:00