]> Git Repo - secp256k1.git/history - configure.ac
Use bit ops instead of int mult for constant-time logic in gej_add_ge
[secp256k1.git] / configure.ac
2021-01-12 Tim RuffingMerge #862: Autoconf improvements
2021-01-08 Tim RuffingImprove CC_FOR_BUILD detection
2021-01-08 Tim RuffingRestructure and tidy configure.ac
2021-01-08 Tim RuffingAsk brew for valgrind include path
2020-11-04 Pieter WuilleMerge #835: Don't use reserved identifiers memczero...
2020-11-04 Jonas NickMerge #839: Prevent arithmetic on NULL pointer if the...
2020-10-30 Jonas NickMerge #840: Return NULL early in context_preallocated_c...
2020-10-27 Tim RuffingMerge #838: Make autotools check for all the used opens...
2020-10-27 Elichai TurkelConfigure echo if openssl tests are enabled
2020-10-27 Jonas NickMerge #841: Avoids a potentially shortening size_t...
2020-10-21 Tim RuffingMerge #809: Stop treating ECDH as experimental
2020-10-20 Jonas NickStop treating ECDH as experimental
2020-10-14 Pieter WuilleMerge #830: Rip out non-endomorphism code + dependencies
2020-10-13 Pieter WuilleRip out non-endomorphism code
2020-09-26 Tim RuffingMerge #818: Add static assertion that uint32_t is unsig...
2020-09-26 Pieter WuilleMerge #808: Exhaustive test improvements + exhaustive...
2020-09-19 Jonas NickMerge #813: Enable configuring Valgrind support
2020-09-19 Jonas NickMerge #819: Enable -Wundef warning
2020-09-18 Tim RuffingEnable -Wundef warning
2020-09-15 Jonas NickMerge #782: Check if variable=yes instead of if var...
2020-09-14 Luke Dashjrconfigure: Allow specifying --with[out]-valgrind explicitly
2020-09-11 Tim RuffingMerge #558: Add schnorrsig module which implements...
2020-09-09 Tim RuffingMerge #699: Initialize field elements when resulting...
2020-09-06 Jonas Nickschnorrsig: Init empty experimental module
2020-09-02 Tim RuffingMerge #648: Prevent ints from wrapping around in scratc...
2020-08-26 Jonas Nickextrakeys: Init empty experimental module
2020-08-13 Tim RuffingMerge #787: Use preprocessor macros instead of autoconf...
2020-08-12 Tim RuffingMerge #793: Make scalar/field choice depend on C-detect...
2020-08-11 Tim RuffingUse preprocessor macros instead of autoconf to detect...
2020-08-10 Pieter WuilleAutodetect __int128 availability on the C side
2020-07-26 Tim RuffingMerge #741: Remove unnecessary sign variable from wnaf_...
2020-06-02 Tim RuffingMerge #754: Fix uninit values passed into cmov
2020-05-22 Tim RuffingMerge #752: autoconf: Use ":" instead of "dnl" as a...
2020-05-18 Tim Ruffingautoconf: Use ":" instead of "dnl" as a noop
2020-04-30 Tim RuffingMerge #701: Make ec_ arithmetic more consistent and...
2020-04-18 Jonas NickMerge #732: Retry if r is zero during signing
2020-04-13 Jonas NickMerge #735: build: fix OpenSSL EC detection on macOS
2020-04-09 fanquakebuild: fix OpenSSL EC detection on macOS
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-03 Tim RuffingMerge #708: Constant-time behaviour test using valgrind...
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-20 Gregory MaxwellAdds a declassify operation to aid constant-time analysis.
2020-02-19 Jonas NickCompile with optimization flag -O2 by default instead...
2020-02-10 Tim RuffingMerge #714: doc: document the length requirements of...
2020-02-10 Tim RuffingMerge #682: Remove Java Native Interface
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-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-09-04 Jonas NickMerge #661: Make ./configure string consistent
2019-09-04 Tim RuffingMake ./configure string consistent
2019-08-06 Pieter WuilleMerge #583: JNI: fix use sig array
2019-05-29 Gregory MaxwellMerge #629: Avoid calling _is_zero when _set_b32 fails.
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 RuffingAllow usage of external default callbacks
2019-05-25 Gregory MaxwellMerge #592: Use trivial algorithm in ecmult_multi if...
2019-05-25 Gregory MaxwellMerge #596: Make WINDOW_G configurable
2019-05-24 Tim RuffingClean up ./configure help strings
2019-05-24 Tim RuffingMake WINDOW_G configurable
2019-05-23 Gregory MaxwellMerge #561: Respect LDFLAGS and #undef STATIC_PRECOMPUT...
2019-05-22 Gregory MaxwellMerge #533: Make sure we're not using an uninitialized...
2019-02-25 DesWurstesKeep LDFLAGS if `--coverage`
2019-02-24 Gregory MaxwellMerge #591: Make bench_internal obey secp256k1_fe_sqrt...
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 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-02-10 Tim Ruffingconfigure: Use CFLAGS_FOR_BUILD when checking native...
2019-02-04 Pieter WuilleMerge #579: Use __GNUC_PREREQ for detecting __builtin_e...
2018-12-17 Tim RuffingUse __GNUC_PREREQ for detecting __builtin_expect
2018-03-27 Evan KlitzkeSummarize build options in configure script
2018-02-26 Pierre ProncheryPortability fix for the configure scripts generated
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...
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
2017-09-28 Pieter WuillePrint whether we're building benchmarks
2017-09-28 Pieter WuilleBuild benchmarks by default
2017-08-17 Karl-Johan Alm[build] Set --enable-jni to no by default instead of...
2017-03-22 Pieter WuilleMerge #408: Add `secp256k1_ec_pubkey_negate` and `secp2...
2016-12-28 Pieter WuilleMerge #428: Exhaustive recovery
next
This page took 0.683509 seconds and 107 git commands to generate.