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
/
md.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add GMAC-SM4 and Poly1305-SM4
Jussi Kivilinna
2023-01-04
1
-2
/
+2
*
hmac,hkdf: Allow use of shorter salt for HKDF.
NIIBE Yutaka
2022-06-24
1
-3
/
+0
*
fips: Reject shorter key for HMAC in FIPS mode.
NIIBE Yutaka
2022-01-19
1
-0
/
+3
*
cipher: Use const for *_spec_t, if possible.
NIIBE Yutaka
2022-01-04
1
-20
/
+20
*
fips: Use flags.fips to check algo availability.
NIIBE Yutaka
2022-01-04
1
-19
/
+14
*
md: Fix disabled check.
NIIBE Yutaka
2021-12-07
1
-1
/
+1
*
md: Fix checking to use ->disabled instead of ->fips directly.
NIIBE Yutaka
2021-12-07
1
-4
/
+3
*
cipher:md: Check digest algo is supported when FIPS enabled.
NIIBE Yutaka
2021-11-01
1
-0
/
+7
*
md: clear context with wipememory to avoid false warning
Jussi Kivilinna
2021-10-25
1
-1
/
+1
*
Remove a way to inactive FIPS mode
Jakub Jelen
2021-09-20
1
-22
/
+0
*
cipher: Use offsetof for allocation of gcry_md_context.
NIIBE Yutaka
2021-08-23
1
-6
/
+8
*
cipher: Fix the order of fields of gcry_md_context.
NIIBE Yutaka
2021-08-18
1
-2
/
+2
*
cipher: Raise an error for non-approved digests correctly.
NIIBE Yutaka
2021-08-16
1
-9
/
+1
*
cipher: Do not use of non-approved digests in FIPS mode
Jakub Jelen
2021-07-29
1
-4
/
+5
*
hash_buffers: add output length param for XOF support
Jussi Kivilinna
2021-04-26
1
-2
/
+2
*
md: remove hash_buffer function from algorithms
Jussi Kivilinna
2021-04-26
1
-5
/
+1
*
Add XOF output support for internal _gcry_md_hash_buffers
Jussi Kivilinna
2021-04-26
1
-12
/
+39
*
md: fix UBSAN warning
Jussi Kivilinna
2019-05-15
1
-24
/
+24
*
Add SHA512/224 and SHA512/256 algorithms
Jussi Kivilinna
2019-04-05
1
-2
/
+13
*
Add hash_buffer and hash_buffers pointers to message digest spec
Jussi Kivilinna
2018-06-19
1
-58
/
+62
*
Faster look-up for spec by algo for digests, ciphers and MAC
Jussi Kivilinna
2018-04-10
1
-7
/
+148
*
Fix building with BLAKE2 disabled
Jussi Kivilinna
2018-04-10
1
-0
/
+2
*
cipher: constify spec arrays
Jussi Kivilinna
2018-01-20
1
-1
/
+1
*
Add crypto hash SM3.
Jia Zhang
2017-10-24
1
-0
/
+3
*
md: Optimize gcry_md_hash_buffers for SHA-256 and SHA-512.
Werner Koch
2017-06-16
1
-3
/
+29
*
Add BLAKE2b and BLAKE2s hash algorithms (RFC 7693)
Jussi Kivilinna
2017-02-27
1
-7
/
+92
*
md: Improve diagnostic when using SHAKE128 with gcry_md_hash_buffer.
Werner Koch
2016-06-27
1
-8
/
+19
*
Improve robustness and help lint.
Werner Koch
2016-06-25
1
-34
/
+33
*
cipher: Improve fatal error message for bad use of gcry_md_read.
Werner Koch
2016-06-25
1
-1
/
+1
*
cipher: Remove specialized rmd160 functions.
Werner Koch
2016-03-31
1
-2
/
+0
*
Always require a 64 bit integer type
Werner Koch
2016-03-18
1
-2
/
+0
*
Disable non-allowed algorithms in FIPS mode
Vitezslav Cizek
2016-03-18
1
-0
/
+11
*
Keccak: Add SHAKE Extendable-Output Functions
Jussi Kivilinna
2015-10-31
1
-0
/
+2
*
md: add variable length output interface
Jussi Kivilinna
2015-10-28
1
-2
/
+65
*
md: check hmac flag in prepare_macpads
Jussi Kivilinna
2015-10-28
1
-0
/
+3
*
md: keep contexts for HMAC in GcryDigestEntry.
NIIBE Yutaka
2015-10-22
1
-124
/
+120
*
Add generic SHA3 implementation
Jussi Kivilinna
2015-08-10
1
-2
/
+12
*
Add framework to eventually support SHA3.
Werner Koch
2015-08-08
1
-0
/
+8
*
Cast pointers to integers using uintptr_t instead of long
Jussi Kivilinna
2015-05-01
1
-1
/
+1
*
doc: State that gcry_md_write et al may be used after md_read.
Werner Koch
2015-01-05
1
-0
/
+3
*
hash: fix compiler warning on ARM
Jussi Kivilinna
2014-12-25
1
-2
/
+2
*
cipher: Fix a segv in case of calling with wrong parameters.
Werner Koch
2014-08-21
1
-1
/
+1
*
Add GOST R 34.11-94 variant using id-GostR3411-94-CryptoProParamSet
Dmitry Eremin-Solenikov
2014-06-28
1
-0
/
+2
*
cipher: Fix possible NULL dereference.
Werner Koch
2014-04-15
1
-1
/
+2
*
Add MD2 message digest implementation
Dmitry Eremin-Solenikov
2014-03-11
1
-0
/
+3
*
md: Add Whirlpool bug emulation feature.
Werner Koch
2014-01-19
1
-23
/
+33
*
Replace ath based mutexes by gpgrt based locks.
Werner Koch
2014-01-16
1
-1
/
+0
*
Fix typo in search_oid
Dmitry Eremin-Solenikov
2014-01-13
1
-1
/
+1
*
Remove macro hacks for internal vs. external functions. Part 2 and last.
Werner Koch
2013-12-12
1
-19
/
+19
*
Remove macro hacks for internal vs. external functions. Part 1.
Werner Koch
2013-12-05
1
-66
/
+66
[next]