index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
lib
/
crypto
/
mpi
Age
Commit message (
Expand
)
Author
Files
Lines
2026-04-21
Merge tag 'libcrypto-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiggers/linux
Linus Torvalds
1
-1
/
+1
2026-04-14
lib/crypto: mpi: Fix integer underflow in mpi_read_raw_from_sgl()
Lukas Wunner
1
-1
/
+1
2026-03-23
lib: crypto: fix comments for count_leading_zeros()
Yury Norov
1
-4
/
+4
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
2
-4
/
+4
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
2
-4
/
+4
2025-11-24
crypto: lib/mpi - use min() instead of min_t()
David Laight
1
-1
/
+1
2025-06-30
lib/crypto: Explicitly include <linux/export.h>
Eric Biggers
8
-1
/
+16
2024-11-15
crypto: lib/mpi - Export mpi_set_bit
Herbert Xu
1
-0
/
+1
2024-10-05
crypto: lib/mpi - Fix an "Uninitialized scalar variable" issue
Qianqiang Liu
1
-1
/
+1
2024-08-17
crypto: lib/mpi - Add error checks to extension
Herbert Xu
7
-47
/
+117
2024-08-17
Revert "lib/mpi: Extend the MPI library"
Herbert Xu
11
-1100
/
+10
2024-08-10
Revert "lib/mpi: Introduce ec implementation to MPI library"
Herbert Xu
2
-1508
/
+0
2024-07-13
crypto: lib/mpi - delete unnecessary condition
Dan Carpenter
1
-6
/
+4
2024-06-21
crypto: lib/mpi - Use swap() in mpi_powm()
Jiapeng Chong
1
-7
/
+2
2024-06-21
crypto: lib/mpi - Use swap() in mpi_ec_mul_point()
Jiapeng Chong
1
-4
/
+2
2023-12-22
crypto: lib/mpi - Fix unexpected pointer access in mpi_ec_init
Tianjia Zhang
1
-0
/
+3
2023-08-11
crypto: lib/mpi - avoid null pointer deref in mpi_cmp_ui()
Mark O'Donovan
1
-2
/
+6
2023-08-11
crypto: lib - Move mpi into lib/crypto
Herbert Xu
26
-0
/
+7298