testutils.c: Fix high bits of the mpz_urandomb used with mini-gmp.
[gd/nettle] / testsuite /
2018-11-25 Niels Möllertestutils.c: Fix high bits of the mpz_urandomb used...
2018-11-25 Niels MöllerTweak valgrind marking is rsa_sec_decrypt tests.
2018-11-25 Simo SorceUnit test for rsa_sec_decyrpt
2018-11-25 Simo SorceAdd rsa_sec_decrypt as side-channel silent variant
2018-11-25 Niels Möllerpkcs1-sec-decrypt-test.c: Fix valgrind marking of retur...
2018-11-25 Simo SorceUnit test for pkcs1-sec-decrypt
2018-11-24 Simo SorceAdd a side-channel silent conditional memcpy
2018-11-18 Dominyk Tillertestsuite/symbols-test: Exclude ____chkstk_darwin symbols.
2018-11-18 Niels MöllerFix link failure for pss-mgf1-test, in non-hogweed...
2017-10-29 Niels MöllerMerge branch 'api-opaque' into master-updates
2017-10-23 Niels MöllerMerge remote-tracking branch 'origin/master' into api...
2017-10-23 Niels MöllerUndo added underscores on public symbols.
2017-10-22 Niels MöllerSet DYLD_LIBRARY_PATH when running tests.
2017-10-17 Niels MöllerMerge branch 'support-cfb' into master-updates
2017-10-16 Dmitry Eremin-Sole... Add CFB block mode support
2017-10-14 Niels MöllerUpdate .gitignore, to unclutter builds in the source...
2017-09-24 Niels MöllerMerge branch 'armor-signedness' into master-updates
2017-09-24 Niels MöllerFix remaining pointer-signedness warnings for base64.
2017-09-24 Niels MöllerFix pointer-signedness warnings in tests.
2017-09-12 Niels MöllerAvoid redefining mpn_zero_p when building with mini...
2017-09-09 Daiki Uenoecc-mul-test: Fix mpn_cmp calls
2017-09-06 Niels MöllerMerge branch 'hkdf-support'
2017-09-06 Niels MöllerIndent and whitespace fixes.
2017-08-30 Nikos Mavrogiannop... Added the HKDF key derivation function and test vectors
2017-08-27 Niels MöllerChange type of base16- and base64-encoded data from...
2017-06-09 Daiki UenoTest case for pss signature problem.
2017-06-07 Niels MöllerRework make targets related to test-rules.
2017-05-20 Niels MöllerAdd srcdir prefix to .test-rules.make target.
2017-05-20 Nikos Mavrogiannop... testsuite/Makefile.in: ensure .test-rules.make is regen...
2017-04-09 Niels MöllerDefine accessor functions to get address of ecc curve...
2017-04-09 Niels MöllerFix memory leak in dlopen-test.
2017-04-09 Niels MöllerDelete valgrind magic in pss-test.
2017-03-21 Daiki UenoAdd PSS variants for RSA sign/verify functions
2017-03-21 Daiki UenoImplement PSS encoding functions
2017-03-20 Niels MöllerNew constant NETTLE_MAX_HASH_CONTEXT_SIZE.
2017-01-12 Niels MöllerUse nettle_lookup_hash.
2016-09-13 Niels MöllerTrivial merge.
2016-09-13 Niels MöllerAdd SHA3 hashes to nettle_hashes. Reported by Thomas...
2016-09-05 Niels MöllerTest for memeql_sec.
2016-09-03 Niels MöllerFix pointer sign warnings for sexp-format-test.
2016-09-03 Niels MöllerFix pointer sign warnings for test_armor.
2016-09-03 Niels MöllerFix pointed signedness warning in yarrow-test.
2016-09-03 Niels MöllerUpdate to use const char * for sexp_iterator_assoc.
2016-09-03 Niels MöllerFix pointed signedness warnings in md5-compat-test.
2016-09-03 Niels MöllerUse LDATA macro for more constants.
2016-09-03 Niels MöllerMacro to convert string literals to unsigned.
2016-09-03 Niels MöllerFix signedness warning for rsa-encrypt-test.
2016-07-31 Niels MöllerReject invalid RSA keys with even modulo.
2016-07-16 Niels MöllerMerge branch 'powm_sec'
2016-07-13 Niels MöllerDelete code for supporting GMP older than 5.0.
2016-05-02 Niels MöllerMerge branch 'curve25519-rfc7748'
2016-05-02 Niels MöllerAdd tests for ignored curve25519 input bits.
2016-01-20 Niels MöllerMark dlopen-test main arguments as UNUSED.
2016-01-20 Niels MöllerDelete dlopen-test on make clean.
2015-12-18 Niels MöllerFixes to testutils.h includes. Include version.h.
2015-12-18 Niels MöllerImproved ecc-mod-test with random seeding.
2015-11-15 Niels MöllerDeleted comment.
2015-11-15 Niels MöllerExtended rsa signature test cases.
2015-11-15 Niels MöllerUse rsa_compute_root_tr also in rsa_decrypt_tr.
2015-11-15 Niels MöllerNew function rsa_compute_root_tr.
2015-09-07 Niels MöllerFix broken use of sizeof.
2015-09-07 Niels MöllerDrop include of nettle-internal.h.
2015-09-07 Nikos Mavrogiannop... testsuite: Added tests for rsa_pkcs1_sign_tr()
2015-09-02 Niels MöllerNew testcase using dlopen, and needed configure tests.
2015-08-25 Niels MöllerChangeLog entry for SHA3 update, and link to current...
2015-08-24 Nikos Mavrogiannop... testsuite: updated SHA3 tests to the FIPS202 final...
2015-05-12 Niels MöllerAdded nettle_version_major and nettle_version_minor...
2015-03-30 Niels MöllerAllow leading underscore on mini-gmp symbols.
2015-03-30 Niels MöllerFixed symbols-test, check for NETTLE_USE_MINI_GMP in...
2015-03-19 Niels MöllerRename nettle_curve25519 to _nettle_curve25519, and...
2015-03-19 Niels MöllerEdDSA interface change, use plain strings to represent...
2015-03-10 Niels MöllerChanged return type for curve25519_mul to void.
2015-02-10 Niels MöllerNew struct nettle_armor for base64url.
2015-02-10 Amos JeffriesImplement URL safe base64 coding, as specified by RFC...
2015-02-09 Niels MöllerAdditional base64 tests, based on contribution by Amos...
2015-02-05 Niels MöllerMerge branch 'versioned-symbols' into master
2015-01-30 Niels MöllerUpdate chacha-poly1305 for draft-irtf-cfrg-chacha20...
2015-01-30 Niels MöllerNew function chacha_set_nonce96.
2015-01-11 Niels MöllerMerge branch 'memxor-reorg' into master.
2014-11-24 Niels MöllerFixed eddsa test case.
2014-10-23 Niels MöllerEnable valgrind's --partial-loads-ok only when build...
2014-10-22 Niels MöllerFallback for missing getline (used in the testsuite).
2014-10-21 Niels MöllerTestcases for ed25519.
2014-10-21 Niels MöllerRewrote hex decoding for test programs.
2014-10-18 Niels MöllerTweaked argument order for _eddsa_verify.
2014-10-14 Niels MöllerTestcase for _eddsa_verify.
2014-10-08 Niels MöllerUse _eddsa_expand_key in the tests.
2014-10-04 Niels MöllerTests for _eddsa_sign.
2014-10-03 Niels MöllerEnable ecc-mul-g-test, also with mini-gmp.
2014-10-03 Niels MöllerEnable ecc-mul-a-test, also with mini-gmp.
2014-10-03 Niels MöllerEnable ecc-redc-test, also with mini-gmp.
2014-10-03 Niels MöllerEnable ecc-modinv-test, also with mini-gmp.
2014-10-03 Niels MöllerEnable ecc-mod-test, also with mini-gmp.
2014-10-03 Niels MöllerNew function mpn_out_str, for use in the testsuite.
2014-10-03 Niels MöllerMake ecc-sqrt-test work with mini-gmp.
2014-10-02 Niels MöllerTests for eddsa compression and decompression.
2014-10-02 Niels MöllerNew testcase for modular sqrt.
2014-09-23 Niels MöllerChanged ecc_hash argument type from struct ecc_curve...
2014-09-23 Niels Möllercurve25519: Use powering to compute modp inverses,...
2014-09-23 Niels MöllerFixed scratch allocation in test_ecc_mul_h.
next