Linux kernel source tree
Go to file
Stefan Berger a7d45ba77d crypto: ecdsa - Register NIST P521 and extend test suite
Register NIST P521 as an akcipher and extend the testmgr with
NIST P521-specific test vectors.

Add a module alias so the module gets automatically loaded by the crypto
subsystem when the curve is needed.

Tested-by: Lukas Wunner <lukas@wunner.de>
Reviewed-by: Jarkko Sakkinen <jarkko@kernel.org>
Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
2024-04-12 15:07:52 +08:00
arch crypto: x86/aes-xts - wire up VAES + AVX10/512 implementation 2024-04-05 15:46:33 +08:00
block
certs
crypto crypto: ecdsa - Register NIST P521 and extend test suite 2024-04-12 15:07:52 +08:00
Documentation dt-bindings: crypto: Add Tegra Security Engine 2024-04-12 15:07:51 +08:00
drivers crypto: tegra - Add Tegra Security Engine driver 2024-04-12 15:07:51 +08:00
fs
include crypto: ecc - Add NIST P521 curve parameters 2024-04-12 15:07:52 +08:00
init
io_uring
ipc
kernel padata: Disable BH when taking works lock on MT path 2024-04-12 15:07:51 +08:00
lib hardening fixes for v6.9-rc1 2024-03-23 08:43:21 -07:00
LICENSES
mm
net
rust
samples
scripts
security
sound
tools
usr
virt
.clang-format
.cocciconfig
.editorconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS crypto: tegra - Add Tegra Security Engine driver 2024-04-12 15:07:51 +08:00
Makefile Linux 6.9-rc1 2024-03-24 14:10:05 -07:00
README

Linux kernel
============

There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.  The formatted documentation can also be read online at:

    https://www.kernel.org/doc/html/latest/

There are various text files in the Documentation/ subdirectory,
several of them using the reStructuredText markup notation.

Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.