summaryrefslogtreecommitdiff
path: root/testsuite
Commit message (Expand)AuthorAgeFilesLines
* 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
* Extend ecc-mod-test, with improved coverage of corner cases.Niels Möller2021-10-221-3/+37
* Delete a few old FIXME commentsNiels Möller2021-09-241-1/+0
* Test AEAD encrypt/decrypt with message split into pieces.Niels Möller2021-09-141-40/+51
* More checks for null pointers in test_aead, to silent static analyzer.aes-cbcNiels Möller2021-09-091-4/+6
* Add specialized functions for cbc-aes.Niels Möller2021-09-092-22/+74
* Add input check to rsa_decrypt family of functions.Niels Möller2021-06-081-6/+32
* Change _rsa_sec_compute_root_tr to take a fix input size.Niels Möller2021-06-081-1/+13
* Add check that message length to _pkcs1_sec_decrypt is valid.Niels Möller2021-06-081-1/+16
* Implement aes key wrap and key unwrap (RFC 3394)Nicolas Mora2021-05-233-1/+484
* Fix bug in ecc_ecdsa_verify.Niels Möller2021-03-132-0/+33
* Improve chacha test coverage.Niels Möller2021-02-101-254/+492
* Add tests for pbkdf2_hmac_sha384 and pbkdf2_hmac_sha512Nicolas Mora2021-02-012-0/+10
* Add testcase for ecc_ecdsa_verify with zero hash.Niels Möller2021-01-201-3/+11
* Delete name mangling of internal Chacha symbolsNiels Möller2020-11-301-3/+3
* Merge branch 'briansmith/nettle-master'Niels Möller2020-11-271-0/+1
|\
| * Include version.h in version-test.cBrian Smith2015-10-051-0/+1
* | ecc-modinv-test.c: Allow invert function to return a non-canonical representa...Niels Möller2020-11-101-2/+9
* | Stricter requirements for in-place ecc_add_func.Niels Möller2020-11-031-1/+1
* | testsuite: Show curve bits in test_ecc_point failure message.Niels Möller2020-11-011-2/+2
* | Extend ecc-redc-test.Niels Möller2020-10-311-9/+47