summaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)AuthorFilesLines
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
2015-07-07crypto: move built-in D3DES implementation into crypto/Daniel P. Berrange2-0/+416
2015-07-07crypto: move built-in AES implementation into crypto/Daniel P. Berrange2-0/+1653
2015-07-07crypto: introduce new module for computing hash digestsDaniel P. Berrange3-0/+262