summaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)Author
20 hoursMerge tag 'pull-aspeed-20260906' of https://github.com/legoater/qemu into sta...HEADstagingmasterPeter Maydell
22 hourscrypto/x509-utils: propagate the errorMarc-André Lureau
22 hourscrypto/x509-utils: don't double set errpMarc-André Lureau
22 hourscrypto: Use g_autofreeEvgeny Kolmakov
3 dayscrypto/akcipher: Support ECDSA sign/verify with nettleJamin Lin
3 dayscrypto/akcipher: Support ECDSA sign/verify with gcryptJamin Lin
13 dayscrypto/x509-utils: Add helper functions for DIAG 508 subcode 1Zhuoying Cai
13 dayscrypto/x509-utils: Add helper functions for DIAG 320 subcode 2Zhuoying Cai
13 dayscrypto/x509-utils: Add helper functions for certificate storeZhuoying Cai
13 dayscrypto/x509-utils: Refactor with GNUTLS fallbackZhuoying Cai
14 dayscrypto: fix build against nettle >= 4Marc-André Lureau
2026-08-11crypto/cipher-gnutls: Implement AES-GCMJamin Lin
2026-08-11crypto/cipher-nettle: Implement AES-GCMJamin Lin
2026-08-11crypto/cipher-gcrypt: Implement AES-GCMJamin Lin
2026-08-11crypto/cipher: Add setaad/gettag for AEAD modesJamin Lin
2026-08-11crypto/cipher: Add GCM to QCryptoCipherModeJamin Lin
2026-07-21meson.build: re-add explicit gcrypt/nettle request checkLuc Michel
2026-07-07crypto/x509-utils: fix gnutls error code in crt_init failure pathyujun
2026-05-21crypto: fix client side anonymous TLS credentialsDaniel P. Berrangé
2026-04-24MAINTAINERS: Remove my disfunctional emailsPhilippe Mathieu-Daudé
2025-11-03crypto: support upto 5 parallel certificate identitiesDaniel P. Berrangé
2025-11-03crypto: expand logic to cope with multiple certificate identitiesDaniel P. Berrangé
2025-11-03crypto: avoid loading the identity certs twiceDaniel P. Berrangé
2025-11-03crypto: avoid loading the CA certs twiceDaniel P. Berrangé
2025-11-03crypto: deprecate use of external dh-params.pem fileDaniel P. Berrangé
2025-11-03crypto: make TLS credentials structs privateDaniel P. Berrangé
2025-11-03crypto: fix lifecycle handling of gnutls credentials objectsDaniel P. Berrangé
2025-11-03crypto: introduce a wrapper around gnutls credentialsDaniel P. Berrangé
2025-11-03crypto: introduce method for reloading TLS credsDaniel P. Berrangé
2025-11-03crypto: reduce duplication in handling TLS priority stringsDaniel P. Berrangé
2025-11-03crypto: remove duplication loading x509 CA certDaniel P. Berrangé
2025-11-03crypto: shorten the endpoint == server check in TLS credsDaniel P. Berrangé
2025-11-03crypto: move release of DH parameters into TLS creds parentDaniel P. Berrangé
2025-11-03crypto: remove needless indirection via parent_obj fieldDaniel P. Berrangé
2025-11-03crypto: use g_autofree when loading x509 credentialsDaniel P. Berrangé
2025-11-03crypto: move check for TLS creds 'dir' propertyDaniel P. Berrangé
2025-11-03crypto: remove redundant access() checks before loading certsDaniel P. Berrangé
2025-11-03crypto: replace stat() with access() for credential checksDaniel P. Berrangé
2025-11-03crypto: add missing free of certs arrayDaniel P. Berrangé
2025-11-03crypto: remove redundant parameter checking CA certsDaniel P. Berrangé
2025-11-03crypto: drop in-tree XTS cipher mode implDaniel P. Berrangé
2025-11-03crypto: unconditionally enable gnutls XTS supportDaniel P. Berrangé
2025-11-03crypto: bump min gnutls to 3.7.5Daniel P. Berrangé
2025-11-03crypto/hash: Have hashing functions take void * buffer argumentPhilippe Mathieu-Daudé
2025-10-24crypto: switch to newer gnutls API for distinguished nameDaniel P. Berrangé
2025-10-24crypto: stop requiring "key encipherment" usage in x509 certsDaniel P. Berrangé
2025-10-24crypto: allow client/server cert chainsmatoro
2025-10-24crypto: fix error reporting in cert chain checksDaniel P. Berrangé
2025-10-24crypto: remove extraneous pointer usage in gnutls certsDaniel P. Berrangé
2025-10-24crypto: only verify CA certs in chain of trustHenry Kleynhans