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-02-02
crypto: ensure qcrypto_hash_digest_len is always defined
Daniel P. Berrange
1
-13
/
+17
2016-02-01
crypto: register properties against the class instead of object
Daniel P. Berrange
4
-72
/
+66
2016-01-29
crypto: Clean up includes
Peter Maydell
13
-0
/
+13
2016-01-22
fpu: Replace uint8 typedef with uint8_t
Peter Maydell
1
-1
/
+1
2015-12-23
crypto: fix transposed arguments in cipher error message
Daniel P. Berrange
1
-1
/
+1
2015-12-23
crypto: move QCryptoCipherAlgorithm/Mode enum definitions into QAPI
Daniel P. Berrange
1
-4
/
+4
2015-12-23
crypto: move QCryptoHashAlgorithm enum definition into QAPI
Daniel P. Berrange
1
-2
/
+2
2015-12-23
crypto: add ability to query hash digest len
Daniel P. Berrange
1
-0
/
+15
2015-12-23
crypto: add additional query accessors for cipher instances
Daniel P. Berrange
1
-0
/
+48
2015-12-18
crypto: add support for loading encrypted x509 keys
Daniel P. Berrange
1
-0
/
+48
2015-12-18
crypto: add QCryptoSecret object class for password/key handling
Daniel P. Berrange
2
-0
/
+514
2015-12-04
crypto: avoid two coverity false positive error reports
Daniel P. Berrange
2
-2
/
+3
2015-11-18
crypto: avoid passing NULL to access() syscall
Daniel P. Berrange
1
-1
/
+2
2015-11-18
crypto: fix mistaken setting of Error in success code path
Daniel P. Berrange
1
-2
/
+2
2015-11-18
crypto: fix leak of gnutls_dh_params_t data on credential unload
Daniel P. Berrange
1
-0
/
+4
2015-10-22
crypto: add sanity checking of plaintext/ciphertext length
Daniel P. Berrange
3
-24
/
+80
2015-10-22
crypto: don't let builtin aes crash if no IV is provided
Daniel P. Berrange
1
-9
/
+5
2015-10-22
crypto: allow use of nettle/gcrypt to be selected explicitly
Daniel P. Berrange
2
-18
/
+16
2015-09-15
crypto: introduce new module for handling TLS sessions
Daniel P. Berrange
2
-0
/
+575
2015-09-15
crypto: add sanity checking of TLS x509 credentials
Daniel P. Berrange
1
-0
/
+546
2015-09-15
crypto: introduce new module for TLS x509 credentials
Daniel P. Berrange
2
-0
/
+264
2015-09-15
crypto: introduce new module for TLS anonymous credentials
Daniel P. Berrange
2
-0
/
+224
2015-09-15
crypto: introduce new base module for TLS credentials
Daniel P. Berrange
3
-0
/
+294
2015-09-15
crypto: move crypto objects out of libqemuutil.la
Daniel P. Berrange
1
-5
/
+8
2015-07-27
crypto: fix built-in AES decrypt function
Daniel P. Berrange
1
-4
/
+4
2015-07-20
crypto: Fix aes_decrypt_wrapper()
Kevin Wolf
1
-1
/
+1
2015-07-16
crypto: avoid undefined behavior in nettle calls
Radim Krčmář
1
-4
/
+39
2015-07-16
crypto: fix build with nettle >= 3.0.0
Radim Krčmář
1
-6
/
+10
2015-07-09
crypto: fix builtin qcrypto_cipher_free
Paolo Bonzini
1
-1
/
+3
2015-07-08
crypto: add a nettle cipher implementation
Daniel P. Berrange
2
-2
/
+210
2015-07-08
crypto: add a gcrypt cipher implementation
Daniel P. Berrange
3
-0
/
+308
2015-07-08
crypto: introduce generic cipher API & built-in implementation
Daniel P. Berrange
3
-0
/
+448
2015-07-07
crypto: move built-in D3DES implementation into crypto/
Daniel P. Berrange
2
-0
/
+416
2015-07-07
crypto: move built-in AES implementation into crypto/
Daniel P. Berrange
2
-0
/
+1653
2015-07-07
crypto: introduce new module for computing hash digests
Daniel P. Berrange
3
-0
/
+262