summaryrefslogtreecommitdiff
path: root/include/crypto
AgeCommit message (Expand)AuthorFilesLines
2016-02-01crypto: fix description of @errp parameter initializationDaniel P. Berrange3-14/+14
2016-01-11crypto: Fix typo in exampleEric Blake1-1/+1
2015-12-23crypto: move QCryptoCipherAlgorithm/Mode enum definitions into QAPIDaniel P. Berrange1-15/+2
2015-12-23crypto: move QCryptoHashAlgorithm enum definition into QAPIDaniel P. Berrange1-8/+1
2015-12-23crypto: add ability to query hash digest lenDaniel P. Berrange1-0/+11
2015-12-23crypto: add additional query accessors for cipher instancesDaniel P. Berrange1-0/+37
2015-12-18crypto: add support for loading encrypted x509 keysDaniel P. Berrange1-0/+1
2015-12-18crypto: add QCryptoSecret object class for password/key handlingDaniel P. Berrange1-0/+148
2015-09-15crypto: introduce new module for handling TLS sessionsDaniel P. Berrange1-0/+322
2015-09-15crypto: add sanity checking of TLS x509 credentialsDaniel P. Berrange1-0/+1
2015-09-15crypto: introduce new module for TLS x509 credentialsDaniel P. Berrange1-0/+112
2015-09-15crypto: introduce new module for TLS anonymous credentialsDaniel P. Berrange1-0/+112
2015-09-15crypto: introduce new base module for TLS credentialsDaniel P. Berrange1-0/+68
2015-07-08crypto: introduce generic cipher API & built-in implementationDaniel P. Berrange1-0/+210
2015-07-07crypto: move built-in D3DES implementation into crypto/Daniel P. Berrange1-0/+49
2015-07-07crypto: move built-in AES implementation into crypto/Daniel P. Berrange1-0/+68
2015-07-07crypto: introduce new module for computing hash digestsDaniel P. Berrange2-0/+218