]> git.ipfire.org Git - people/ms/pakfire.git/commit
libpakfire: Drop dependency on libgcrypt
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 30 Jan 2021 14:30:29 +0000 (14:30 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 30 Jan 2021 14:30:29 +0000 (14:30 +0000)
commit4cbaf1d148344fdbbfa36fe8eb006ce334c2262a
tree5345cd86b18ebbdcf1eaca55933340e994985031
parent4885bc0db0cba3e352c6b5d46507a62cc1a81c18
libpakfire: Drop dependency on libgcrypt

This library was chosen as a lightweight and more easy to use
alternative to OpenSSL.

Unfortunately it does not seem to be up to standard in terms of
reliability, performance and most importantly security.

Therefore we are using OpenSSL which is the de-facto standard library,
well-audited and has a transparent development process.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
Makefile.am
configure.ac
src/libpakfire/include/pakfire/util.h
src/libpakfire/util.c