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
Lei He 58660863ba crypto: Support export akcipher to pkcs8
crypto: support export RSA private keys with PKCS#8 standard.
So that users can upload this private key to linux kernel.

Signed-off-by: lei he <helei.sig11@bytedance.com>
Message-Id: <20221008085030.70212-4-helei.sig11@bytedance.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
2 years ago
..
aes.c crypto: Add spaces around operator 4 years ago
afalg.c crypto: introduce some common functions for af_alg backend 7 years ago
afalgpriv.h crypto: Allocate QCryptoCipher with the subclass 4 years ago
afsplit.c crypto: use auto cleanup for many stack variables 5 years ago
akcipher-gcrypt.c.inc crypto: Implement RSA algorithm by gcrypt 3 years ago
akcipher-nettle.c.inc test/crypto: Add test suite for crypto akcipher 3 years ago
akcipher.c crypto: Support export akcipher to pkcs8 2 years ago
akcipherpriv.h crypto: Introduce akcipher crypto class 3 years ago
block-luks-priv.h crypto: split off helpers for converting LUKS header endianess 2 years ago
block-luks.c crypto: quote algorithm names in error messages 2 years ago
block-luks.h crypto: Fix LGPL information in the file headers 5 years ago
block-qcow.c crypto: Fix LGPL information in the file headers 5 years ago
block-qcow.h crypto: Fix LGPL information in the file headers 5 years ago
block.c crypto: Make block callbacks return 0 on success 2 years ago
blockpriv.h qcrypto/core: add generic infrastructure for crypto options amendment 4 years ago
cipher-afalg.c Remove qemu-common.h include from most units 3 years ago
cipher-builtin.c.inc crypto: delete built-in XTS cipher mode support 3 years ago
cipher-gcrypt.c.inc crypto: replace 'des-rfb' cipher with 'des' 3 years ago
cipher-gnutls.c.inc crypto: add gnutls cipher provider 3 years ago
cipher-nettle.c.inc crypto: replace 'des-rfb' cipher with 'des' 3 years ago
cipher.c crypto: add gnutls cipher provider 3 years ago
cipherpriv.h crypto: Move cipher->driver init to qcrypto_*_cipher_ctx_new 4 years ago
der.c crypto: Support DER encodings 2 years ago
der.h crypto: Support DER encodings 2 years ago
hash-afalg.c Remove qemu-common.h include from most units 3 years ago
hash-gcrypt.c crypto: Fix LGPL information in the file headers 5 years ago
hash-glib.c crypto: Fix LGPL information in the file headers 5 years ago
hash-gnutls.c crypto: add gnutls hash provider 3 years ago
hash-nettle.c crypto: drop back compatibility typedefs for nettle 4 years ago
hash.c crypto: Fix LGPL information in the file headers 5 years ago
hashpriv.h crypto: hash: add afalg-backend hash support 7 years ago
hmac-gcrypt.c qapi: Mechanically convert FOO_lookup[...] to FOO_str(...) 7 years ago
hmac-glib.c glib: bump min required glib library version to 2.48 5 years ago
hmac-gnutls.c crypto: add gnutls hmac provider 3 years ago
hmac-nettle.c crypto: drop back compatibility typedefs for nettle 4 years ago
hmac.c Include qapi/error.h exactly where needed 7 years ago
hmacpriv.h crypto: hmac: add af_alg-backend hmac support 7 years ago
init.c crypto: drop gcrypt thread initialization code 3 years ago
ivgen-essiv.c crypto: Fix LGPL information in the file headers 5 years ago
ivgen-essiv.h crypto: Fix LGPL information in the file headers 5 years ago
ivgen-plain.c crypto: Fix LGPL information in the file headers 5 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 5 years ago
ivgen-plain64.h crypto: Fix LGPL information in the file headers 5 years ago
ivgen.c crypto: Fix LGPL information in the file headers 5 years ago
ivgenpriv.h crypto: Fix LGPL information in the file headers 5 years ago
meson.build crypto: Implement RSA algorithm by hogweed 3 years ago
pbkdf-gcrypt.c crypto: Fix LGPL information in the file headers 5 years ago
pbkdf-gnutls.c crypto: add gnutls pbkdf provider 3 years ago
pbkdf-nettle.c crypto: Fix LGPL information in the file headers 5 years ago
pbkdf-stub.c crypto: Fix LGPL information in the file headers 5 years ago
pbkdf.c crypto/luks: Support creating LUKS image on Darwin 2 years ago
random-gcrypt.c crypto: Fix LGPL information in the file headers 5 years ago
random-gnutls.c crypto: Fix LGPL information in the file headers 5 years ago
random-none.c crypto: add "none" random provider 5 years ago
random-platform.c crypto: Fix LGPL information in the file headers 5 years ago
rsakey-builtin.c.inc crypto: Implement RSA algorithm by hogweed 3 years ago
rsakey-nettle.c.inc crypto: Implement RSA algorithm by hogweed 3 years 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: make loaded property read-only 3 years ago
secret_keyring.c crypto: Move USER_CREATABLE to secret_common base class 4 years ago
sm4.c crypto: move sm4_sbox from target/arm 3 years ago
tls-cipher-suites.c crypto: Make QCryptoTLSCreds* structures private 3 years ago
tlscreds.c crypto/tlscreds: Introduce qcrypto_tls_creds_check_endpoint() helper 3 years ago
tlscredsanon.c crypto: make loaded property read-only 3 years ago
tlscredspriv.h crypto: Make QCryptoTLSCreds* structures private 3 years ago
tlscredspsk.c crypto: check for and report errors setting PSK credentials 2 years ago
tlscredsx509.c crypto: make loaded property read-only 3 years ago
tlssession.c crypto: mandate a hostname when checking x509 creds on a client 3 years 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 4 years ago
xts.c crypto: Fix LGPL information in the file headers 5 years ago