Commit 2d60e14
adam
libgcrypt: updated to 1.11.2
Noteworthy changes in version 1.11.2 (2025-08-04)
* Bug fixes:
- Fix link errors in regression test t-thread-local on some
platforms (e.g. NetBSD).
- Add missing file to allow building for RISC-V.
- Support secp256k1 by KEM API. GnuPG has recently switched to use
the KEM interface and a few folks are using this curve.
- Fix a missing initialization in RSA's generate_fips.
* Other:
- Silence GCC 15 warnings
- Provide a prototype for __udiv_qrnnd for PowerPC and Alpha which
is required due to GCC-15 changes.
- Add missing abi versions and machine tags for PowerPC assembly
with GCC-15.
- Use '.rodata' section for read-only data of poly1305-p10le.
* Interface changes relative to the 1.11.1 release:
GCRY_KEM_RAW_P256R1 NEW enum.1 parent 94f7c18 commit 2d60e14
2 files changed
+6
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | | - | |
4 | | - | |
5 | | - | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
0 commit comments