summaryrefslogtreecommitdiffstats
path: root/include/crypto
Commit message (Expand)AuthorAgeFilesLines
* crypto: Fix typo in exampleEric Blake2016-01-111-1/+1
* crypto: move QCryptoCipherAlgorithm/Mode enum definitions into QAPIDaniel P. Berrange2015-12-231-15/+2Star
* crypto: move QCryptoHashAlgorithm enum definition into QAPIDaniel P. Berrange2015-12-231-8/+1Star
* crypto: add ability to query hash digest lenDaniel P. Berrange2015-12-231-0/+11
* crypto: add additional query accessors for cipher instancesDaniel P. Berrange2015-12-231-0/+37
* crypto: add support for loading encrypted x509 keysDaniel P. Berrange2015-12-181-0/+1
* crypto: add QCryptoSecret object class for password/key handlingDaniel P. Berrange2015-12-181-0/+148
* crypto: introduce new module for handling TLS sessionsDaniel P. Berrange2015-09-151-0/+322
* crypto: add sanity checking of TLS x509 credentialsDaniel P. Berrange2015-09-151-0/+1
* crypto: introduce new module for TLS x509 credentialsDaniel P. Berrange2015-09-151-0/+112
* crypto: introduce new module for TLS anonymous credentialsDaniel P. Berrange2015-09-151-0/+112
* crypto: introduce new base module for TLS credentialsDaniel P. Berrange2015-09-151-0/+68
* crypto: introduce generic cipher API & built-in implementationDaniel P. Berrange2015-07-081-0/+210
* crypto: move built-in D3DES implementation into crypto/Daniel P. Berrange2015-07-071-0/+49
* crypto: move built-in AES implementation into crypto/Daniel P. Berrange2015-07-071-0/+68
* crypto: introduce new module for computing hash digestsDaniel P. Berrange2015-07-072-0/+218