summaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)AuthorFilesLines
2016-03-30crypto: do an explicit check for nettle pbkdf functionsDaniel P. Berrange1-2/+2
2016-03-24Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell19-0/+23
2016-03-22include/crypto: Include qapi-types.h or qemu/bswap.h instead of qemu-common.hMarkus Armbruster3-0/+3
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster19-0/+20
2016-03-21crypto: fix cipher function signature mismatch with nettle & xtsDaniel P. Berrange1-35/+109
2016-03-21crypto: add compat cast5_set_key with nettle < 3.0.0Daniel P. Berrange1-0/+2
2016-03-17crypto: implement the LUKS block encryption formatDaniel P. Berrange4-0/+1359
2016-03-17crypto: add block encryption frameworkDaniel P. Berrange5-0/+553
2016-03-17crypto: wire up XTS mode for cipher APIsDaniel P. Berrange4-44/+270
2016-03-17crypto: refactor code for dealing with AES cipherDaniel P. Berrange2-74/+109
2016-03-17crypto: import an implementation of the XTS cipher modeDaniel P. Berrange2-0/+231
2016-03-17crypto: add support for the twofish cipher algorithmDaniel P. Berrange3-0/+48
2016-03-17crypto: add support for the serpent cipher algorithmDaniel P. Berrange3-0/+55
2016-03-17crypto: add support for the cast5-128 cipher algorithmDaniel P. Berrange3-1/+45
2016-03-17crypto: add support for anti-forensic split algorithmDaniel P. Berrange2-0/+159
2016-03-17crypto: add support for generating initialization vectorsDaniel P. Berrange9-0/+472
2016-03-17crypto: add support for PBKDF2 algorithmDaniel P. Berrange5-0/+288
2016-03-17crypto: add cryptographic random byte sourceDaniel P. Berrange4-0/+111
2016-02-02crypto: ensure qcrypto_hash_digest_len is always definedDaniel P. Berrange1-13/+17
2016-02-01crypto: register properties against the class instead of objectDaniel P. Berrange4-72/+66
2016-01-29crypto: Clean up includesPeter Maydell13-0/+13
2016-01-22fpu: Replace uint8 typedef with uint8_tPeter Maydell1-1/+1
2015-12-23crypto: fix transposed arguments in cipher error messageDaniel P. Berrange1-1/+1
2015-12-23crypto: move QCryptoCipherAlgorithm/Mode enum definitions into QAPIDaniel P. Berrange1-4/+4
2015-12-23crypto: move QCryptoHashAlgorithm enum definition into QAPIDaniel P. Berrange1-2/+2
2015-12-23crypto: add ability to query hash digest lenDaniel P. Berrange1-0/+15
2015-12-23crypto: add additional query accessors for cipher instancesDaniel P. Berrange1-0/+48
2015-12-18crypto: add support for loading encrypted x509 keysDaniel P. Berrange1-0/+48
2015-12-18crypto: add QCryptoSecret object class for password/key handlingDaniel P. Berrange2-0/+514
2015-12-04crypto: avoid two coverity false positive error reportsDaniel P. Berrange2-2/+3
2015-11-18crypto: avoid passing NULL to access() syscallDaniel P. Berrange1-1/+2
2015-11-18crypto: fix mistaken setting of Error in success code pathDaniel P. Berrange1-2/+2
2015-11-18crypto: fix leak of gnutls_dh_params_t data on credential unloadDaniel P. Berrange1-0/+4
2015-10-22crypto: add sanity checking of plaintext/ciphertext lengthDaniel P. Berrange3-24/+80
2015-10-22crypto: don't let builtin aes crash if no IV is providedDaniel P. Berrange1-9/+5
2015-10-22crypto: allow use of nettle/gcrypt to be selected explicitlyDaniel P. Berrange2-18/+16
2015-09-15crypto: introduce new module for handling TLS sessionsDaniel P. Berrange2-0/+575
2015-09-15crypto: add sanity checking of TLS x509 credentialsDaniel P. Berrange1-0/+546
2015-09-15crypto: introduce new module for TLS x509 credentialsDaniel P. Berrange2-0/+264
2015-09-15crypto: introduce new module for TLS anonymous credentialsDaniel P. Berrange2-0/+224
2015-09-15crypto: introduce new base module for TLS credentialsDaniel P. Berrange3-0/+294
2015-09-15crypto: move crypto objects out of libqemuutil.laDaniel P. Berrange1-5/+8
2015-07-27crypto: fix built-in AES decrypt functionDaniel P. Berrange1-4/+4
2015-07-20crypto: Fix aes_decrypt_wrapper()Kevin Wolf1-1/+1
2015-07-16crypto: avoid undefined behavior in nettle callsRadim Krčmář1-4/+39
2015-07-16crypto: fix build with nettle >= 3.0.0Radim Krčmář1-6/+10
2015-07-09crypto: fix builtin qcrypto_cipher_freePaolo Bonzini1-1/+3
2015-07-08crypto: add a nettle cipher implementationDaniel P. Berrange2-2/+210
2015-07-08crypto: add a gcrypt cipher implementationDaniel P. Berrange3-0/+308
2015-07-08crypto: introduce generic cipher API & built-in implementationDaniel P. Berrange3-0/+448