Use aes-256-gcm rather than aes-128-cbc
authorNathaniel McCallum <npmccallum@redhat.com>
Tue, 10 Mar 2015 14:57:23 +0000 (10:57 -0400)
committerSimo Sorce <simo@redhat.com>
Tue, 10 Mar 2015 22:31:54 +0000 (18:31 -0400)
commite9c92795d87a316ea47f6bf37c9636e86eec57e7
treed1e406913ce8987eae438f0b3b4665cce9eba41f
parent1fc49992c107bd3830921a8198929a936e8b7fb2
Use aes-256-gcm rather than aes-128-cbc

Also, remove all the manual HMAC code since it is no longer needed.

The end result should be faster and stronger authenticated encryption.

Closes #12
Reviewed-by: Simo Sorce <simo@redhat.com>
src/crypto.c
src/mod_auth_gssapi.c