]> Git Repo - secp256k1.git/history - src/tests.c
Merge #741: Remove unnecessary sign variable from wnaf_const
[secp256k1.git] / src / tests.c
2020-07-26 Tim RuffingMerge #741: Remove unnecessary sign variable from wnaf_...
2020-06-15 Tim RuffingMerge #759: Fix uninitialized variables in ecmult_multi...
2020-06-15 Jonas NickFix uninitialized variables in ecmult_multi test
2020-06-08 Tim RuffingMerge #755: Recovery signing: add to constant time...
2020-06-03 Elichai TurkelAdd tests for the cmov implementations
2020-06-02 Tim RuffingMerge #754: Fix uninit values passed into cmov
2020-05-26 Elichai TurkelAdd valgrind uninit check to cmovs output
2020-04-30 Tim RuffingMerge #701: Make ec_ arithmetic more consistent and...
2020-04-29 Jonas NickFix test_constant_wnaf for -1 and add a test for it.
2020-04-18 Jonas NickMerge #732: Retry if r is zero during signing
2020-03-30 Jonas NickMake ec_privkey functions aliases for ec_seckey_negate...
2020-03-30 Jonas NickReturn 0 if the given seckey is invalid in privkey_nega...
2020-03-30 Jonas NickAdd test for boundary conditions of scalar_set_b32...
2020-03-30 Jonas NickAdd scalar_set_b32_seckey which does the same as scalar...
2020-03-27 Jonas NickMerge #728: Suppress a harmless variable-time optimizat...
2020-03-27 Tim RuffingAdd test for memczero()
2020-03-20 Tim RuffingMerge #700: Allow overriding default flags
2020-02-24 Tim RuffingMerge #710: Eliminate harmless non-constant time operat...
2020-02-20 Gregory MaxwellEliminate harmless non-constant time operations on...
2019-12-13 Tim RuffingMerge #689: Remove "except in benchmarks" exception...
2019-11-26 Jonas NickMerge #679: Add SECURITY.md
2019-11-25 Tim RuffingMerge #685: Fix issue where travis does not show the...
2019-11-25 Jonas NickExplicitly disable buffering for stderr in tests
2019-11-25 Jonas NickMake travis show the ./tests seed by removing stdout...
2019-10-28 Tim RuffingMerge #647: Increase robustness against UB in secp256k1...
2019-08-18 Jonas NickMerge #650: secp256k1/src/tests.c: Properly handle...
2019-08-17 Tim RuffingMerge #654: Fix typo (∞)
2019-08-06 Pieter WuilleMerge #583: JNI: fix use sig array
2019-08-05 practicalswiftFix typo
2019-07-14 Mustapha Abiolasecp256k1/src/tests.c: Properly handle sscanf return...
2019-05-29 Gregory MaxwellMerge #629: Avoid calling _is_zero when _set_b32 fails.
2019-05-29 Gregory MaxwellMerge #630: Note intention of timing sidechannel freeness.
2019-05-29 Gregory MaxwellMerge #628: Fix ability to compile tests without -DVERIFY.
2019-05-29 Gregory MaxwellMerge #627: Guard memcmp in tests against mixed size...
2019-05-29 Gregory MaxwellMerge #578: Avoid implementation-defined and undefined...
2019-05-26 Gregory MaxwellMerge #600: scratch space: use single allocation
2019-05-26 Andrew Poelstrascratch: replace frames with "checkpoint" system
2019-05-25 Andrew Poelstrascratch: save a couple bytes of unnecessarily-allocated...
2019-05-25 Andrew Poelstrascratch space: thread `error_callback` into all scratch...
2019-05-25 Gregory MaxwellMerge #592: Use trivial algorithm in ecmult_multi if...
2019-05-25 Gregory MaxwellFix ability to compile tests without -DVERIFY.
2019-05-25 Gregory MaxwellMerge #566: Enable context creation in preallocated...
2019-05-25 Tim RuffingMove _preallocated functions to separate header
2019-05-25 Tim RuffingAdd tests for contexts in preallocated memory
2019-05-25 Tim RuffingSwitch to a single malloc call
2019-05-25 Gregory MaxwellGuard memcmp in tests against mixed size inputs.
2019-05-23 Gregory MaxwellMerge #561: Respect LDFLAGS and #undef STATIC_PRECOMPUT...
2019-05-23 Gregory MaxwellMerge #620: Install headers automatically
2019-05-22 Gregory MaxwellMerge #533: Make sure we're not using an uninitialized...
2019-05-22 Gregory MaxwellMerge #617: Pass scalar by reference in secp256k1_wnaf_...
2019-05-14 Tim RuffingPass scalar by reference in secp256k1_wnaf_const()
2019-03-18 Jonas NickUse trivial algorithm in ecmult_multi if scratch space...
2019-02-25 Gregory MaxwellMerge #568: Fix integer overflow in ecmult_multi_var...
2019-02-25 Jonas NickFix integer overflow in ecmult_multi_var when n is...
2019-02-24 Gregory MaxwellMerge #591: Make bench_internal obey secp256k1_fe_sqrt...
2019-02-24 Gregory MaxwellMerge #580: Add trivial ecmult_multi algorithm which...
2019-02-23 Jonas NickAdd trivial ecmult_multi algorithm. It is selected...
2019-02-22 Gregory MaxwellMerge #584: configure: Use CFLAGS_FOR_BUILD when checki...
2019-02-21 Gregory MaxwellMerge #516: improvements to random seed in src/tests.c
2019-02-21 Gregory MaxwellMerge #562: Make use of TAG_PUBKEY constants in secp256...
2019-02-21 Gregory MaxwellFixup for C90 mixed declarations.
2019-02-21 Gregory MaxwellMerge #509: Fix algorithm selection in bench_ecmult
2019-02-21 Gregory MaxwellMerge #518: Summarize build options after running configure
2019-02-21 Gregory MaxwellMerge #567: Correct order of libs returned on pkg-confi...
2019-02-21 Gregory MaxwellMerge #587: Make randomization of a non-signing context...
2019-02-21 Gregory MaxwellMerge #511: Portability fix for the configure scripts...
2019-02-21 Gregory MaxwellMerge #552: Make constants static:
2019-02-21 Gregory MaxwellMerge #551: secp256k1_fe_sqrt: Verify that the argument...
2019-02-21 Gregory MaxwellMerge #539: Assorted minor corrections
2019-02-21 Gregory MaxwellMerge #550: Optimize secp256k1_fe_normalize_weak calls.
2019-01-27 Tim RuffingMake randomization of a non-signing context a noop
2018-11-26 Pieter WuilleMerge #557: Eliminate scratch memory used when generati...
2018-11-09 Andrew Poelstraadd `secp256k1_ge_set_all_gej_var` test which deals...
2018-11-09 Andrew Poelstraecmult_impl: eliminate scratch memory used when generat...
2018-11-09 Andrew Poelstraecmult_gen_impl: eliminate scratch memory used when...
2018-11-06 Pieter WuilleMerge #553: add static context object which has no...
2018-10-17 Pieter WuilleMerge #354: [ECDH API change] Support custom hash function
2018-10-04 Andrew Poelstraadd static context object which has no capabilities
2018-05-31 Pieter WuilleMerge #529: fix tests.c in the count == 0 case
2018-04-10 Andrew Poelstrafix tests.c in the count == 0 case
2018-04-05 Pieter WuilleMerge #523: scratch: add stack frame support
2018-04-05 Andrew Poelstrascratch: add stack frame support
2018-04-05 Pieter WuilleMerge #522: parameterize ecmult_const over input size
2018-04-05 Andrew Poelstraparameterize ecmult_const over input size
2018-04-05 Pieter WuilleMerge #513: Increase sparsity of pippenger fixed window...
2018-03-23 Jonas NickDon't touch leading zeros in wnaf_fixed.
2018-03-06 Don Visznekifix bug in fread() failure check
2018-03-06 Don Visznekitests: add warning message when /dev/urandom fails
2018-03-01 Jonas NickIncrease sparsity of pippenger fixed window naf represe...
2018-02-06 Gregory MaxwellMerge #460: [build] Update ax_jni_include_dir.m4 macro
2018-02-06 Gregory MaxwellMerge #498: tests: Avoid calling fclose(...) with an...
2018-02-06 Gregory MaxwellMerge #499: tests: Make sure we get the requested numbe...
2018-02-06 Gregory MaxwellMerge #472: [build] Set --enable-jni to no by default...
2018-02-06 Gregory MaxwellMerge #494: Support OpenSSL versions >= 1.1 for ENABLE_...
2018-01-12 practicalswifttests: Make sure we get the requested number of bytes...
2018-01-12 practicalswiftAvoid calling fclose(...) with an invalid argument
2017-12-28 Alexander BlockSupport OpenSSL versions >= 1.1 for ENABLE_OPENSSL_TESTS
2017-12-21 Pieter WuilleMerge #487: fix tests typo, s/changed/unchanged
2017-12-21 Pieter WuilleMerge #463: Reduce usage of hardcoded size constants
2017-12-18 Pieter WuilleMerge #480: Enable benchmark building by default
next
This page took 0.470387 seconds and 107 git commands to generate.