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
*
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
*
Add Intel PCLMUL implementations of CRC algorithms
Jussi Kivilinna
2016-03-12
1
-8
/
+86
*
tests: Do not test DRBG_REINIT from "make check"
Werner Koch
2016-02-20
1
-1
/
+4
*
random: Add a test case for DRBG_REINIT.
Werner Koch
2016-02-19
1
-0
/
+85
*
Add new private header gcrypt-testapi.h.
Werner Koch
2016-02-19
2
-16
/
+5
*
tests: Add a test for Curve25519.
NIIBE Yutaka
2016-02-03
2
-1
/
+569
*
Fix typos found using codespell
Justus Winter
2015-11-17
2
-3
/
+3
*
Enable CRC test vectors with zero bytes
Jussi Kivilinna
2015-10-31
1
-9
/
+5
*
Keccak: Add SHAKE Extendable-Output Functions
Jussi Kivilinna
2015-10-31
2
-15
/
+414
*
Add HMAC-SHA3 test vectors
Jussi Kivilinna
2015-10-31
1
-0
/
+163
*
bench-slope: add KDF/PBKDF2 benchmark
Jussi Kivilinna
2015-10-28
1
-1
/
+173
*
w32: Avoid a few compiler warnings.
Werner Koch
2015-09-04
3
-5
/
+8
*
tests: Add missing files for the make distcheck target.
Werner Koch
2015-08-23
1
-1
/
+2
*
Simplify OCB offset calculation for parallel implementations
Jussi Kivilinna
2015-08-12
1
-6
/
+42
*
Add additional SHA3 test-vectors
Jussi Kivilinna
2015-08-10
5
-2
/
+4111
*
Add generic SHA3 implementation
Jussi Kivilinna
2015-08-10
1
-0
/
+83
*
Add Curve25519 support.
NIIBE Yutaka
2015-08-06
1
-1
/
+1
*
Add bulk OCB for Serpent SSE2, AVX2 and NEON implementations
Jussi Kivilinna
2015-07-27
1
-0
/
+9
*
Add bulk OCB for Twofish AMD64 implementation
Jussi Kivilinna
2015-07-27
1
-7
/
+13
*
Add bulk OCB for Camellia AES-NI/AVX and AES-NI/AVX2 implementations
Jussi Kivilinna
2015-07-27
1
-0
/
+9
*
ecc: Add key generation flag "no-keytest".
Werner Koch
2015-05-21
1
-2
/
+38
*
Add '1 million a characters' test vectors
Jussi Kivilinna
2015-05-03
1
-0
/
+15
*
More optimized CRC implementations
Jussi Kivilinna
2015-05-03
1
-0
/
+3
[next]