aboutsummaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)Author
2016-01-22fpu: Replace uint8 typedef with uint8_tPeter Maydell
2015-12-23crypto: fix transposed arguments in cipher error messageDaniel P. Berrange
2015-12-23crypto: move QCryptoCipherAlgorithm/Mode enum definitions into QAPIDaniel P. Berrange
2015-12-23crypto: move QCryptoHashAlgorithm enum definition into QAPIDaniel P. Berrange
2015-12-23crypto: add ability to query hash digest lenDaniel P. Berrange
2015-12-23crypto: add additional query accessors for cipher instancesDaniel P. Berrange
2015-12-18crypto: add support for loading encrypted x509 keysDaniel P. Berrange
2015-12-18crypto: add QCryptoSecret object class for password/key handlingDaniel P. Berrange
2015-12-04crypto: avoid two coverity false positive error reportsDaniel P. Berrange
2015-11-18crypto: avoid passing NULL to access() syscallDaniel P. Berrange
2015-11-18crypto: fix mistaken setting of Error in success code pathDaniel P. Berrange
2015-11-18crypto: fix leak of gnutls_dh_params_t data on credential unloadDaniel P. Berrange
2015-10-22crypto: add sanity checking of plaintext/ciphertext lengthDaniel P. Berrange
2015-10-22crypto: don't let builtin aes crash if no IV is providedDaniel P. Berrange
2015-10-22crypto: allow use of nettle/gcrypt to be selected explicitlyDaniel P. Berrange
2015-09-15crypto: introduce new module for handling TLS sessionsDaniel P. Berrange
2015-09-15crypto: add sanity checking of TLS x509 credentialsDaniel P. Berrange
2015-09-15crypto: introduce new module for TLS x509 credentialsDaniel P. Berrange
2015-09-15crypto: introduce new module for TLS anonymous credentialsDaniel P. Berrange
2015-09-15crypto: introduce new base module for TLS credentialsDaniel P. Berrange
2015-09-15crypto: move crypto objects out of libqemuutil.laDaniel P. Berrange
2015-07-27crypto: fix built-in AES decrypt functionDaniel P. Berrange
2015-07-20crypto: Fix aes_decrypt_wrapper()Kevin Wolf
2015-07-16crypto: avoid undefined behavior in nettle callsRadim Krčmář
2015-07-16crypto: fix build with nettle >= 3.0.0Radim Krčmář
2015-07-09crypto: fix builtin qcrypto_cipher_freePaolo Bonzini
2015-07-08crypto: add a nettle cipher implementationDaniel P. Berrange
2015-07-08crypto: add a gcrypt cipher implementationDaniel P. Berrange
2015-07-08crypto: introduce generic cipher API & built-in implementationDaniel P. Berrange
2015-07-07crypto: move built-in D3DES implementation into crypto/Daniel P. Berrange
2015-07-07crypto: move built-in AES implementation into crypto/Daniel P. Berrange
2015-07-07crypto: introduce new module for computing hash digestsDaniel P. Berrange