Add permanent session keys support
authorSimo Sorce <simo@redhat.com>
Mon, 7 Jul 2014 15:42:57 +0000 (11:42 -0400)
committerSimo Sorce <simo@redhat.com>
Thu, 10 Jul 2014 10:52:55 +0000 (06:52 -0400)
commit6e86569afd4812f5674810ab66ee67fd5251d538
tree323f97ff9402d5cef5f33503e3136d95982d591c
parent63dbb99337d0423253cb1ead0dcc3da54af5d13e
Add permanent session keys support

Keys (encryption+MAC) can now be stored in apache configuration.
The key must be a base64 encoded blob of original length of 32 bytes
(16 bytes for encryption and 16 for the MAC key)

The format is:
key:<base64 blob>
src/crypto.c
src/crypto.h
src/mod_auth_gssapi.c
src/sessions.c