]> Git Repo - secp256k1.git/history - src
Constant-time behaviour test using valgrind memtest.
[secp256k1.git] / src /
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-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-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-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
2019-12-13 Tim RuffingMerge #689: Remove "except in benchmarks" exception...
2019-12-13 Wladimir J. van... 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-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-09-05 Tim RuffingMerge #337: variable sized precomputed table for signing
2019-09-05 djbvariable signing precompute table
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-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-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-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-27 Gregory MaxwellMerge #595: Allow to use external default callbacks
2019-05-26 Tim RuffingAdd missing #(un)defines to base-config.h
2019-05-26 Tim RuffingAdd secp256k1_ prefix to default callback functions
2019-05-26 Tim RuffingInclude stdio.h and stdlib.h explicitly in secp256k1.c
2019-05-26 Tim RuffingAllow usage of external default callbacks
2019-05-26 Tim RuffingReplace CHECKs for no_precomp ctx by ARG_CHECKs without...
2019-05-26 Gregory MaxwellAvoid calling secp256k1_*_is_zero when secp256k1_*_set_...
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: rename `max_size` to `size`, document that...
2019-05-25 Andrew Poelstrascratch: unify allocations
2019-05-25 Andrew Poelstrascratch space: thread `error_callback` into all scratch...
2019-05-25 Andrew Poelstrascratch: add magic bytes to beginning of structure
2019-05-25 Andrew Poelstrascratch space: use single allocation
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 RuffingCheck arguments of _preallocated functions
2019-05-25 Tim RuffingSupport cloning a context into preallocated memory
2019-05-25 Tim RuffingSwitch to a single malloc call
2019-05-25 Tim RuffingAdd size constants for preallocated memory
2019-05-25 Tim RuffingPrepare for manual memory management in preallocated...
2019-05-25 Gregory MaxwellGuard memcmp in tests against mixed size inputs.
2019-05-25 Gregory MaxwellMerge #596: Make WINDOW_G configurable
2019-05-24 Tim RuffingMake WINDOW_G configurable
2019-05-23 Tim RuffingSimplify control flow in DER parsing
2019-05-23 Tim RuffingAvoid out-of-bound pointers and integer overflows in...
2019-05-23 Tim RuffingParse DER-enconded length into a size_t instead of...
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-16 Gregory MaxwellMerge #619: Clear a copied secret key after negation
2019-05-15 Seonpyo KimClear a copied secret key after negation
2019-05-14 Tim RuffingPass scalar by reference in secp256k1_wnaf_const()
2019-05-09 Gregory MaxwellMerge #612: Allow field_10x26_arm.s to compile for...
2019-05-07 Roman ZeydeAllow field_10x26_arm.s to compile for ARMv7 architecture
2019-03-31 Gregory MaxwellMerge #607: Use size_t shifts when computing a size_t
2019-03-30 Pieter WuilleUse size_t shifts when computing a size_t
2019-03-21 practicalswiftMake sure we're not using an uninitialized variable...
2019-03-18 Jonas NickUse trivial algorithm in ecmult_multi if scratch space...
2019-03-11 Gregory MaxwellMerge #599: Switch x86_64 asm to use "i" instead of...
2019-03-10 Gregory MaxwellSwitch x86_64 asm to use "i" instead of "n" for immedia...
next
This page took 0.069754 seconds and 7 git commands to generate.