Sign in
qemu-android
/
qemu-android
/
201577059331b8b3aef221ee2ed594deb99d6631
/
crypto
c0377a7
crypto: ensure qcrypto_hash_digest_len is always defined
by Daniel P. Berrange
· 9 years ago
9884abe
crypto: register properties against the class instead of object
by Daniel P. Berrange
· 10 years ago
42f7a44
crypto: Clean up includes
by Peter Maydell
· 9 years ago
d341d9f
fpu: Replace uint8 typedef with uint8_t
by Peter Maydell
· 9 years ago
50de626
crypto: fix transposed arguments in cipher error message
by Daniel P. Berrange
· 9 years ago
d8c02bc
crypto: move QCryptoCipherAlgorithm/Mode enum definitions into QAPI
by Daniel P. Berrange
· 9 years ago
d84b79d
crypto: move QCryptoHashAlgorithm enum definition into QAPI
by Daniel P. Berrange
· 9 years ago
7b36064
crypto: add ability to query hash digest len
by Daniel P. Berrange
· 9 years ago
dd2bf9e
crypto: add additional query accessors for cipher instances
by Daniel P. Berrange
· 9 years ago
1d7b5b4
crypto: add support for loading encrypted x509 keys
by Daniel P. Berrange
· 9 years ago
ac1d887
crypto: add QCryptoSecret object class for password/key handling
by Daniel P. Berrange
· 9 years ago
0e1d024
crypto: avoid two coverity false positive error reports
by Daniel P. Berrange
· 9 years ago
08cb175
crypto: avoid passing NULL to access() syscall
by Daniel P. Berrange
· 9 years ago
6ef8cd7
crypto: fix mistaken setting of Error in success code path
by Daniel P. Berrange
· 9 years ago
61b9251
crypto: fix leak of gnutls_dh_params_t data on credential unload
by Daniel P. Berrange
· 9 years ago
3a661f1
crypto: add sanity checking of plaintext/ciphertext length
by Daniel P. Berrange
· 9 years ago
eb2a770
crypto: don't let builtin aes crash if no IV is provided
by Daniel P. Berrange
· 9 years ago
91bfcdb
crypto: allow use of nettle/gcrypt to be selected explicitly
by Daniel P. Berrange
· 9 years ago
d321e1e
crypto: introduce new module for handling TLS sessions
by Daniel P. Berrange
· 10 years ago
9a2fd43
crypto: add sanity checking of TLS x509 credentials
by Daniel P. Berrange
· 10 years ago
85bcbc7
crypto: introduce new module for TLS x509 credentials
by Daniel P. Berrange
· 10 years ago
e00adf6
crypto: introduce new module for TLS anonymous credentials
by Daniel P. Berrange
· 10 years ago
a090187
crypto: introduce new base module for TLS credentials
by Daniel P. Berrange
· 10 years ago
fb37726
crypto: move crypto objects out of libqemuutil.la
by Daniel P. Berrange
· 10 years ago
6775e2c
crypto: fix built-in AES decrypt function
by Daniel P. Berrange
· 10 years ago
bd09594
crypto: Fix aes_decrypt_wrapper()
by Kevin Wolf
· 10 years ago
d3462e3
crypto: avoid undefined behavior in nettle calls
by Radim Krčmář
· 10 years ago
becaeb7
crypto: fix build with nettle >= 3.0.0
by Radim Krčmář
· 10 years ago
4f4f697
crypto: fix builtin qcrypto_cipher_free
by Paolo Bonzini
· 10 years ago
ed75474
crypto: add a nettle cipher implementation
by Daniel P. Berrange
· 10 years ago
62893b6
crypto: add a gcrypt cipher implementation
by Daniel P. Berrange
· 10 years ago
ca38a4c
crypto: introduce generic cipher API & built-in implementation
by Daniel P. Berrange
· 10 years ago
9fd7246
crypto: move built-in D3DES implementation into crypto/
by Daniel P. Berrange
· 10 years ago
6f2945c
crypto: move built-in AES implementation into crypto/
by Daniel P. Berrange
· 10 years ago
ddbb0d0
crypto: introduce new module for computing hash digests
by Daniel P. Berrange
· 10 years ago