]> Git Repo - secp256k1.git/shortlog
secp256k1.git
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-12-10 Elichai TurkelClear field elements when writing infinity
2019-12-10 Elichai TurkelAdded test with additions resulting in infinity
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...
2019-10-28 Tim RuffingMerge #647: Increase robustness against UB in secp256k1...
2019-10-11 Jonas NickMerge #664: Remove mention of ec_privkey_export because...
2019-09-15 Jonas NickRemove mention of ec_privkey_export because it doesn...
2019-09-05 Tim RuffingMerge #337: variable sized precomputed table for signing
2019-09-05 djbvariable signing precompute table
2019-09-04 Jonas NickMerge #661: Make ./configure string consistent
2019-09-04 Tim RuffingMake ./configure string consistent
2019-08-22 Jonas NickMerge #657: Fix a nit in the recovery tests
2019-08-21 Elichai TurkelFix a nit in the recovery tests
2019-08-18 Jonas NickMerge #650: secp256k1/src/tests.c: Properly handle...
2019-08-17 Tim RuffingMerge #654: Fix typo (∞)
2019-08-10 Andrew PoelstraMerge pull request #656 from real-or-random/patch-1
2019-08-09 Tim RuffingFix typo in docs for _context_set_illegal_callback
2019-08-07 Russell O'ConnorImprove VERIFY_CHECK of overflow in secp256k1_scalar_ca...
2019-08-06 Pieter WuilleMerge #583: JNI: fix use sig array
2019-08-06 Pieter WuilleMerge #644: Avoid optimizing out a verify_check
2019-08-06 Pieter WuilleMerge #652: README.md: update instruction to run tests
2019-08-06 Pieter WuilleMerge #651: Fix typo in secp256k1_preallocated.h
2019-08-06 Pieter WuilleMerge #640: scalar_impl.h: fix includes
2019-08-06 Pieter WuilleMerge #655: jni: Use only Guava for hex encoding and...
2019-08-05 Tim Ruffingjni: Use only Guava for hex encoding and decoding
2019-08-05 practicalswiftFix typo
2019-07-30 Tim RuffingDon't assume that ALIGNMENT > 1 in tests
2019-07-30 Jonas NickUse ROUND_TO_ALIGN in scratch_create
2019-07-30 Jonas NickAdd check preventing rounding to alignment from wrappin...
2019-07-30 Jonas NickAdd check preventing integer multiplication wrapping...
2019-07-19 Marko BencunREADME.md: update instruction to run tests
2019-07-18 Jan XieFix typo in secp256k1_preallocated.h
2019-07-14 Mustapha Abiolasecp256k1/src/tests.c: Properly handle sscanf return...
2019-07-05 roconnor-blockstreamIncrease robustness against UB.
2019-07-03 Elichai TurkelMoved a dereference so the null check will be before...
2019-06-20 Marko Bencunscalar_impl.h: fix includes
2019-06-04 Gregory MaxwellMerge #634: Add a descriptive comment for secp256k1_ecm...
2019-06-04 Gregory MaxwellAdd a descriptive comment for secp256k1_ecmult_const.
2019-06-01 Gregory MaxwellMerge #631: typo in comment for secp256k1_ec_pubkey_twe...
2019-06-01 philsmdtypo in comment for secp256k1_ec_pubkey_tweak_mul ()
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 MaxwellNote intention of timing sidechannel freeness.
2019-05-29 Gregory MaxwellMerge #628: Fix ability to compile tests without -DVERIFY.
next
This page took 0.066263 seconds and 4 git commands to generate.