Added new session feature for HSTS (#79).
authorDaniel Carl <danielcarl@gmx.de>
Wed, 23 Apr 2014 21:47:43 +0000 (23:47 +0200)
committerDaniel Carl <danielcarl@gmx.de>
Thu, 24 Apr 2014 23:04:45 +0000 (01:04 +0200)
commitee219d819ce0c32604a1fddb15cee359765ad867
tree2dc3463fcc0e59d9bacd6c3d5eef968c40c1e224
parente12bba2be26ce6862072fdd6652d75702d487d4a
Added new session feature for HSTS (#79).

The main stuff for the new session feature to handle HTTP strict Transport
Security is added.
config.mk
src/hsts.c [new file with mode: 0644]
src/hsts.h [new file with mode: 0644]
src/main.c
src/main.h
src/session.c
src/session.h