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
Fabiano Rosas 0b8a70d70f crypto: Remove qcrypto_tls_session_get_handshake_status
The correct way of calling qcrypto_tls_session_handshake() requires
calling qcrypto_tls_session_get_handshake_status() right after it so
there's no reason to have a separate method.

Refactor qcrypto_tls_session_handshake() to inform the status in its
own return value and alter the callers accordingly.

No functional change.

Suggested-by: Daniel P. Berrangé <berrange@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Acked-by: Daniel P. Berrangé <berrange@redhat.com>
Signed-off-by: Fabiano Rosas <farosas@suse.de>
1 week ago
..
aes.c target/riscv: Use existing lookup tables for MixColumns 1 year ago
afalg.c qapi/crypto: Rename QCryptoAFAlg to QCryptoAFAlgo 5 months ago
afalgpriv.h qapi/crypto: Rename QCryptoAFAlg to QCryptoAFAlgo 5 months ago
afsplit.c qapi/crypto: Rename QCryptoHashAlgorithm to *Algo, and drop prefix 5 months ago
akcipher-gcrypt.c.inc include: Rename sysemu/ -> system/ 2 months ago
akcipher-nettle.c.inc include: Rename sysemu/ -> system/ 2 months ago
akcipher.c qapi/crypto: Rename QCryptoAkCipherAlgorithm to *Algo, and drop prefix 5 months ago
akcipherpriv.h qapi/crypto: Rename QCryptoAkCipherAlgorithm to *Algo, and drop prefix 5 months ago
block-luks-priv.h crypto: Clean up includes 2 years ago
block-luks.c qapi/crypto: Rename QCryptoIVGenAlgorithm to *Algo, and drop prefix 5 months 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 5 months 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 5 months ago
blockpriv.h qapi/crypto: Rename QCryptoCipherAlgorithm to *Algo, and drop prefix 5 months ago
cipher-afalg.c qapi/crypto: Rename QCryptoAFAlg to QCryptoAFAlgo 5 months ago
cipher-builtin.c.inc qapi/crypto: Rename QCryptoCipherAlgorithm to *Algo, and drop prefix 5 months ago
cipher-gcrypt.c.inc qapi/crypto: Rename QCryptoCipherAlgorithm to *Algo, and drop prefix 5 months ago
cipher-gnutls.c.inc qapi/crypto: Rename QCryptoCipherAlgorithm to *Algo, and drop prefix 5 months ago
cipher-nettle.c.inc qapi/crypto: Rename QCryptoCipherAlgorithm to *Algo, and drop prefix 5 months ago
cipher.c qapi/crypto: Rename QCryptoCipherAlgorithm to *Algo, and drop prefix 5 months ago
cipherpriv.h qapi/crypto: Rename QCryptoCipherAlgorithm to *Algo, and drop prefix 5 months ago
clmul.c crypto: Add generic 64-bit carry-less multiply routine 1 year ago
der.c crypto: Remove unused DER string functions 4 months ago
der.h crypto: Remove unused DER string functions 4 months ago
hash-afalg.c overall: Remove unnecessary g_strdup_printf() calls 1 week ago
hash-gcrypt.c crypto: perform runtime check for hash/hmac support in gcrypt 4 months ago
hash-glib.c crypto/hash: avoid overwriting user supplied result pointer 4 months ago
hash-gnutls.c crypto/hash: avoid overwriting user supplied result pointer 4 months ago
hash-nettle.c crypto: Introduce SM3 hash hmac pbkdf algorithm 4 months ago
hash.c crypto: Introduce SM3 hash hmac pbkdf algorithm 4 months ago
hashpriv.h crypto/hashpriv: Remove old hash API function 4 months ago
hmac-gcrypt.c crypto: perform runtime check for hash/hmac support in gcrypt 4 months ago
hmac-glib.c qapi/crypto: Rename QCryptoHashAlgorithm to *Algo, and drop prefix 5 months ago
hmac-gnutls.c qapi/crypto: Rename QCryptoHashAlgorithm to *Algo, and drop prefix 5 months ago
hmac-nettle.c crypto: Introduce SM3 hash hmac pbkdf algorithm 4 months ago
hmac.c qapi/crypto: Rename QCryptoHashAlgorithm to *Algo, and drop prefix 5 months ago
hmacpriv.h qapi/crypto: Rename QCryptoAFAlg to QCryptoAFAlgo 5 months ago
init.c crypto: drop gnutls debug logging support 7 months 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 3 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 5 months ago
ivgenpriv.h qapi/crypto: Rename QCryptoIVGenAlgorithm to *Algo, and drop prefix 5 months ago
meson.build crypto: Introduce x509 utils 6 months ago
pbkdf-gcrypt.c crypto: Introduce SM3 hash hmac pbkdf algorithm 4 months ago
pbkdf-gnutls.c qapi/crypto: Rename QCryptoHashAlgorithm to *Algo, and drop prefix 5 months ago
pbkdf-nettle.c crypto: Introduce SM3 hash hmac pbkdf algorithm 4 months ago
pbkdf-stub.c qapi/crypto: Rename QCryptoHashAlgorithm to *Algo, and drop prefix 5 months ago
pbkdf.c crypto: fix bogus error benchmarking pbkdf on fast machines 1 month 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 5 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' 5 months ago
rsakey-nettle.c.inc qapi/crypto: Drop unwanted 'prefix' 5 months ago
rsakey.c crypto: Support export akcipher to pkcs8 2 years ago
rsakey.h crypto: Support export akcipher to pkcs8 2 years ago
secret.c crypto: Move USER_CREATABLE to secret_common base class 4 years ago
secret_common.c crypto: purge 'loaded' property that was not fully removed 4 months ago
secret_keyring.c crypto: Move USER_CREATABLE to secret_common base class 4 years ago
sm4.c crypto: Add SM4 constant parameter CK 1 year ago
tls-cipher-suites.c crypto: remove shadowed 'ret' variable 1 year ago
tlscreds.c crypto/tlscreds: Introduce qcrypto_tls_creds_check_endpoint() helper 4 years ago
tlscredsanon.c crypto: purge 'loaded' property that was not fully removed 4 months ago
tlscredspriv.h crypto: Make QCryptoTLSCreds* structures private 4 years ago
tlscredspsk.c crypto: purge 'loaded' property that was not fully removed 4 months ago
tlscredsx509.c crypto: purge 'loaded' property that was not fully removed 4 months ago
tlssession.c crypto: Remove qcrypto_tls_session_get_handshake_status 1 week ago
trace-events docs: fix references to docs/devel/tracing.rst 4 years ago
trace.h trace: switch position of headers to what Meson requires 5 years ago
x509-utils.c qapi/crypto: Rename QCryptoHashAlgorithm to *Algo, and drop prefix 5 months ago
xts.c crypto: Fix LGPL information in the file headers 6 years ago