summaryrefslogtreecommitdiffstats
path: root/crypto/Makefile.objs
Commit message (Expand)AuthorAgeFilesLines
* stubs: replace stubs with lnot if applicablePaolo Bonzini2019-12-171-2/+1Star
* crypto: move common bits for all emulators to libqemuutilPaolo Bonzini2019-12-171-7/+5Star
* crypto: add support for gcrypt's native XTS implDaniel P. Berrangé2019-10-281-1/+1
* build: Link user-only with crypto random number objectsRichard Henderson2019-05-221-5/+6
* crypto: require nettle >= 2.7.1 for building QEMUDaniel P. Berrangé2018-10-191-2/+2
* crypto: require libgcrypt >= 1.5.0 for building QEMUDaniel P. Berrangé2018-10-191-1/+1
* crypto: require gnutls >= 3.1.18 for building QEMUDaniel P. Berrangé2018-10-191-2/+2
* crypto: Implement TLS Pre-Shared Keys (PSK).Richard W.M. Jones2018-07-031-0/+1
* crypto: hash: add afalg-backend hash supportLongpeng(Mike)2017-07-191-0/+1
* crypto: cipher: add afalg-backend cipher supportLongpeng(Mike)2017-07-191-0/+1
* crypto: introduce some common functions for af_alg backendLongpeng(Mike)2017-07-191-0/+1
* crypto: add HMAC algorithms frameworkLongpeng(Mike)2016-12-221-0/+4
* crypto: use glib as fallback for hash algorithmDaniel P. Berrange2016-07-211-1/+1
* crypto: use /dev/[u]random as a final fallback random sourceDaniel P. Berrange2016-07-211-1/+1
* crypto: switch hash code to use nettle/gcrypt directlyDaniel P. Berrange2016-07-041-0/+3
* crypto: do an explicit check for nettle pbkdf functionsDaniel P. Berrange2016-03-301-2/+2
* crypto: implement the LUKS block encryption formatDaniel P. Berrange2016-03-171-0/+1
* crypto: add block encryption frameworkDaniel P. Berrange2016-03-171-0/+2
* crypto: import an implementation of the XTS cipher modeDaniel P. Berrange2016-03-171-0/+1
* crypto: add support for anti-forensic split algorithmDaniel P. Berrange2016-03-171-0/+1
* crypto: add support for generating initialization vectorsDaniel P. Berrange2016-03-171-0/+4
* crypto: add support for PBKDF2 algorithmDaniel P. Berrange2016-03-171-0/+4
* crypto: add cryptographic random byte sourceDaniel P. Berrange2016-03-171-0/+4
* crypto: add QCryptoSecret object class for password/key handlingDaniel P. Berrange2015-12-181-0/+1
* crypto: introduce new module for handling TLS sessionsDaniel P. Berrange2015-09-151-0/+1
* crypto: introduce new module for TLS x509 credentialsDaniel P. Berrange2015-09-151-0/+1
* crypto: introduce new module for TLS anonymous credentialsDaniel P. Berrange2015-09-151-0/+1
* crypto: introduce new base module for TLS credentialsDaniel P. Berrange2015-09-151-0/+1
* crypto: move crypto objects out of libqemuutil.laDaniel P. Berrange2015-09-151-5/+8
* crypto: introduce generic cipher API & built-in implementationDaniel P. Berrange2015-07-081-0/+1
* crypto: move built-in D3DES implementation into crypto/Daniel P. Berrange2015-07-071-0/+1
* crypto: move built-in AES implementation into crypto/Daniel P. Berrange2015-07-071-0/+1
* crypto: introduce new module for computing hash digestsDaniel P. Berrange2015-07-071-0/+2