You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qemu/crypto
Daniel P. Berrangé 211fc7e416 crypto: support upto 5 parallel certificate identities
The default (required) identity is stored in server-cert.pem /
client-cert.pem and server-key.pem / client-key.pem.

The 4 extra (optional) identities are stored in server-cert-$N.pem /
client-cert-$N.pem and server-key-$N.pem / client-key-$N.pem. The
numbering starts at 0 and the first missing cert/key pair will
terminate the loading process.

Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
1 month ago
..
aes.c target/riscv: Use existing lookup tables for MixColumns 2 years ago
afalg.c qapi/crypto: Rename QCryptoAFAlg to QCryptoAFAlgo 1 year ago
afalgpriv.h qapi/crypto: Rename QCryptoAFAlg to QCryptoAFAlgo 1 year ago
afsplit.c qapi/crypto: Rename QCryptoHashAlgorithm to *Algo, and drop prefix 1 year ago
akcipher-gcrypt.c.inc include: Rename sysemu/ -> system/ 12 months ago
akcipher-nettle.c.inc include: Rename sysemu/ -> system/ 12 months ago
akcipher.c qapi/crypto: Rename QCryptoAkCipherAlgorithm to *Algo, and drop prefix 1 year ago
akcipherpriv.h qapi/crypto: Rename QCryptoAkCipherAlgorithm to *Algo, and drop prefix 1 year ago
block-luks-priv.h crypto: Clean up includes 3 years ago
block-luks.c qapi/crypto: Rename QCryptoIVGenAlgorithm to *Algo, and drop prefix 1 year ago
block-luks.h crypto: Fix LGPL information in the file headers 6 years ago
block-qcow.c qapi/crypto: Rename QCryptoIVGenAlgorithm to *Algo, and drop prefix 1 year ago
block-qcow.h crypto: Fix LGPL information in the file headers 6 years ago
block.c qapi/crypto: Rename QCryptoCipherAlgorithm to *Algo, and drop prefix 1 year ago
blockpriv.h qapi/crypto: Rename QCryptoCipherAlgorithm to *Algo, and drop prefix 1 year ago
cipher-afalg.c qapi/crypto: Rename QCryptoAFAlg to QCryptoAFAlgo 1 year ago
cipher-gcrypt.c.inc qapi/crypto: Rename QCryptoCipherAlgorithm to *Algo, and drop prefix 1 year ago
cipher-gnutls.c.inc crypto: unconditionally enable gnutls XTS support 1 month ago
cipher-nettle.c.inc crypto: drop in-tree XTS cipher mode impl 1 month ago
cipher-stub.c.inc crypto: fully drop built-in cipher provider 7 months ago
cipher.c crypto: bump min gnutls to 3.7.5 1 month ago
cipherpriv.h qapi/crypto: Rename QCryptoCipherAlgorithm to *Algo, and drop prefix 1 year ago
clmul.c crypto: Add generic 64-bit carry-less multiply routine 2 years ago
der.c crypto: Remove unused DER string functions 1 year ago
der.h crypto: Remove unused DER string functions 1 year ago
hash-afalg.c overall: Remove unnecessary g_strdup_printf() calls 10 months ago
hash-gcrypt.c crypto: perform runtime check for hash/hmac support in gcrypt 1 year ago
hash-glib.c crypto/hash: avoid overwriting user supplied result pointer 1 year ago
hash-gnutls.c crypto/hash: avoid overwriting user supplied result pointer 1 year ago
hash-nettle.c crypto: Introduce SM3 hash hmac pbkdf algorithm 1 year ago
hash.c crypto/hash: Have hashing functions take void * buffer argument 1 month ago
hashpriv.h crypto/hashpriv: Remove old hash API function 1 year ago
hmac-gcrypt.c crypto/hmac: Allow to build hmac over multiple qcrypto_gnutls_hmac_bytes[v] calls 3 months ago
hmac-glib.c crypto/hmac: Allow to build hmac over multiple qcrypto_gnutls_hmac_bytes[v] calls 3 months ago
hmac-gnutls.c crypto/hmac: Allow to build hmac over multiple qcrypto_gnutls_hmac_bytes[v] calls 3 months ago
hmac-nettle.c crypto/hmac: Allow to build hmac over multiple qcrypto_gnutls_hmac_bytes[v] calls 3 months ago
hmac.c crypto/hash: Have hashing functions take void * buffer argument 1 month ago
hmacpriv.h qapi/crypto: Rename QCryptoAFAlg to QCryptoAFAlgo 1 year ago
init.c crypto: drop gnutls debug logging support 1 year ago
ivgen-essiv.c crypto: Fix LGPL information in the file headers 6 years ago
ivgen-essiv.h crypto: Fix LGPL information in the file headers 6 years ago
ivgen-plain.c crypto: Fix LGPL information in the file headers 6 years ago
ivgen-plain.h Clean up ill-advised or unusual header guards 4 years ago
ivgen-plain64.c crypto: Fix LGPL information in the file headers 6 years ago
ivgen-plain64.h crypto: Fix LGPL information in the file headers 6 years ago
ivgen.c qapi/crypto: Rename QCryptoIVGenAlgorithm to *Algo, and drop prefix 1 year ago
ivgenpriv.h qapi/crypto: Rename QCryptoIVGenAlgorithm to *Algo, and drop prefix 1 year ago
meson.build crypto: introduce a wrapper around gnutls credentials 1 month ago
pbkdf-gcrypt.c crypto: Introduce SM3 hash hmac pbkdf algorithm 1 year ago
pbkdf-gnutls.c qapi/crypto: Rename QCryptoHashAlgorithm to *Algo, and drop prefix 1 year ago
pbkdf-nettle.c crypto: Introduce SM3 hash hmac pbkdf algorithm 1 year ago
pbkdf-stub.c qapi/crypto: Rename QCryptoHashAlgorithm to *Algo, and drop prefix 1 year ago
pbkdf.c crypto: fix bogus error benchmarking pbkdf on fast machines 11 months ago
random-gcrypt.c crypto: Fix LGPL information in the file headers 6 years ago
random-gnutls.c crypto: Fix LGPL information in the file headers 6 years ago
random-none.c crypto: add "none" random provider 6 years ago
random-platform.c crypto: Fix LGPL information in the file headers 6 years ago
rsakey-builtin.c.inc qapi/crypto: Drop unwanted 'prefix' 1 year ago
rsakey-nettle.c.inc qapi/crypto: Drop unwanted 'prefix' 1 year ago
rsakey.c crypto: Support export akcipher to pkcs8 3 years ago
rsakey.h crypto: Support export akcipher to pkcs8 3 years ago
secret.c qom: Have class_init() take a const data argument 7 months ago
secret_common.c qom: Make InterfaceInfo[] uses const 7 months ago
secret_keyring.c qom: Have class_init() take a const data argument 7 months ago
sm4.c crypto: Add SM4 constant parameter CK 2 years ago
tls-cipher-suites.c qom: Make InterfaceInfo[] uses const 7 months ago
tlscreds.c crypto: support upto 5 parallel certificate identities 1 month ago
tlscredsanon.c crypto: deprecate use of external dh-params.pem file 1 month ago
tlscredsbox.c crypto: introduce a wrapper around gnutls credentials 1 month ago
tlscredsbox.h crypto: introduce a wrapper around gnutls credentials 1 month ago
tlscredspriv.h crypto: support upto 5 parallel certificate identities 1 month ago
tlscredspsk.c crypto: deprecate use of external dh-params.pem file 1 month ago
tlscredsx509.c crypto: support upto 5 parallel certificate identities 1 month ago
tlssession.c crypto: support upto 5 parallel certificate identities 1 month ago
trace-events crypto: support upto 5 parallel certificate identities 1 month ago
trace.h trace: switch position of headers to what Meson requires 5 years ago
x509-utils.c crypto/x509-utils: Check for error from gnutls_x509_crt_init() 5 months ago