summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Release 1.10.1libgcrypt-1.10.1Werner Koch2022-03-282-2/+14
* doc: Typo and grammar fixes.Werner Koch2022-03-281-201/+201
* hash: Add more OIDs.Werner Koch2022-03-282-0/+9
* tests: Add brainpoolP256r1 to bench-slope.Werner Koch2022-03-281-0/+16
* fips: Clarify what to be hashed for the integrity check.NIIBE Yutaka2022-02-222-17/+23
* fips: Fix gen-note-integrity.sh script not to use cmp utility.NIIBE Yutaka2022-02-221-4/+4
* fips: More portable integrity check.NIIBE Yutaka2022-02-223-75/+134
* fips: Integrity check improvement, with only loadable segments.NIIBE Yutaka2022-02-224-25/+136
* fips: Fix previous commit.NIIBE Yutaka2022-02-221-32/+32
* fips: Use ELF header to find hmac file offsetClemens Lang2022-02-222-7/+69
* Silence compiler warnings for possible alignment problem.NIIBE Yutaka2022-02-211-3/+3
* build: Fix m4/gpg-error.m4.NIIBE Yutaka2022-02-181-1/+2
* hmac: Fix memory leakClemens Lang via Gcrypt-devel2022-02-141-0/+1
* fips: Fix memory leaks in FIPS modeClemens Lang via Gcrypt-devel2022-02-144-1/+8
* Register DCO for Clemens Lang.NIIBE Yutaka2022-02-141-0/+3
* kdf: Use u64.NIIBE Yutaka2022-02-141-1/+1
* jitterentropy: Include <fcntl.h> and <limits.h>Heiko Becker2022-02-041-0/+3
* Post release updates.Werner Koch2022-02-012-1/+7
* Release 1.10.0libgcrypt-1.10.0Werner Koch2022-02-012-11/+61
* Merge branch 'master' into LIBGCRYPT-1.10-BRANCHWerner Koch2022-02-011-2/+5
|\
| * rsa: Fix regression in not returning an error for prime generation.Werner Koch2022-01-311-2/+5
* | Merge branch 'master' into LIBGCRYPT-1.10-BRANCHWerner Koch2022-01-319-115/+167
|\ \ | |/
| * cipher: Initialize values not to confuse static analyzersJakub Jelen2022-01-311-3/+3
| * fips: Remove unused assignmentJakub Jelen2022-01-311-1/+0
| * cipher: Remove dead code in for the siv modeJakub Jelen2022-01-311-2/+0
| * random: Avoid dereference of the ec before checking for NULLJakub Jelen2022-01-311-4/+6
| * kdf: Fix computation by big-endian machine.NIIBE Yutaka2022-01-311-16/+32
| * ciper/blake2: Make sure to clean up the stack.NIIBE Yutaka2022-01-311-0/+2
| * kdf: handle errors from thread dispatch/wait functionsJussi Kivilinna2022-01-282-7/+32
| * kdf/argon2: use BLAKE2b hash_buffers function instead of _gcry_md_*Jussi Kivilinna2022-01-281-45/+52
| * Rename KDF job functions and function typesJussi Kivilinna2022-01-283-14/+14
| * tests/t-kdf: few changes to pthread example and fix win32/win64 buildsJussi Kivilinna2022-01-283-26/+29
* | Merge branch 'master' into LIBGCRYPT-1.10-BRANCHWerner Koch2022-01-2810-442/+465
|\ \ | |/
| * kdf: Change new KDF API.NIIBE Yutaka2022-01-288-305/+196
| * kdf: Implement Argon2 KDF using blake2b_vl_hash function.NIIBE Yutaka2022-01-282-166/+244
| * cipher: Implement variable-length hash function for Argon2.NIIBE Yutaka2022-01-282-0/+54
| * kdf: Improve new KDF API.NIIBE Yutaka2022-01-268-70/+120
* | build: Fix accidental SO number bump.Werner Koch2022-01-271-1/+1
* | kdf: Improve new KDF API.NIIBE Yutaka2022-01-268-70/+120
* | Bumb version number to prepare the 1.10 branchWerner Koch2022-01-268-27/+49
|/
* random: Include sys/random.h when available.NIIBE Yutaka2022-01-262-1/+4
* cipher: Add new API for modern KDF function.NIIBE Yutaka2022-01-269-10/+987
* Prefer uint64_t for the definition of u64.NIIBE Yutaka2022-01-251-5/+5
* tests: Fix variable initialization for tests.NIIBE Yutaka2022-01-252-6/+4
* mpi: Add missing header file to the tarballJakub Jelen2022-01-251-1/+1
* doc: Update more information about FIPS selftests and algorithmsJakub Jelen2022-01-251-14/+175
* tests/t-kdf: fix format string argument type mismatchJussi Kivilinna2022-01-221-4/+4
* Fix building GCM when GCM_USE_ARM_NEON defined but GCM_USE_ARM_PMULL notJussi Kivilinna2022-01-221-4/+3
* scrypt: Fix the last step of SCRYPT.NIIBE Yutaka2022-01-201-1/+1
* fips: Recover test cases for selftest, add skipping in FIPS mode.NIIBE Yutaka2022-01-202-2/+150