summaryrefslogtreecommitdiff
path: root/testsuite
Commit message (Expand)AuthorAgeFilesLines
* ChangeLog entry for SHA3 update, and link to current test vectors.Niels Möller2015-08-251-0/+5
* testsuite: updated SHA3 tests to the FIPS202 final versionNikos Mavrogiannopoulos2015-08-244-1024/+1024
* Added nettle_version_major and nettle_version_minor functions.Niels Möller2015-05-123-1/+45
* Allow leading underscore on mini-gmp symbols.nettle_3.1rc2Niels Möller2015-03-301-1/+1
* Fixed symbols-test, check for NETTLE_USE_MINI_GMP in version.h.Niels Möller2015-03-301-1/+1
* Rename nettle_curve25519 to _nettle_curve25519, and remove declaration from e...Niels Möller2015-03-197-11/+11
* EdDSA interface change, use plain strings to represent keys.Niels Möller2015-03-192-17/+15
* Changed return type for curve25519_mul to void.Niels Möller2015-03-101-9/+1
* New struct nettle_armor for base64url.Niels Möller2015-02-102-1/+13
* Implement URL safe base64 coding, as specified by RFC 4648.Amos Jeffries2015-02-101-0/+4
* Additional base64 tests, based on contribution by Amos Jeffries.Niels Möller2015-02-091-0/+62
* Update chacha-poly1305 for draft-irtf-cfrg-chacha20-poly1305-08.chacha96Niels Möller2015-01-301-8/+25
* New function chacha_set_nonce96.Niels Möller2015-01-301-3/+24
* Merge branch 'memxor-reorg' into master.Niels Möller2015-01-111-1/+1
|\
| * Enable valgrind's --partial-loads-ok only when build includes assembly files.Niels Möller2014-10-231-1/+1
* | Fixed eddsa test case.Niels Möller2014-11-241-5/+4
|/
* Fallback for missing getline (used in the testsuite).Niels Möller2014-10-221-0/+38
* Testcases for ed25519.Niels Möller2014-10-213-1/+151
* Rewrote hex decoding for test programs.Niels Möller2014-10-211-76/+8
* Tweaked argument order for _eddsa_verify.Niels Möller2014-10-181-6/+6
* Testcase for _eddsa_verify.Niels Möller2014-10-143-1/+166
* Use _eddsa_expand_key in the tests.Niels Möller2014-10-081-15/+20
* Tests for _eddsa_sign.Niels Möller2014-10-043-1/+142
* Enable ecc-mul-g-test, also with mini-gmp.Niels Möller2014-10-031-9/+0
* Enable ecc-mul-a-test, also with mini-gmp.Niels Möller2014-10-031-18/+17
* Enable ecc-redc-test, also with mini-gmp.Niels Möller2014-10-031-15/+14
* Enable ecc-modinv-test, also with mini-gmp.Niels Möller2014-10-031-42/+42
* Enable ecc-mod-test, also with mini-gmp.Niels Möller2014-10-031-17/+21
* New function mpn_out_str, for use in the testsuite.Niels Möller2014-10-032-0/+10
* Make ecc-sqrt-test work with mini-gmp.Niels Möller2014-10-033-1/+66
* Tests for eddsa compression and decompression.Niels Möller2014-10-023-1/+117
* New testcase for modular sqrt.Niels Möller2014-10-023-6/+144
* Changed ecc_hash argument type from struct ecc_curve to struct ecc_modulo.Niels Möller2014-09-232-4/+4
* curve25519: Use powering to compute modp inverses, 5.5 times faster than ecc_...Niels Möller2014-09-231-7/+23
* Fixed scratch allocation in test_ecc_mul_h.Niels Möller2014-09-231-1/+1
* ecc_mod_inv interface and allocation changes.Niels Möller2014-09-231-4/+3
* Do some more tests in ecc-redc-test.Niels Möller2014-09-221-33/+35
* Simplified ecc-modinv-test.Niels Möller2014-09-221-85/+72
* Simplified ecc-mod-test.Niels Möller2014-09-221-64/+32
* Added invert function pointer to struct ecc_modulo.Niels Möller2014-09-221-8/+8
* Moved mod and reduce function pointers to struct ecc_modulo.Niels Möller2014-09-222-4/+4
* Deleted redc function pointer.Niels Möller2014-09-221-3/+3
* Use struct ecc_modulo for all mod and redc functions.Niels Möller2014-09-222-7/+7
* Introduced struct ecc_modulo.Niels Möller2014-09-2211-149/+150
* Deleted duplicate function point_zero_p. Support n == 0 in test_ecc_mul_h ins...Niels Möller2014-09-173-60/+23
* Move mpn_zero_p to testutils.c.Niels Möller2014-09-173-11/+18
* Extend general ecc testcases to also test curve25519.Niels Möller2014-09-174-11/+70
* Let "affine" points for curve25519 be Edwards coordinates rather than Montgom...Niels Möller2014-09-173-18/+18
* Deleted curve25519-add-test and curve25519-dup-test.Niels Möller2014-09-173-222/+0
* New test case for ecc_add_jj, ecc_add_eh and ecc_add_ehh (latter tests curren...Niels Möller2014-09-163-1/+122