1. 23 Oct, 2015 1 commit
    • dexX7's avatar
      Remove coverage and test related files, when cleaning up · be6e6f8b
      dexX7 authored
      Until now there were quite a few leftovers, and only the coverage
      related files in `src/` were cleaned, while the ones in the other dirs
      remained. `qa/tmp/` is related to the BitcoinJ tests, and `cache/` is
      related to RPC tests.
      be6e6f8b
  2. 09 Oct, 2015 1 commit
    • MarcoFalke's avatar
      Squashed 'src/univalue/' changes from 87d9045..5839ac3 · 313e7f5c
      MarcoFalke authored
      5839ac3 Merge pull request #13 from theuni/move-lib
      3f248e0 build: move libunivalue.la to the root dir
      a68aed5 Merge pull request #12 from jmcorgan/add-ignores
      81cafe3 Update and consolidate git ignores
      
      git-subtree-dir: src/univalue
      git-subtree-split: 5839ac3311792f80b9cd5070440c2256e0e69e13
      313e7f5c
  3. 01 Oct, 2015 2 commits
  4. 26 Aug, 2015 1 commit
  5. 11 Jul, 2015 1 commit
  6. 03 Jun, 2015 1 commit
  7. 01 Jun, 2015 1 commit
  8. 19 May, 2015 1 commit
  9. 04 May, 2015 1 commit
  10. 27 Mar, 2015 1 commit
    • Pieter Wuille's avatar
      Squashed 'src/secp256k1/' changes from 50cc6ab..1897b8e · 9d09322b
      Pieter Wuille authored
      1897b8e Merge pull request #229
      efc571c Add simple testcases for signing with rfc6979 extra entropy.
      1573a10 Add ability to pass extra entropy to rfc6979
      3087bc4 Merge pull request #228
      d9b9f11 Merge pull request #218
      0065a8f Eliminate multiple-returns from secp256k1.c.
      354ffa3 Make secp256k1_ec_pubkey_create reject oversized secrets.
      27bc131 Silence some warnings from pedantic static analysis tools, improve compatibility with C++.
      3b7ea63 Merge pull request #221
      f789c5b Merge pull request #215
      4bc273b Merge pull request #222
      137a8ec Merge pull request #216
      7c3771d Disable overlength-strings warnings.
      8956111 use 128-bit hex seed
      02efd06 Use RFC6979 for test PRNGs
      ae55e85 Use faster byteswapping and avoid alignment-increasing casts.
      443cd4b Get rid of hex format and some binary conversions
      0bada0e Merge #214: Improve signing API documentation & specification
      8030d7c Improve signing API documentation & specification
      7b2fc1c Merge #213: Removed gotos, which are hard to trace and maintain.
      11690d3 Removed gotos, which are hard to trace and maintain.
      122a1ec Merge pull request #205
      035406d Merge pull request #206
      2d4cd53 Merge pull request #161
      34b898d Additional comments for the testing PRNG and a seeding fix.
      6efd6e7 Some comments explaining some of the constants in the code.
      ffccfd2 x86_64 assembly optimization for scalar_4x64
      67cbdf0 Merge pull request #207
      039723d Benchmarks for all internal operations
      6cc8425 Include a comment on secp256k1_ecdsa_sign explaining low-s.
      f88343f Merge pull request #203
      d61e899 Add group operation counts
      2473f17 Merge pull request #202
      b5bbce6 Some readme updates, e.g. removal of the GMP field.
      f0d851e Merge pull request #201
      a0ea884 Merge pull request #200
      f735446 Convert the rest of the codebase to C89.
      bf2e1ac Convert tests to C89. (also fixes a use of bare "inline" in field)
      fc8285f Merge pull request #199
      fff412e Merge pull request #197
      4be8d6f Centralize the definition of uint128_t and use it uniformly.
      d9543c9 Switch scalar code to C89.
      fcc48c4 Remove the non-storage cmov
      55422b6 Switch ecmult_gen to use storage types
      41f8455 Use group element storage type in EC multiplications
      e68d720 Add group element storage type
      ff889f7 Field storage type
      7137be8 Merge pull request #196
      0768bd5 Get rid of variable-length hex string conversions
      e84e761 Merge pull request #195
      792bcdb Covert several more files to C89.
      45cdf44 Merge pull request #193
      17db09e Merge pull request #194
      402878a fix ifdef/ifndef
      25b35c7 Convert field code to strict C89 (+ long long, +__int128)
      3627437 C89 nits and dead code removal.
      a9f350d Merge pull request #191
      4732d26 Convert the field/group/ecdsa constant initialization to static consts
      19f3e76 Remove unused secp256k1_fe_inner_{start, stop} functions
      f1ebfe3 Convert the scalar constant initialization to static consts
      
      git-subtree-dir: src/secp256k1
      git-subtree-split: 1897b8e90bbbdcd919427c9a8ae35b420e919d8f
      9d09322b
  11. 20 Jan, 2015 1 commit
  12. 05 Jan, 2015 1 commit
    • Pieter Wuille's avatar
      Squashed 'src/secp256k1/' changes from bccaf86..50cc6ab · 7873633b
      Pieter Wuille authored
      50cc6ab Merge pull request #178
      941e221 Add tests for handling of the nonce function in signing.
      10c81ff Merge pull request #177
      7688e34 Add magnitude limits to secp256k1_fe_verify to ensure that it's own tests function correctly.
      4ee4f7a Merge pull request #176
      70ae0d2 Use secp256k1_fe_equal_var in secp256k1_fe_sqrt_var.
      7767b4d Merge pull request #175
      9ab9335 Add a reference consistency test to ge_tests.
      60571c6 Rework group tests
      d26e26f Avoid constructing an invalid signature with probability 1:2^256.
      b450c34 Merge pull request #163
      d57cae9 Merge pull request #154
      49ee0db Add _normalizes_to_zero_var variant
      eed599d Add _fe_normalizes_to_zero method
      d7174ed Weak normalization for secp256k1_fe_equal
      0295f0a weak normalization
      bbd5ba7 Use rfc6979 as default nonce generation function
      b37fbc2 Implement SHA256 / HMAC-SHA256 / RFC6979.
      c6e7f4e [API BREAK] Use a nonce-generation function instead of a nonce
      cf0c48b Merge pull request #169
      603c33b Make signing fail if a too small buffer is passed.
      6d16606 Merge pull request #168
      7277fd7 Remove GMP field implementation
      e99c4c4 Merge pull request #123
      13278f6 Add explanation about how inversion can be avoided
      ce7eb6f Optimize verification: avoid field inverse
      a098f78 Merge pull request #160
      38acd01 Merge pull request #165
      6a59012 Make git ignore bench_recover when configured with benchmark enabled
      1ba4a60 Configure options reorganization
      3c0f246 Merge pull request #157
      808dd9b Merge pull request #156
      8dc75e9 Merge pull request #158
      28ade27 build: nuke bashisms
      5190079 build: use subdir-objects for automake
      8336040 build: disable benchmark by default
      
      git-subtree-dir: src/secp256k1
      git-subtree-split: 50cc6ab0625efda6dddf1dc86c1e2671f069b0d8
      7873633b
  13. 11 Dec, 2014 1 commit
    • Pieter Wuille's avatar
      Squashed 'src/secp256k1/' changes from b0210a9..bccaf86 · ecae2acb
      Pieter Wuille authored
      bccaf86 Merge pull request #150
      2a53a47 Merge pull request #151
      5f5a31f Merge pull request #149
      3907277 Merge pull request #142
      a3e0611 Enable tests in x86 travis builds
      45da235 x86 builder
      8bb0e93 Merge pull request #155
      971fe81 build: fix openssl detection for cross builds
      f22d73e Explicitly access %0..%2 as 64-bit so we use the right registers for x32 ABI
      e66d4d6 Avoid the stack in assembly and use explicit registers
      cf7b2b4 Fix ECDSA message hashes to 32 bytes
      056ad31 Really compile with -O3 by default
      74ad63a Merge pull request #146
      9000458 Merge pull request #145
      1f46b00 build: fix __builtin_expect detection for clang
      aaba2e0 Merge pull request #136
      8a0775c Merge pull request #144
      ee1eaa7 Merge pull request #141
      c88e2b8 Compile with -O3 by default
      6558a26 Make the benchmarks print out stats
      000bdf6 Rename bench_verify to bench_recovery
      7c6fed2 Add a few more additional tests.
      992e03b travis: add clang to the test matrix
      b43b79a Merge pull request #143
      e06a924 Include time.h header for time().
      8d11164 Add some additional tests.
      3545627 Merge pull request #118
      6a9901e Merge pull request #137
      376b28b Merge pull request #128
      1728806 Merge pull request #138
      a5759c5 Check return value of malloc
      39bd94d Variable time normalize
      ad86bdf Merge pull request #140
      54b768c Another redundant secp256k1_fe_normalize
      69dcaab Merge pull request #139
      1c29f2e Remove redundant secp256k1_fe_normalize from secp256k1_gej_add_ge_var.
      2b9388b Remove unused secp256k1_fe_inv_all
      f461b76 Allocate precomputation arrays on the heap
      b2c9681 Make {mul,sqr}_inner use the same argument order as {mul,sqr}
      6793505 Convert YASM code into inline assembly
      f048615 Rewrite field assembly to match the C version
      3ce74b1 Tweak precomputed table size for G
      
      git-subtree-dir: src/secp256k1
      git-subtree-split: bccaf86caa9c44166e5a66600b742c516e03c3f0
      ecae2acb
  14. 04 Dec, 2014 1 commit
    • Pieter Wuille's avatar
      Squashed 'src/secp256k1/' changes from ad2028f..b0210a9 · 87bddb7a
      Pieter Wuille authored
      b0210a9 Merge pull request #135
      ee3eb4b Fix a memory leak and add a number of small tests.
      4d879a3 Merge pull request #134
      d5e8362 Merge pull request #127
      7b92cf6 Merge pull request #132
      0bf70a5 Merge pull request #133
      29ae131 Make scalar_add_bit test's overflow detection exact
      9048def Avoid undefined shift behaviour
      efb7d4b Use constant-time conditional moves instead of byte slicing
      d220062 Merge pull request #131
      82f9254 Fix typo
      601ca04 Merge pull request #129
      35399e0 Bugfix: b is restricted, not r
      c35ff1e Convert lambda splitter to pure scalar code.
      cc604e9 Avoid division when decomposing scalars
      ff8746d Add secp256k1_scalar_mul_shift_var
      bd313f7 Merge pull request #119
      276f987 Merge pull request #124
      25d125e Merge pull request #126
      24b3c65 Add a test case for ECDSA recomputing infinity
      32600e5 Add a test for r >= order signature handling
      4d4eeea Make secp256k1_fe_mul_inner use the r != property
      be82e92 Require that r and b are different for field multiplication.
      597128d Make num optional
      659b554 Make constant initializers independent from num
      0af5b47 Merge pull request #120
      e2e8a36 Merge pull request #117
      c76be9e Remove unused num functions
      4285a98 Move lambda-splitting code to scalar.
      f24041d Switch all EC/ECDSA logic from num to scalar
      6794be6 Add scalar splitting functions
      d1502eb Add secp256k1_scalar_inverse_var which delegates to GMP
      b5c9ee7 Make test_point_times_order test meaningful again
      0b73059 Switch wnaf splitting from num-based to scalar-based
      1e6c77c Generalize secp256k1_scalar_get_bits
      5213207 Add secp256k1_scalar_add_bit
      3c0ae43 Merge pull request #122
      6e05287 Do signature recovery/verification with 4 possible recid case
      e3d692f Explain why no y=0 check is necessary for doubling
      f7dc1c6 Optimize doubling: secp256k1 has no y=0 point
      666d3b5 Merge pull request #121
      2a54f9b Correct typo in comment
      9d64145 Merge pull request #114
      99f0728 Fix secp256k1_num_set_bin handling of 0
      d907ebc Add bounds checking to field element setters
      bb2cd94 Merge pull request #116
      665775b Don't split the g factor when not using endomorphism
      9431d6b Merge pull request #115
      e2274c5 build: osx: attempt to work with homebrew keg-only packages
      
      git-subtree-dir: src/secp256k1
      git-subtree-split: b0210a95da433e048a11d298efbcc14eb423c95f
      87bddb7a
  15. 26 Nov, 2014 2 commits
  16. 20 Nov, 2014 1 commit
  17. 18 Nov, 2014 1 commit
  18. 31 Oct, 2014 2 commits
  19. 29 Oct, 2014 1 commit
  20. 16 Sep, 2014 1 commit
  21. 06 Aug, 2014 3 commits
  22. 31 Jul, 2014 1 commit
  23. 01 Jul, 2014 1 commit
  24. 11 Jun, 2014 1 commit
  25. 06 May, 2014 1 commit
  26. 02 Apr, 2014 1 commit
  27. 24 Mar, 2014 1 commit
    • Andrea D'Amore's avatar
      fix permissions in application bundle · 7d01c4a0
      Andrea D'Amore authored
      Use INSTALL_DATA rather than INSTALL for copying non executable files in
      OS X application bundle.
      
      Tested by running "all appbundle" make target and trying the resulting
      application bundle, host system is OS X 10.9.2 .
      7d01c4a0
  28. 20 Mar, 2014 2 commits
  29. 31 Jan, 2014 1 commit
  30. 21 Jan, 2014 3 commits
  31. 28 Oct, 2013 2 commits