summaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* crypto: do an explicit check for nettle pbkdf functionsDaniel P. Berrange2019-11-291-2/+2
* include/crypto: Include qapi-types.h or qemu/bswap.h instead of qemu-common.hMarkus Armbruster2019-11-293-0/+3
* include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2019-11-2919-0/+20
* crypto: fix cipher function signature mismatch with nettle & xtsDaniel P. Berrange2019-11-291-35/+109
* crypto: add compat cast5_set_key with nettle < 3.0.0Daniel P. Berrange2019-11-291-0/+2
* crypto: implement the LUKS block encryption formatDaniel P. Berrange2019-11-294-0/+1359
* crypto: add block encryption frameworkDaniel P. Berrange2019-11-295-0/+553
* crypto: wire up XTS mode for cipher APIsDaniel P. Berrange2019-11-294-44/+270
* crypto: refactor code for dealing with AES cipherDaniel P. Berrange2019-11-292-74/+109
* crypto: import an implementation of the XTS cipher modeDaniel P. Berrange2019-11-292-0/+231
* crypto: add support for the twofish cipher algorithmDaniel P. Berrange2019-11-293-0/+48
* crypto: add support for the serpent cipher algorithmDaniel P. Berrange2019-11-293-0/+55
* crypto: add support for the cast5-128 cipher algorithmDaniel P. Berrange2019-11-293-1/+45
* crypto: add support for anti-forensic split algorithmDaniel P. Berrange2019-11-292-0/+159
* crypto: add support for generating initialization vectorsDaniel P. Berrange2019-11-299-0/+472
* crypto: add support for PBKDF2 algorithmDaniel P. Berrange2019-11-295-0/+288
* crypto: add cryptographic random byte sourceDaniel P. Berrange2019-11-294-0/+111
* crypto: ensure qcrypto_hash_digest_len is always definedDaniel P. Berrange2019-11-291-13/+17
* crypto: register properties against the class instead of objectDaniel P. Berrange2019-11-294-72/+66
* crypto: Clean up includesPeter Maydell2019-11-2913-0/+13
* fpu: Replace uint8 typedef with uint8_tPeter Maydell2019-11-291-1/+1
* crypto: fix transposed arguments in cipher error messageDaniel P. Berrange2019-11-291-1/+1
* crypto: move QCryptoCipherAlgorithm/Mode enum definitions into QAPIDaniel P. Berrange2019-11-291-4/+4
* crypto: move QCryptoHashAlgorithm enum definition into QAPIDaniel P. Berrange2019-11-291-2/+2
* crypto: add ability to query hash digest lenDaniel P. Berrange2019-11-291-0/+15
* crypto: add additional query accessors for cipher instancesDaniel P. Berrange2019-11-291-0/+48
* crypto: add support for loading encrypted x509 keysDaniel P. Berrange2019-11-291-0/+48
* crypto: add QCryptoSecret object class for password/key handlingDaniel P. Berrange2019-11-292-0/+514
* crypto: avoid two coverity false positive error reportsDaniel P. Berrange2015-12-042-2/+3
* crypto: avoid passing NULL to access() syscallDaniel P. Berrange2015-11-181-1/+2
* crypto: fix mistaken setting of Error in success code pathDaniel P. Berrange2015-11-181-2/+2
* crypto: fix leak of gnutls_dh_params_t data on credential unloadDaniel P. Berrange2015-11-181-0/+4
* crypto: add sanity checking of plaintext/ciphertext lengthDaniel P. Berrange2015-10-223-24/+80
* crypto: don't let builtin aes crash if no IV is providedDaniel P. Berrange2015-10-221-9/+5
* crypto: allow use of nettle/gcrypt to be selected explicitlyDaniel P. Berrange2015-10-222-18/+16
* crypto: introduce new module for handling TLS sessionsDaniel P. Berrange2015-09-152-0/+575
* crypto: add sanity checking of TLS x509 credentialsDaniel P. Berrange2015-09-151-0/+546
* crypto: introduce new module for TLS x509 credentialsDaniel P. Berrange2015-09-152-0/+264
* crypto: introduce new module for TLS anonymous credentialsDaniel P. Berrange2015-09-152-0/+224
* crypto: introduce new base module for TLS credentialsDaniel P. Berrange2015-09-153-0/+294
* crypto: move crypto objects out of libqemuutil.laDaniel P. Berrange2015-09-151-5/+8
* crypto: fix built-in AES decrypt functionDaniel P. Berrange2015-07-271-4/+4
* crypto: Fix aes_decrypt_wrapper()Kevin Wolf2015-07-201-1/+1
* crypto: avoid undefined behavior in nettle callsRadim Krčmář2015-07-161-4/+39
* crypto: fix build with nettle >= 3.0.0Radim Krčmář2015-07-161-6/+10
* crypto: fix builtin qcrypto_cipher_freePaolo Bonzini2015-07-091-1/+3
* crypto: add a nettle cipher implementationDaniel P. Berrange2015-07-082-2/+210
* crypto: add a gcrypt cipher implementationDaniel P. Berrange2015-07-083-0/+308
* crypto: introduce generic cipher API & built-in implementationDaniel P. Berrange2015-07-083-0/+448
* crypto: move built-in D3DES implementation into crypto/Daniel P. Berrange2015-07-072-0/+416
OpenPOWER on IntegriCloud