Fix incorrect free() usage
[mod_auth_gssapi.git] / src / crypto.c
2015-08-30 Simo SorceFix incorrect free() usage
2015-06-13 Simo SorceOptimize BASIC AUTH checks with sessions.
2015-06-13 Simo SorceSplit HMAC_BUFFER out as a separate publi function
2015-04-23 Simo SorceRevert "Use aes-256-gcm rather than aes-128-cbc"
2015-03-10 Nathaniel McCallumUse aes-256-gcm rather than aes-128-cbc
2015-03-10 Simo SorceFix random number generation
2015-03-10 Simo SorceUse apr function for random bytes
2015-02-03 Nathaniel McCallumReplace block size constants with actual block size
2014-07-10 Simo SorceAdd permanent session keys support
2014-07-10 Simo SorceAdd mod_session support