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
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
api: New function gcry_get_config.
Werner Koch
2017-06-21
1
-0
/
+49
*
New global config option "only-urandom".
Werner Koch
2017-06-16
1
-1
/
+9
*
Implement global config file /etc/gcrypt/random.conf
Werner Koch
2017-06-16
1
-0
/
+3
*
Spelling fixes in docs and comments.
NIIBE Yutaka
2017-04-28
5
-5
/
+5
*
Add BLAKE2b and BLAKE2s hash algorithms (RFC 7693)
Jussi Kivilinna
2017-02-27
4
-4
/
+2886
*
Implement CFB with 8-bit mode
Mathias L. Baumann
2017-02-04
1
-1
/
+99
*
Add XTS cipher mode
Jussi Kivilinna
2017-01-06
3
-18
/
+510
*
tests: Add option --disable-hwf to the version utility.
Werner Koch
2017-01-03
1
-2
/
+41
*
tests: Check the result of all gcry_control operations.
Justus Winter
2016-12-13
33
-158
/
+169
*
tests: Use common code for all tests.
Justus Winter
2016-12-13
29
-1094
/
+117
*
tests: Rename 'show' to 'info'.
Justus Winter
2016-12-13
8
-102
/
+102
*
tests: Rename 'PGMNAME' to 'PGM'.
Justus Winter
2016-12-13
4
-10
/
+10
*
tests: Rename 'errorcount' to 'error_count'.
Justus Winter
2016-12-13
4
-7
/
+7
*
hwfeatures: add 'all' for disabling all hardware features
Jussi Kivilinna
2016-12-10
2
-2
/
+7
*
tests/hashtest-256g: add missing executable extension for Win32
Jussi Kivilinna
2016-12-10
1
-1
/
+1
*
Document the overflow pools and add a stupid test case.
Werner Koch
2016-12-07
1
-1
/
+40
*
tests: New test t-secmem.
Werner Koch
2016-12-07
2
-1
/
+142
*
tests: Add PBKDF2 tests for Stribog512.
Dmitry Eremin-Solenikov
2016-11-28
1
-1
/
+70
*
tests: Add Stribog HMAC tests from TC26ALG.
Dmitry Eremin-Solenikov
2016-11-28
1
-0
/
+16
*
tests: Fix memory leak.
Justus Winter
2016-11-25
1
-0
/
+3
*
tests: Add test to verify GOST 28147-89 against known results.
Dmitry Eremin-Solenikov
2016-11-25
1
-0
/
+165
*
GCM: Add bulk processing for ARMv8/AArch32 implementation
Jussi Kivilinna
2016-10-09
1
-6
/
+113
*
bench-slope: add unaligned buffer mode
Jussi Kivilinna
2016-07-03
1
-1
/
+11
*
Fix static build
Jussi Kivilinna
2016-07-01
1
-1
/
+1
*
tests: Do not test SHAKE128 et al with gcry_md_hash_buffer.
Werner Koch
2016-06-27
1
-15
/
+18
*
tests: Add attributes to helper functions.
Werner Koch
2016-06-25
5
-7
/
+36
*
tests: Add test vectors for 256 GiB test of SHA3-256.
Werner Koch
2016-04-14
1
-0
/
+16
*
cipher: Add constant for 8 bit CFB mode.
Werner Koch
2016-04-14
1
-6
/
+9
*
tests: Add a new test for S-expressions.
Werner Koch
2016-04-14
1
-1
/
+77
*
ecc: Fix corner cases for X25519.
NIIBE Yutaka
2016-04-13
1
-1
/
+75
*
cipher: Buffer data from gcry_cipher_authenticate in OCB mode.
Werner Koch
2016-04-12
1
-1
/
+237
*
ecc: Fix X25519 computation on Curve25519.
NIIBE Yutaka
2016-04-12
1
-36
/
+32
*
ecc: Positive values in computation.
NIIBE Yutaka
2016-04-06
1
-2
/
+2
*
mpi: Explicitly limit the allowed input length for gcry_mpi_scan.
Werner Koch
2016-04-01
1
-0
/
+37
*
tests: Fix buffer overflow in bench-slope.
Werner Koch
2016-03-29
1
-7
/
+4
*
doc: Update for gcry_cipher_gettag and gcry_cipher_checktag.
Werner Koch
2016-03-29
1
-1
/
+1
*
cipher: GCM: check that length of supplied tag is one of valid lengths
Jussi Kivilinna
2016-03-27
1
-9
/
+123
*
cipher: Fix memleaks in (self)tests.
Peter Wu
2016-03-24
1
-0
/
+3
*
Add new control GCRYCTL_GET_TAGLEN for use with gcry_cipher_info.
Werner Koch
2016-03-23
1
-3
/
+92
*
tests: Add options --fips to keygen for manual tests.
Werner Koch
2016-03-22
1
-20
/
+78
*
rsa: Add FIPS 186-4 compliant RSA probable prime key generator.
Tomáš Mráz
2016-03-22
1
-0
/
+22
*
Always require a 64 bit integer type
Werner Koch
2016-03-18
3
-10
/
+0
*
tests: Fix testsuite after the FIPS adjustments.
Vitezslav Cizek
2016-03-18
8
-11
/
+151
*
tests: Add new --pss option to fipsdrv
Vitezslav Cizek
2016-03-18
1
-4
/
+43
*
tests: Add support for RSA keygen tests to fipsdrv.
Vitezslav Cizek
2016-03-18
1
-0
/
+79
*
tests: Fixes for RSA testsuite in FIPS mode
Vitezslav Cizek
2016-03-18
4
-24
/
+108
*
rsa: Use 2048 bit RSA keys for selftest.
Vitezslav Cizek
2016-03-18
1
-2
/
+2
*
Disable non-allowed algorithms in FIPS mode
Vitezslav Cizek
2016-03-18
1
-8
/
+60
*
ecc: ECDSA adjustments for FIPS 186-4
Vitezslav Cizek
2016-03-18
1
-2
/
+260
*
dsa: Make regression tests work.
Werner Koch
2016-03-18
2
-9
/
+21
[next]