index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
Commit message (
Expand
)
Author
Age
Files
Lines
*
crypto: do an explicit check for nettle pbkdf functions
Daniel P. Berrange
2016-03-30
1
-2
/
+2
*
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2016-03-24
19
-0
/
+23
|
\
|
*
include/crypto: Include qapi-types.h or qemu/bswap.h instead of qemu-common.h
Markus Armbruster
2016-03-22
3
-0
/
+3
|
*
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
2016-03-22
19
-0
/
+20
*
|
crypto: fix cipher function signature mismatch with nettle & xts
Daniel P. Berrange
2016-03-21
1
-35
/
+109
*
|
crypto: add compat cast5_set_key with nettle < 3.0.0
Daniel P. Berrange
2016-03-21
1
-0
/
+2
|
/
*
crypto: implement the LUKS block encryption format
Daniel P. Berrange
2016-03-17
4
-0
/
+1359
*
crypto: add block encryption framework
Daniel P. Berrange
2016-03-17
5
-0
/
+553
*
crypto: wire up XTS mode for cipher APIs
Daniel P. Berrange
2016-03-17
4
-44
/
+270
*
crypto: refactor code for dealing with AES cipher
Daniel P. Berrange
2016-03-17
2
-74
/
+109
*
crypto: import an implementation of the XTS cipher mode
Daniel P. Berrange
2016-03-17
2
-0
/
+231
*
crypto: add support for the twofish cipher algorithm
Daniel P. Berrange
2016-03-17
3
-0
/
+48
*
crypto: add support for the serpent cipher algorithm
Daniel P. Berrange
2016-03-17
3
-0
/
+55
*
crypto: add support for the cast5-128 cipher algorithm
Daniel P. Berrange
2016-03-17
3
-1
/
+45
*
crypto: add support for anti-forensic split algorithm
Daniel P. Berrange
2016-03-17
2
-0
/
+159
*
crypto: add support for generating initialization vectors
Daniel P. Berrange
2016-03-17
9
-0
/
+472
*
crypto: add support for PBKDF2 algorithm
Daniel P. Berrange
2016-03-17
5
-0
/
+288
*
crypto: add cryptographic random byte source
Daniel P. Berrange
2016-03-17
4
-0
/
+111
*
crypto: ensure qcrypto_hash_digest_len is always defined
Daniel P. Berrange
2016-02-02
1
-13
/
+17
*
crypto: register properties against the class instead of object
Daniel P. Berrange
2016-02-01
4
-72
/
+66
*
crypto: Clean up includes
Peter Maydell
2016-01-29
13
-0
/
+13
*
fpu: Replace uint8 typedef with uint8_t
Peter Maydell
2016-01-22
1
-1
/
+1
*
crypto: fix transposed arguments in cipher error message
Daniel P. Berrange
2015-12-23
1
-1
/
+1
*
crypto: move QCryptoCipherAlgorithm/Mode enum definitions into QAPI
Daniel P. Berrange
2015-12-23
1
-4
/
+4
*
crypto: move QCryptoHashAlgorithm enum definition into QAPI
Daniel P. Berrange
2015-12-23
1
-2
/
+2
*
crypto: add ability to query hash digest len
Daniel P. Berrange
2015-12-23
1
-0
/
+15
*
crypto: add additional query accessors for cipher instances
Daniel P. Berrange
2015-12-23
1
-0
/
+48
*
crypto: add support for loading encrypted x509 keys
Daniel P. Berrange
2015-12-18
1
-0
/
+48
*
crypto: add QCryptoSecret object class for password/key handling
Daniel P. Berrange
2015-12-18
2
-0
/
+514
*
crypto: avoid two coverity false positive error reports
Daniel P. Berrange
2015-12-04
2
-2
/
+3
*
crypto: avoid passing NULL to access() syscall
Daniel P. Berrange
2015-11-18
1
-1
/
+2
*
crypto: fix mistaken setting of Error in success code path
Daniel P. Berrange
2015-11-18
1
-2
/
+2
*
crypto: fix leak of gnutls_dh_params_t data on credential unload
Daniel P. Berrange
2015-11-18
1
-0
/
+4
*
crypto: add sanity checking of plaintext/ciphertext length
Daniel P. Berrange
2015-10-22
3
-24
/
+80
*
crypto: don't let builtin aes crash if no IV is provided
Daniel P. Berrange
2015-10-22
1
-9
/
+5
*
crypto: allow use of nettle/gcrypt to be selected explicitly
Daniel P. Berrange
2015-10-22
2
-18
/
+16
*
crypto: introduce new module for handling TLS sessions
Daniel P. Berrange
2015-09-15
2
-0
/
+575
*
crypto: add sanity checking of TLS x509 credentials
Daniel P. Berrange
2015-09-15
1
-0
/
+546
*
crypto: introduce new module for TLS x509 credentials
Daniel P. Berrange
2015-09-15
2
-0
/
+264
*
crypto: introduce new module for TLS anonymous credentials
Daniel P. Berrange
2015-09-15
2
-0
/
+224
*
crypto: introduce new base module for TLS credentials
Daniel P. Berrange
2015-09-15
3
-0
/
+294
*
crypto: move crypto objects out of libqemuutil.la
Daniel P. Berrange
2015-09-15
1
-5
/
+8
*
crypto: fix built-in AES decrypt function
Daniel P. Berrange
2015-07-27
1
-4
/
+4
*
crypto: Fix aes_decrypt_wrapper()
Kevin Wolf
2015-07-20
1
-1
/
+1
*
crypto: avoid undefined behavior in nettle calls
Radim Krčmář
2015-07-16
1
-4
/
+39
*
crypto: fix build with nettle >= 3.0.0
Radim Krčmář
2015-07-16
1
-6
/
+10
*
crypto: fix builtin qcrypto_cipher_free
Paolo Bonzini
2015-07-09
1
-1
/
+3
*
crypto: add a nettle cipher implementation
Daniel P. Berrange
2015-07-08
2
-2
/
+210
*
crypto: add a gcrypt cipher implementation
Daniel P. Berrange
2015-07-08
3
-0
/
+308
*
crypto: introduce generic cipher API & built-in implementation
Daniel P. Berrange
2015-07-08
3
-0
/
+448
[next]