File: README.md

package info (click to toggle)
libkcapi 1.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 2,992 kB
  • sloc: ansic: 13,808; sh: 2,422; perl: 1,949; makefile: 287
file content (19 lines) | stat: -rw-r--r-- 734 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Kernel Patches
==============

The following kernel patches are provided in this directory:

* `asym` contains the patches to integrate algif_akcipher.c for making
the asymmetric ciphers available to user space. These patches are needed
for when using the --enable-lib-asym configure option and the
kcapi_akcipher_* API functions.

* `kpp` contains the patches for making the KPP kernel crypto API
available to user space. This API offers DH and ECDH. The patches are
required when using the --enable-lib-kpp configure option and the
kcapi_kpp_* API calls.

Note, the `kpp` patches go on top of the `asym` patches.

WARNING: THESE PATCHES CONTAIN ERRORS ALLOWING USERS TO DoS THE KERNEL.
THESE ERRORS ARE FIXED WITH THE 4.15 PATCHES.