index
:
delta/libgcrypt.git
ECC-INTEGRATION-1-5
LIBGCRYPT-1-2-BRANCH
LIBGCRYPT-1-4-BRANCH
LIBGCRYPT-1-5-BRANCH
LIBGCRYPT-1-6-BRANCH
LIBGCRYPT-1-7-BRANCH
LIBGCRYPT-1.10-BRANCH
LIBGCRYPT-1.8-BRANCH
LIBGCRYPT-1.9-BRANCH
LIBGCRYPT-2.0-MO
OS2-BRANCH
STABLE-BRANCH-1-0
baserock/gnome
baserock/libgcrypt-1.5.5
baserock/morph
cipher-amd64-optimizations
cipher-s390x-optimizations
compliant-ecc-keygen
dkg/ecc-debug-cleanup
dkg/fix-T3894
ePit-1-0
gniibe-T3358
gniibe-curve25519
gniibe-mpi-pow-2017-06
gniibe/4293
gniibe/cmac-selftest
gniibe/const-invm
gniibe/fips-from-redhat
gniibe/jitterent
gniibe/new-pk-api
gniibe/t5797
gniibe/x448
http-to-https
justus/fix-error-handling
master
mo
padlock-test
t4873
ueno-pss
dev.gnupg.org: source/libgcrypt.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cipher
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "kdf:pkdf2: Require longer input when FIPS mode."
Jakub Jelen
2022-10-27
1
-4
/
+0
*
keccak: Use size_t to avoid integer overflow
Jakub Jelen
2022-10-04
3
-14
/
+14
*
kdf:pkdf2: Check minimum allowed key size when running in FIPS mode.
Tobias Heider
2022-10-04
1
-0
/
+4
*
kdf:pkdf2: Require longer input when FIPS mode.
NIIBE Yutaka
2022-10-04
1
-0
/
+3
*
fips: Skip PCT if RSA keygen test-parms specified
Clemens Lang
2022-09-22
1
-1
/
+4
*
fips: Disable RSA-OAEP padding in FIPS mode.
Jakub Jelen
2022-08-30
2
-2
/
+6
*
Simplify the PCT for RSA and ECDSA
Jakub Jelen
2022-08-30
2
-77
/
+20
*
ecc: Run PCT also with the digest step
Jakub Jelen
2022-08-30
1
-0
/
+81
*
rsa: Run PCT in FIPS mode also with digest step.
Jakub Jelen
2022-08-30
1
-1
/
+68
*
fips: Run digest&sign self tests for RSA and ECC in FIPS mode.
Jakub Jelen
2022-08-30
2
-12
/
+234
*
hmac: Allow use of shorter salt.
NIIBE Yutaka
2022-08-15
1
-3
/
+0
*
cipher: Fix gcry_pk_hash_verify for explicit hash.
NIIBE Yutaka
2022-07-13
1
-16
/
+78
*
cipher: Allow verification of small RSA signatures in FIPS mode
Jakub Jelen
2022-05-19
1
-2
/
+24
*
Do not allow PKCS #1.5 padding for encryption in FIPS
Jakub Jelen
2022-05-06
2
-1
/
+9
*
cipher: Change the bounds for RSA key generation round.
NIIBE Yutaka
2022-05-06
1
-4
/
+4
*
cipher: Fix rsa key generation.
NIIBE Yutaka
2022-04-19
1
-0
/
+2
*
kdf:argon2: Fix for the case output > 64.
NIIBE Yutaka
2022-03-29
2
-3
/
+12
*
hash: Add more OIDs.
Werner Koch
2022-03-28
2
-0
/
+9
*
Silence compiler warnings for possible alignment problem.
NIIBE Yutaka
2022-02-21
1
-3
/
+3
*
fips: Fix memory leaks in FIPS mode
Clemens Lang via Gcrypt-devel
2022-02-14
1
-1
/
+4
*
kdf: Use u64.
NIIBE Yutaka
2022-02-14
1
-1
/
+1
*
rsa: Fix regression in not returning an error for prime generation.
Werner Koch
2022-01-31
1
-2
/
+5
*
cipher: Initialize values not to confuse static analyzers
Jakub Jelen
2022-01-31
1
-3
/
+3
*
cipher: Remove dead code in for the siv mode
Jakub Jelen
2022-01-31
1
-2
/
+0
*
kdf: Fix computation by big-endian machine.
NIIBE Yutaka
2022-01-31
1
-16
/
+32
*
ciper/blake2: Make sure to clean up the stack.
NIIBE Yutaka
2022-01-31
1
-0
/
+2
*
kdf: handle errors from thread dispatch/wait functions
Jussi Kivilinna
2022-01-28
1
-3
/
+12
*
kdf/argon2: use BLAKE2b hash_buffers function instead of _gcry_md_*
Jussi Kivilinna
2022-01-28
1
-45
/
+52
*
Rename KDF job functions and function types
Jussi Kivilinna
2022-01-28
1
-3
/
+3
*
kdf: Change new KDF API.
NIIBE Yutaka
2022-01-28
1
-175
/
+50
*
kdf: Implement Argon2 KDF using blake2b_vl_hash function.
NIIBE Yutaka
2022-01-28
1
-159
/
+227
*
cipher: Implement variable-length hash function for Argon2.
NIIBE Yutaka
2022-01-28
2
-0
/
+54
*
kdf: Improve new KDF API.
NIIBE Yutaka
2022-01-26
1
-33
/
+78
*
cipher: Add new API for modern KDF function.
NIIBE Yutaka
2022-01-26
1
-1
/
+678
*
Fix building GCM when GCM_USE_ARM_NEON defined but GCM_USE_ARM_PMULL not
Jussi Kivilinna
2022-01-22
1
-4
/
+3
*
scrypt: Fix the last step of SCRYPT.
NIIBE Yutaka
2022-01-20
1
-1
/
+1
*
fips: Recover test cases for selftest, add skipping in FIPS mode.
NIIBE Yutaka
2022-01-20
2
-2
/
+150
*
fips: Reject shorter key for HMAC in FIPS mode.
NIIBE Yutaka
2022-01-19
3
-141
/
+5
*
Update documentation related to FIPS
Jakub Jelen
2022-01-17
1
-1
/
+1
*
rijndael-aesni: small optimization for cbc-enc and cfb-enc
Jussi Kivilinna
2022-01-11
1
-36
/
+165
*
Add straight-line speculation hardening for aarch64 assembly
Jussi Kivilinna
2022-01-11
12
-35
/
+39
*
Add straight-line speculation hardening for amd64 and i386 assembly
Jussi Kivilinna
2022-01-11
33
-132
/
+136
*
Optimizations for AES aarch64-ce assembly implementation
Jussi Kivilinna
2022-01-11
1
-514
/
+713
*
Add armv8/pmull accelerated POLYVAL for GCM-SIV
Jussi Kivilinna
2022-01-11
3
-0
/
+397
*
Use 'vmov' and 'movi' for vector register clearing in ARM assembly
Jussi Kivilinna
2022-01-11
12
-23
/
+25
*
Add SM3 ARM/AArch64 assembly implementation
Jussi Kivilinna
2022-01-11
3
-1
/
+685
*
cipher: Keep original behavior of Key Unwrap when not extended.
NIIBE Yutaka
2022-01-11
1
-1
/
+6
*
cipher: Add an API to retrieve unwrapped key length for KWP.
NIIBE Yutaka
2022-01-05
3
-79
/
+64
*
cipher: Use const for *_spec_t, if possible.
NIIBE Yutaka
2022-01-04
32
-251
/
+263
*
fips: Use flags.fips to check algo availability.
NIIBE Yutaka
2022-01-04
3
-51
/
+34
[next]