]> www.infradead.org Git - users/dhowells/kafs-client.git/commit
aklog: Use AF_ALG and own DES functions for crypto instead of OpenSSL
authorDavid Howells <dhowells@redhat.com>
Tue, 7 Apr 2020 15:05:16 +0000 (16:05 +0100)
committerDavid Howells <dhowells@redhat.com>
Tue, 12 May 2020 00:20:46 +0000 (01:20 +0100)
commitdcb61bc00b3cb25fb7f045d0fc78e9df0e8841fa
tree54bc3275535f1e3c477c2f28e4c6c483b7f7d307
parente795c04ff780c250db643c67ffd490d63fc9ee68
aklog: Use AF_ALG and own DES functions for crypto instead of OpenSSL

Use AF_ALG to access the HMAC(MD5) function needed for key derivation and
provide the missing DES functions which mean that OpenSSL is no longer
required.

Signed-off-by: David Howells <dhowells@redhat.com>
src/Makefile
src/aklog-kafs.c