Sign in
qemu
/
qemu
/
e33cf0f8d8c9998a7616684f9d6aa0d181b88803
/
include
/
crypto
e361a77
Don't talk about the LGPL if the file is licensed under the GPL
by Thomas Huth
· 6 years ago
c972fa1
crypto: support multiple threads accessing one QCryptoBlock
by Vladimir Sementsov-Ogievskiy
· 6 years ago
dbddad7
tests: call qcrypto_init instead of gnutls_global_init
by Daniel P. Berrangé
· 7 years ago
e1a6dc9
crypto: Implement TLS Pre-Shared Keys (PSK).
by Richard W.M. Jones
· 7 years ago
9af2398
Include less of the generated modular QAPI headers
by Markus Armbruster
· 7 years ago
e688df6
Include qapi/error.h exactly where needed
by Markus Armbruster
· 7 years ago
4609742
block: convert qcrypto_block_encrypt|decrypt to take bytes offset
by Daniel P. Berrange
· 7 years ago
850f49d
crypto: expose encryption sector size in APIs
by Daniel P. Berrange
· 7 years ago
14a5a2a
crypto: hmac: add hmac driver framework
by Longpeng(Mike)
· 8 years ago
9767b75
crypto: hmac: move crypto/hmac.h into include/crypto/
by Longpeng(Mike)
· 8 years ago
75c8007
crypto: cipher: add cipher driver framework
by Longpeng(Mike)
· 8 years ago
1cd9a78
block: pass option prefix down to crypto layer
by Daniel P. Berrange
· 8 years ago
a372781
crypto: qcrypto_random_bytes() now works on windows w/o any other crypto libs
by Geert Martin Ijewski
· 8 years ago
e4a3507
crypto: move 'opaque' parameter to (nearly) the end of parameter list
by Daniel P. Berrange
· 8 years ago
3750923
crypto: Make errp the last parameter of functions
by Fam Zheng
· 8 years ago
3c28292
crypto: add CTR mode support
by Gonglei
· 8 years ago
f844836
crypto: extend mode as a parameter in qcrypto_cipher_supports()
by Gonglei
· 8 years ago
e74aabc
crypto: use correct derived key size when timing pbkdf
by Daniel P. Berrange
· 8 years ago
59b060b
crypto: use uint64_t for pbkdf iteration count parameters
by Daniel P. Berrange
· 8 years ago
40c8502
crypto: add support for querying parameters for block encryption
by Daniel P. Berrange
· 9 years ago
2a6a407
Clean up ill-advised or unusual header guards
by Markus Armbruster
· 9 years ago
121d071
Clean up header guards that don't match their file name
by Markus Armbruster
· 9 years ago
13f1243
crypto: add support for TLS priority string override
by Daniel P. Berrange
· 9 years ago
c8d70e5
crypto: aes: always rename internal symbols
by Mike Frysinger
· 9 years ago
cb8d4c8
Fix some typos found by codespell
by Stefan Weil
· 9 years ago
7136fc1
include/crypto: Include qapi-types.h or qemu/bswap.h instead of qemu-common.h
by Markus Armbruster
· 9 years ago
7d96901
crypto: add block encryption framework
by Daniel P. Berrange
· 9 years ago
84f7f18
crypto: import an implementation of the XTS cipher mode
by Daniel P. Berrange
· 9 years ago
5a95e0f
crypto: add support for anti-forensic split algorithm
by Daniel P. Berrange
· 9 years ago
cb73089
crypto: add support for generating initialization vectors
by Daniel P. Berrange
· 9 years ago
37788f2
crypto: add support for PBKDF2 algorithm
by Daniel P. Berrange
· 9 years ago
b917da4
crypto: add cryptographic random byte source
by Daniel P. Berrange
· 9 years ago
90ce6e2
include: Clean up includes
by Peter Maydell
· 9 years ago
07982d2
crypto: fix description of @errp parameter initialization
by Daniel P. Berrange
· 9 years ago
b3afe33
crypto: Fix typo in example
by Eric Blake
· 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
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
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