]> Git Repo - secp256k1.git/shortlog
secp256k1.git
2020-07-26 Tim RuffingMerge #741: Remove unnecessary sign variable from wnaf_...
2020-07-26 Tim RuffingMerge #773: Fix some compile problems on weird/old...
2020-07-26 Gregory MaxwellFix some compile problems on weird/old compilers.
2020-07-21 Jonas NickMerge #769: Undef HAVE___INT128 in basic-config.h to...
2020-07-21 Tim RuffingUndef HAVE___INT128 in basic-config.h to fix gen_contex...
2020-06-29 Jonas NickMerge #765: remove dead store in ecdsa_signature_parse_...
2020-06-29 fanquakeremove dead store in ecdsa_signature_parse_der_lax
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-03 Elichai TurkelAdd ecdsa_sign_recoverable to the ctime tests
2020-06-03 Elichai TurkelSplit ecdsa_sign logic into a new function and use...
2020-06-02 Tim RuffingMerge #754: Fix uninit values passed into cmov
2020-05-26 Elichai TurkelAdd valgrind uninit check to cmovs output
2020-05-22 Tim RuffingMerge #752: autoconf: Use ":" instead of "dnl" as a...
2020-05-22 Elichai TurkelFixed UB(arithmetics on uninit values) in cmovs
2020-05-18 Jonas NickMerge #750: Add macOS to the CI
2020-05-18 Tim Ruffingautoconf: Use ":" instead of "dnl" as a noop
2020-05-18 Elichai TurkelExplictly pass SECP256K1_BENCH_ITERS to the benchmarks...
2020-05-11 Elichai TurkelReplace travis_wait with a loop printing "\a" to stdout...
2020-05-11 Elichai TurkelBump travis Ubuntu from xenial(16.04) to bionic(18.04)
2020-05-11 Elichai TurkelAdd macOS support to travis
2020-05-11 Elichai TurkelMove travis script into a standalone sh file
2020-04-30 Tim RuffingMerge #701: Make ec_ arithmetic more consistent and...
2020-04-29 Jonas NickRemove unnecessary sign variable from wnaf_const
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-04-18 Tim RuffingMerge #742: Fix typo in ecmult_const_impl.h
2020-04-18 f-danielFix typo in ecmult_const_impl.h
2020-04-15 Tim RuffingMerge #740: Make recovery/main_impl.h non-executable
2020-04-15 Elichai TurkelMake recovery/main_impl.h non-executable
2020-04-13 Jonas NickMerge #735: build: fix OpenSSL EC detection on macOS
2020-04-09 fanquakebuild: add SECP_TEST_INCLUDES to bench_verify CPPFLAGS
2020-04-09 fanquakebuild: fix OpenSSL EC detection on macOS
2020-03-31 Tim RuffingMake ecdsa_sig_sign constant-time again after reverting...
2020-03-31 Tim RuffingRevert "ecdsa_impl: replace scalar if-checks with VERIF...
2020-03-30 Jonas NickClarify documentation of tweak functions.
2020-03-30 Jonas NickMake tweak function documentation more consistent.
2020-03-30 Jonas NickMake ec_privkey functions aliases for ec_seckey_negate...
2020-03-30 Jonas NickRename private key to secret key in public API (with...
2020-03-30 Jonas NickMention that value is unspecified for In/Out parameters...
2020-03-30 Jonas NickDefine valid ECDSA keys in the documentation of seckey_...
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 NickUse scalar_set_b32_seckey in ecdsa_sign, pubkey_create...
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-27 Tim RuffingSuppress a harmless variable-time optimization by clang...
2020-03-24 Jonas NickMerge #722: Context isn't freed in the ECDH benchmark
2020-03-20 Tim RuffingMerge #700: Allow overriding default flags
2020-03-18 Elichai TurkelAdd running benchmarks regularly and under valgrind...
2020-03-13 Elichai TurkelPass num of iters to benchmarks as variable, and define...
2020-03-04 Elichai Turkelfree the ctx at the end of bench_ecdh
2020-03-03 Tim RuffingMerge #708: Constant-time behaviour test using valgrind...
2020-02-24 Jonas NickRun valgrind_ctime_test in travis
2020-02-24 Gregory MaxwellConstant-time behaviour test using valgrind memtest.
2020-02-24 Tim RuffingMerge #710: Eliminate harmless non-constant time operat...
2020-02-23 Tim RuffingMerge #718: Clarify that a secp256k1_ecdh_hash_function...
2020-02-20 Gregory MaxwellAdds a declassify operation to aid constant-time analysis.
2020-02-20 Gregory MaxwellEliminate harmless non-constant time operations on...
2020-02-19 Jonas NickCompile with optimization flag -O2 by default instead...
2020-02-14 Tim RuffingClarify that a secp256k1_ecdh_hash_function must return...
2020-02-10 Tim RuffingMerge #714: doc: document the length requirements of...
2020-02-10 Tim RuffingMerge #682: Remove Java Native Interface
2020-02-10 Rusty Russelldoc: document the length requirements of output parameter.
2020-01-24 Jonas NickMerge #713: Docstrings
2020-01-17 Marko Bencunfield: extend docstring of secp256k1_fe_normalize
2020-01-17 Marko Bencunscalar: extend docstring of secp256k1_scalar_set_b32
2020-01-15 Pieter WuilleMerge #704: README: add a section for test coverage
2020-01-15 Marko BencunREADME: add a section for test coverage
2020-01-14 Pieter WuilleMerge #709: Remove secret-dependant non-constant time...
2020-01-11 Gregory MaxwellClarify comments about use of rzr on ge functions and...
2020-01-09 Gregory MaxwellRemove secret-dependant non-constant time operation...
2020-01-08 Jonas NickRemove Java Native Interface
2020-01-05 Jonas NickRemove -O2 from default CFLAGS because this would overr...
2020-01-05 Jonas NickAppend instead of Prepend user-CFLAGS to default CFLAGS...
2020-01-05 Jonas NickRemove test in configure.ac because it doesn't have...
2019-12-29 Pieter WuilleMerge #703: Overhaul README.md
2019-12-28 Tim RuffingOverhaul README.md
2019-12-13 Tim RuffingMerge #689: Remove "except in benchmarks" exception...
2019-12-13 Wladimir J... Convert bench.h to fixed-point math
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-11-25 Jonas NickMerge #690: Add valgrind check to travis
2019-11-18 Jonas NickMerge #678: Preventing compiler optimizations in benchm...
2019-11-11 Elichai Turkeltravis: Added a valgrind test without endro and enabled...
2019-11-08 Elichai TurkelAdd valgrind check to travis
2019-11-05 Tim RuffingMerge #688: Fix ASM setting in travis
2019-11-05 Jonas NickFix ASM setting in travis
2019-11-01 Jonas NickMerge #684: Make no-float policy explicit
2019-11-01 Tim RuffingMake no-float policy explicit
2019-10-28 Jonas NickAdd SECURITY.md
2019-10-28 Elichai TurkelModified bench_scalar_split so it won't get optimized out
2019-10-28 Elichai TurkelAdded accumulators and checks on benchmarks so they...
2019-10-28 Tim RuffingMerge #677: Remove note about heap allocation in secp25...
2019-10-28 Jonas NickRemove note about heap allocation in secp256k1_ecmult_o...
next
This page took 0.061984 seconds and 4 git commands to generate.