index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crypto
Age
Commit message (
Expand
)
Author
2023-07-09
crypto: Unexport AES_*_rot, AES_TeN, AES_TdN
Richard Henderson
2023-07-09
crypto: Remove AES_imc
Richard Henderson
2023-07-09
crypto: Implement aesdec_IMC with AES_imc_rot
Richard Henderson
2023-07-09
crypto: Remove AES_shifts, AES_ishifts
Richard Henderson
2023-07-08
crypto: Add aesdec_ISB_ISR_AK_IMC
Richard Henderson
2023-07-08
crypto: Add aesdec_ISB_ISR_IMC_AK
Richard Henderson
2023-07-08
crypto: Add aesenc_SB_SR_MC_AK
Richard Henderson
2023-07-08
crypto: Add aesdec_IMC
Richard Henderson
2023-07-08
crypto: Add aesenc_MC
Richard Henderson
2023-07-08
crypto: Add aesdec_ISB_ISR_AK
Richard Henderson
2023-07-08
crypto: Add aesenc_SB_SR_AK
Richard Henderson
2023-07-08
crypto/aes: Add AES_SH, AES_ISH macros
Richard Henderson
2023-07-08
target/arm: Move aesmc and aesimc tables to crypto/aes.c
Richard Henderson
2023-03-13
win32: replace closesocket() with close() wrapper
Marc-André Lureau
2023-02-15
crypto: TLS: introduce `check_pending`
Antoine Damhet
2023-02-08
crypto: Clean up includes
Markus Armbruster
2023-01-19
coroutine: Clean up superfluous inclusion of qemu/coroutine.h
Markus Armbruster
2022-12-14
qapi crypto: Elide redundant has_FOO in generated C
Markus Armbruster
2022-11-02
crypto: Support export akcipher to pkcs8
Lei He
2022-11-02
crypto: Support DER encodings
Lei He
2022-10-27
crypto: quote algorithm names in error messages
Daniel P. Berrangé
2022-10-27
crypto: split off helpers for converting LUKS header endianess
Daniel P. Berrangé
2022-10-27
crypto: split LUKS header definitions off into file
Daniel P. Berrangé
2022-10-27
crypto: check that LUKS PBKDF2 iterations count is non-zero
Daniel P. Berrangé
2022-10-27
crypto: strengthen the check for key slots overlapping with LUKS header
Daniel P. Berrangé
2022-10-27
crypto: validate that LUKS payload doesn't overlap with header
Daniel P. Berrangé
2022-10-27
crypto: enforce that key material doesn't overlap with LUKS header
Daniel P. Berrangé
2022-10-27
crypto: enforce that LUKS stripes is always a fixed value
Daniel P. Berrangé
2022-10-27
crypto: sanity check that LUKS header strings are NUL-terminated
Daniel P. Berrangé
2022-10-27
crypto: check for and report errors setting PSK credentials
Daniel P. Berrangé
2022-10-26
crypto/luks: Support creating LUKS image on Darwin
Jungmin Park
2022-07-12
crypto: Make block callbacks return 0 on success
Alberto Faria
2022-05-26
test/crypto: Add test suite for crypto akcipher
Lei He
2022-05-26
crypto: Implement RSA algorithm by gcrypt
Lei He
2022-05-26
crypto: Implement RSA algorithm by hogweed
Lei He
2022-05-26
crypto: add ASN.1 DER decoder
Lei He
2022-05-26
crypto: Introduce akcipher crypto class
zhenwei pi
2022-05-14
crypto: make loaded property read-only
Paolo Bonzini
2022-05-11
Clean up ill-advised or unusual header guards
Markus Armbruster
2022-04-29
crypto: move sm4_sbox from target/arm
Weiwei Li
2022-04-28
meson, configure: move keyctl test to meson
Paolo Bonzini
2022-04-06
Remove qemu-common.h include from most units
Marc-André Lureau
2022-03-22
Drop qemu_foo() socket API wrapper
Marc-André Lureau
2022-03-07
crypto: mandate a hostname when checking x509 creds on a client
Daniel P. Berrangé
2022-02-21
configure, meson: move some default-disabled options to meson_options.txt
Paolo Bonzini
2022-02-21
configure, meson: move AF_ALG test to meson
Paolo Bonzini
2021-07-14
crypto: add gnutls pbkdf provider
Daniel P. Berrangé
2021-07-14
crypto: add gnutls hmac provider
Daniel P. Berrangé
2021-07-14
crypto: add gnutls hash provider
Daniel P. Berrangé
2021-07-14
crypto: add gnutls cipher provider
Daniel P. Berrangé
[next]