index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crypto
Age
Commit message (
Expand
)
Author
Files
Lines
2016-10-20
crypto: fix initialization of gcrypt threading
Daniel P. Berrange
1
-3
/
+4
2016-10-19
crypto: add mode check in qcrypto_cipher_new() for cipher-builtin
Gonglei
1
-0
/
+11
2016-10-19
crypto: add CTR mode support
Gonglei
3
-7
/
+34
2016-10-19
crypto: extend mode as a parameter in qcrypto_cipher_supports()
Gonglei
3
-3
/
+37
2016-09-23
crypto: Switch to QEMU UUID API
Fam Zheng
1
-19
/
+7
2016-09-19
crypto: add trace points for TLS cert verification
Daniel P. Berrange
2
-2
/
+9
2016-09-19
crypto: support more hash algorithms for pbkdf
Daniel P. Berrange
2
-10
/
+65
2016-09-19
crypto: increase default pbkdf2 time for luks to 2 seconds
Daniel P. Berrange
1
-1
/
+1
2016-09-19
crypto: remove bogus /= 2 for pbkdf iterations
Daniel P. Berrange
1
-4
/
+0
2016-09-19
crypto: use correct derived key size when timing pbkdf
Daniel P. Berrange
2
-3
/
+9
2016-09-19
crypto: clear out buffer after timing pbkdf algorithm
Daniel P. Berrange
1
-4
/
+9
2016-09-19
crypto: make PBKDF iterations configurable for LUKS format
Daniel P. Berrange
1
-0
/
+24
2016-09-19
crypto: use uint64_t for pbkdf iteration count parameters
Daniel P. Berrange
5
-35
/
+52
2016-09-12
crypto: report enum strings instead of values in errors
Daniel P. Berrange
4
-13
/
+22
2016-09-12
crypto: fix building complaint
Gonglei
2
-5
/
+4
2016-09-12
crypto: ensure XTS is only used with ciphers with 16 byte blocks
Daniel P. Berrange
2
-5
/
+13
2016-08-12
trace-events: fix first line comment in trace-events
Laurent Vivier
1
-1
/
+1
2016-07-26
crypto: add support for querying parameters for block encryption
Daniel P. Berrange
3
-0
/
+88
2016-07-21
crypto: don't open-code qcrypto_hash_supports
Daniel P. Berrange
3
-6
/
+3
2016-07-21
crypto: use glib as fallback for hash algorithm
Daniel P. Berrange
3
-42
/
+99
2016-07-21
crypto: use /dev/[u]random as a final fallback random source
Daniel P. Berrange
2
-3
/
+36
2016-07-12
Clean up ill-advised or unusual header guards
Markus Armbruster
2
-6
/
+6
2016-07-12
Clean up header guards that don't match their file name
Markus Armbruster
3
-10
/
+9
2016-07-12
Use #include "..." for our own headers, <...> for others
Markus Armbruster
3
-3
/
+3
2016-07-04
crypto: allow default TLS priority to be chosen at build time
Daniel P. Berrange
1
-2
/
+2
2016-07-04
crypto: add support for TLS priority string override
Daniel P. Berrange
2
-7
/
+45
2016-07-04
crypto: implement sha224, sha384, sha512 and ripemd160 hashes
Daniel P. Berrange
3
-0
/
+37
2016-07-04
crypto: switch hash code to use nettle/gcrypt directly
Daniel P. Berrange
5
-105
/
+276
2016-07-04
crypto: fix handling of iv generator hash defaults
Daniel P. Berrange
1
-0
/
+21
2016-06-20
trace: split out trace events for crypto/ directory
Daniel P. Berrange
1
-0
/
+19
2016-06-13
crypto: assert that qcrypto_hash_digest_len is in range
Paolo Bonzini
1
-3
/
+1
2016-06-13
TLS: provide slightly more information when TLS certificate loading fails
Alex Bligh
1
-6
/
+11
2016-06-07
crypto: Use DIV_ROUND_UP
Laurent Vivier
1
-4
/
+2
2016-05-19
qemu-common: stop including qemu/bswap.h from qemu-common.h
Paolo Bonzini
2
-0
/
+2
2016-03-30
crypto: do an explicit check for nettle pbkdf functions
Daniel P. Berrange
1
-2
/
+2
2016-03-24
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
19
-0
/
+23
2016-03-22
include/crypto: Include qapi-types.h or qemu/bswap.h instead of qemu-common.h
Markus Armbruster
3
-0
/
+3
2016-03-22
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
19
-0
/
+20
2016-03-21
crypto: fix cipher function signature mismatch with nettle & xts
Daniel P. Berrange
1
-35
/
+109
2016-03-21
crypto: add compat cast5_set_key with nettle < 3.0.0
Daniel P. Berrange
1
-0
/
+2
2016-03-17
crypto: implement the LUKS block encryption format
Daniel P. Berrange
4
-0
/
+1359
2016-03-17
crypto: add block encryption framework
Daniel P. Berrange
5
-0
/
+553
2016-03-17
crypto: wire up XTS mode for cipher APIs
Daniel P. Berrange
4
-44
/
+270
2016-03-17
crypto: refactor code for dealing with AES cipher
Daniel P. Berrange
2
-74
/
+109
2016-03-17
crypto: import an implementation of the XTS cipher mode
Daniel P. Berrange
2
-0
/
+231
2016-03-17
crypto: add support for the twofish cipher algorithm
Daniel P. Berrange
3
-0
/
+48
2016-03-17
crypto: add support for the serpent cipher algorithm
Daniel P. Berrange
3
-0
/
+55
2016-03-17
crypto: add support for the cast5-128 cipher algorithm
Daniel P. Berrange
3
-1
/
+45
2016-03-17
crypto: add support for anti-forensic split algorithm
Daniel P. Berrange
2
-0
/
+159
2016-03-17
crypto: add support for generating initialization vectors
Daniel P. Berrange
9
-0
/
+472
[next]