Skip to content

Tags: herbertx/cryptodev

Tags

v7.0-p3

Toggle v7.0-p3's commit message
This push contains the following changes:

- Remove duplicate snp_leak_pages call in ccp.

v7.0-p2

Toggle v7.0-p2's commit message
This push contains the following changes:

- Fix use-after-free in ccp.
- Fix bug when SEV is disabled in ccp.
- Fix tfm_count leak in atmel-sha204a.

v7.0-p1

Toggle v7.0-p1's commit message
This update includes the following changes:

API:

- Fix race condition in hwrng core by using RCU.

Algorithms:

- Allow authenc(sha224,rfc3686) in fips mode.
- Add test vectors for authenc(hmac(sha384),cbc(aes)).
- Add test vectors for authenc(hmac(sha224),cbc(aes)).
- Add test vectors for authenc(hmac(md5),cbc(des3_ede)).
- Add lz4 support in hisi_zip.
- Only allow clear key use during self-test in s390/{phmac,paes}.

Drivers:

- Set rng quality to 900 in airoha.
- Add gcm(aes) support for AMD/Xilinx Versal device.
- Allow tfms to share device in hisilicon/trng.

v6.19-p4

Toggle v6.19-p4's commit message
This push contains the following changes:

- Add assoclen check in authencesn.

v6.19-p3

Toggle v6.19-p3's commit message
This push contains the following changes:

- Fix duplicate restart messages in qat.

v6.19-p2

Toggle v6.19-p2's commit message
This push contains the following changes:

- Fix UAF in seqiv.
- Fix regression in hisilicon.

v6.19-p1

Toggle v6.19-p1's commit message
This update includes the following changes:

API:

- Rewrite memcpy_sglist from scratch.
- Add on-stack AEAD request allocation.
- Fix partial block processing in ahash.

Algorithms:

- Remove ansi_cprng.
- Remove tcrypt tests for poly1305.
- Fix EINPROGRESS processing in authenc.
- Fix double-free in zstd.

Drivers:

- Use drbg ctr helper when reseeding xilinx-trng.
- Add support for PCI device 0x115A to ccp.
- Add support of paes in caam.
- Add support for aes-xts in dthev2.

Others:

- Use likely in rhashtable lookup.
- Fix lockdep false-positive in padata by removing a helper.

v6.18-p5

Toggle v6.18-p5's commit message
This push contains the following changes:

- Fix device reference leak in hisilicon.

v6.18-p4

Toggle v6.18-p4's commit message
This push contains the following changes:

- Fix double free in aspeed.
- Fix req->nbytes clobbering in s390/phmac.

v6.18-p3

Toggle v6.18-p3's commit message
This push contains the following changes:

- Fix bug in crypto_skcipher that breaks the new ti driver.
- Check for invalid assoclen in essiv.