aboutsummaryrefslogtreecommitdiff
path: root/crypto/Makefile.objs
AgeCommit message (Expand)Author
2018-10-19crypto: require nettle >= 2.7.1 for building QEMUDaniel P. Berrangé
2018-10-19crypto: require libgcrypt >= 1.5.0 for building QEMUDaniel P. Berrangé
2018-10-19crypto: require gnutls >= 3.1.18 for building QEMUDaniel P. Berrangé
2018-07-03crypto: Implement TLS Pre-Shared Keys (PSK).Richard W.M. Jones
2017-07-19crypto: hash: add afalg-backend hash supportLongpeng(Mike)
2017-07-19crypto: cipher: add afalg-backend cipher supportLongpeng(Mike)
2017-07-19crypto: introduce some common functions for af_alg backendLongpeng(Mike)
2016-12-22crypto: add HMAC algorithms frameworkLongpeng(Mike)
2016-07-21crypto: use glib as fallback for hash algorithmDaniel P. Berrange
2016-07-21crypto: use /dev/[u]random as a final fallback random sourceDaniel P. Berrange
2016-07-04crypto: switch hash code to use nettle/gcrypt directlyDaniel P. Berrange
2016-03-30crypto: do an explicit check for nettle pbkdf functionsDaniel P. Berrange
2016-03-17crypto: implement the LUKS block encryption formatDaniel P. Berrange
2016-03-17crypto: add block encryption frameworkDaniel P. Berrange
2016-03-17crypto: import an implementation of the XTS cipher modeDaniel P. Berrange
2016-03-17crypto: add support for anti-forensic split algorithmDaniel P. Berrange
2016-03-17crypto: add support for generating initialization vectorsDaniel P. Berrange
2016-03-17crypto: add support for PBKDF2 algorithmDaniel P. Berrange
2016-03-17crypto: add cryptographic random byte sourceDaniel P. Berrange
2015-12-18crypto: add QCryptoSecret object class for password/key handlingDaniel P. Berrange
2015-09-15crypto: introduce new module for handling TLS sessionsDaniel P. Berrange
2015-09-15crypto: introduce new module for TLS x509 credentialsDaniel P. Berrange
2015-09-15crypto: introduce new module for TLS anonymous credentialsDaniel P. Berrange
2015-09-15crypto: introduce new base module for TLS credentialsDaniel P. Berrange
2015-09-15crypto: move crypto objects out of libqemuutil.laDaniel P. Berrange
2015-07-08crypto: introduce generic cipher API & built-in implementationDaniel P. Berrange
2015-07-07crypto: move built-in D3DES implementation into crypto/Daniel P. Berrange
2015-07-07crypto: move built-in AES implementation into crypto/Daniel P. Berrange
2015-07-07crypto: introduce new module for computing hash digestsDaniel P. Berrange