summaryrefslogtreecommitdiff
path: root/testsuite
Commit message (Expand)AuthorAgeFilesLines
* Fix compile error in --disable-public-key configuration.Niels Möller2023-05-102-0/+2
* Rework SIV tests.Niels Möller2023-04-252-341/+112
* Rework OCB tests.Niels Möller2023-04-243-137/+228
* Delete an obsolete comment and an obsolete forward declaration.Niels Möller2023-04-231-4/+0
* Rename siv-test.c --> siv-cmac-test.c.Niels Möller2023-04-232-3/+3
* Rewrite of table-based ghash code, for side-channel silence.Niels Möller2023-04-131-0/+15
* Add tests of ocb message functions.Niels Möller2023-02-071-0/+157
* Implement OCB mode, RFC 7253.Niels Möller2023-02-072-1/+236
* Extend aead tests.Niels Möller2023-02-061-56/+81
* Merge branch 'ecdsa-duplication-fix'Niels Möller2022-09-283-15/+56
|\
| * Fix ECDSA verify corner caseNiels Möller2022-09-142-0/+27
| * New function ecc_nonsec_add_jjjNiels Möller2022-09-141-15/+29
* | Stricter validation of nettle_cipher and nettle_hash in tests.Niels Möller2022-09-282-2/+7
* | Merge branch 'wip/dueno/aes-gcm-siv' into 'master'Niels Möller2022-09-283-1/+733
|\ \
| * | Implement AES-GCM-SIVDaiki Ueno2022-09-273-1/+733
| |/
* | Delete fail variable in testsZoltan Fridrich2022-09-241-12/+5
* | Implement balloon password hashingZoltan Fridrich2022-09-143-1/+144
|/
* gcm: Add SM4 as the GCM underlying cipherTianjia Zhang2022-08-182-0/+19
* testsuite: add test for SM4 symmetric algorithmTianjia Zhang2022-08-183-1/+21
* Introduce SM4 symmetric cipher algorithmTianjia Zhang2022-08-181-1/+2
* tests: Define mpz_urandomm when building with mini-gmp.Niels Möller2022-08-172-0/+9
* Fix memory leak in new test.Niels Möller2022-08-161-0/+2
* Reduce output range of ecc_mod_sub.Niels Möller2022-08-162-2/+160
* Additional tests for sha1 and sha256 compression.Niels Möller2022-06-202-0/+104
* Refactor GCM C implementation.Niels Möller2022-02-181-3/+6
* Rearrange gcm configuration defines, and add tests for internal functions.Niels Möller2022-02-101-1/+90
* Add tests for edge cases in poly1305 digest folding.Niels Möller2022-01-281-18/+68
* Simplify poly1305-test, more use of tstring length.Niels Möller2022-01-241-28/+17
* Add randomized tests of poly1305.Niels Möller2022-01-231-0/+130
* Arrange so that GMP or mini-gmp is always available for tests.Niels Möller2022-01-232-2/+8
* tests: Use inline function for dummy definition of test_randomize.Niels Möller2022-01-171-2/+3
* Share ecc point validation function in testutils.c.Niels Möller2022-01-174-144/+76
* Whitespace cleanupNiels Möller2022-01-172-8/+8
* hmac: add support for SM3 hash functionTianjia Zhang2021-12-012-0/+7
* testsuite: add test for SM3 hash functionTianjia Zhang2021-12-013-1/+22
* Add OSCCA SM3 hash algorithmTianjia Zhang2021-12-011-1/+2
* Delete function mpz_limbs_read_n.Niels Möller2021-11-192-5/+15
* Delete function mpz_limbs_cmp.Niels Möller2021-11-193-8/+8
* Randomize more testsNiels Möller2021-11-156-0/+8
* Reduce allocation in modinv testNiels Möller2021-11-151-1/+1
* Fix sqrt_ratio test for v = 0 case.Niels Möller2021-11-151-0/+4
* Reduce allocation in sqrt testsNiels Möller2021-11-151-2/+2
* Move NETTLE_TEST_SEED logic to testutils.c.Niels Möller2021-11-134-113/+67
* Delete obsolete comment.Niels Möller2021-11-131-1/+0
* Fix and test for sqrt(0) special case.Niels Möller2021-11-131-0/+40
* New function ecc_mod_equal_p, based on patch by Wim Lewis.Niels Möller2021-11-081-13/+1
* Implement secp192r1 square root, based on patch by Wim Lewis.Niels Möller2021-11-081-5/+92
* Renamed sqrt_itch --> sqrt_ratio_itch, and curve25519 and curve448 sqrt funct...Niels Möller2021-11-071-1/+1
* Rename ecc sqrt --> sqrt_ratio.Niels Möller2021-11-061-3/+3
* New function ecc_mod_zero_p.Niels Möller2021-10-261-12/+11