summaryrefslogtreecommitdiffstats
path: root/crypto/Makefile.objs
Commit message (Expand)AuthorAgeFilesLines
* 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