Commit Graph
3291 Commits
Author SHA1 Message Date
Frank Denis 266571b5b1 Use default randombytes implementation for tests on emscripten 2017-12-21 02:04:21 +01:00
Frank Denis dd0aa7cccf emscripten: stick to the unique randombytes implementation 2017-12-21 00:33:27 +01:00
Frank Denis a2c18ca3ba Emscripten: bump the memory up for the tests 2017-12-20 23:04:36 +01:00
Frank Denis 858bfd0914 Prefer the system version of nodejs to the emscripten one 2017-12-20 22:52:31 +01:00
Frank Denis bf1444f976 Do not assume that __clang__ being defined implied __GNUC__ defined as well 2017-12-19 21:41:56 +01:00
Frank Denis 6ad5d45404 Regen configure 2017-12-18 23:47:52 +01:00
Frank Denis 535559420e Enable 128-bit arithmetic clang+systems with NEON 2017-12-18 23:46:30 +01:00
Frank Denis efc625f26d Regen configure 2017-12-18 14:26:50 +01:00
Frank Denis 1515f1b3ba Disable ssp on HaikuOS 2017-12-18 14:23:10 +01:00
Frank Denis 83b031bfd7 Undefine printf if required 2017-12-16 21:01:12 +01:00
Frank Denis 192fd92cc7 Plug memory leaks in the pwhash_argon2* tests 2017-12-16 14:53:01 +01:00
Frank Denis afbef83c6b Add missing sodium_free() calls in the kdf test 2017-12-16 14:31:41 +01:00
Frank Denis 765710c1f4 Sort 2017-12-16 13:29:53 +01:00
Frank Denis 7e02306443 + #include <limits.h> 2017-12-16 13:29:49 +01:00
Frank Denis 8fed6e5b46 We really don't need an intermediate variable here 2017-12-16 13:29:44 +01:00
Frank Denis 5bc564cac1 1.0.16
* master: (221 commits)
  Comment
  Comments
  msys2 build scripts: just use -Ofast
  Always prefer vararrays to alloca()
  Don't redefine alloca
  Return -1 if the scalar is 0 in crypto_scalarmult_ed25519()
  Remove trailing space
  Import the regen-msvc script
  Update ChangeLog
  Do not wipe the workspace after argon2 completes
  Remove tests for deprecated functions
  Give the compiler a change to inline index_alpha()
  Immediately allocate all required memory in argon2/scrypt
  Check reduced-round salsa variants in non-minimal mode
  Coverage exclusion -- this is just an extra, redundant check
  Remove incorrect and useless cast
  -fomit-frame-pointer makes a different on mips
  WebAssembly benefits from the 128-bit types, too
  Remove extra spaces
  Undef devel
  ...
2017-12-13 16:21:20 +01:00
Frank Denis 675149b9b8 Comment 1.0.16 2017-12-13 10:24:13 +01:00
Frank Denis a1d438c8ba Comments 2017-12-13 00:03:01 +01:00
Frank Denis 1d85e73d8f msys2 build scripts: just use -Ofast 2017-12-12 23:42:54 +01:00
Frank Denis 95a7dc5e46 Always prefer vararrays to alloca() 2017-12-12 22:27:21 +01:00
Frank Denis 2f56443631 Don't redefine alloca 2017-12-12 22:23:37 +01:00
Frank Denis ac8dffbecb Return -1 if the scalar is 0 in crypto_scalarmult_ed25519()
For consistency with _base()
2017-12-12 14:35:08 +01:00
Frank Denis e82e69ad98 Remove trailing space 2017-12-12 00:13:31 +01:00
Frank Denis 744d24bb1e Import the regen-msvc script 2017-12-12 00:12:49 +01:00
Frank Denis bdc60d47ed Update ChangeLog 2017-12-11 23:42:02 +01:00
Frank Denis ec67b0890f Do not wipe the workspace after argon2 completes
The overhead can be really prohibitive on servers.
2017-12-11 23:38:20 +01:00
Frank Denis 21c1a3160c Remove tests for deprecated functions 2017-12-11 23:22:34 +01:00
Frank Denis 534250a833 Give the compiler a change to inline index_alpha() 2017-12-11 23:22:34 +01:00
Frank Denis 5aa2b913f4 Immediately allocate all required memory in argon2/scrypt 2017-12-11 23:15:15 +01:00
Frank Denis cf59e049e7 Check reduced-round salsa variants in non-minimal mode 2017-12-11 20:11:27 +01:00
Frank Denis bd9e859e52 Coverage exclusion -- this is just an extra, redundant check 2017-12-11 20:08:56 +01:00
Frank Denis bdca518edc Remove incorrect and useless cast 2017-12-11 19:54:10 +01:00
Frank Denis a204bf504c Merge branch 'master' of github.com:jedisct1/libsodium
* 'master' of github.com:jedisct1/libsodium:
  WebAssembly benefits from the 128-bit types, too
2017-12-11 12:00:58 +01:00
Frank Denis c2e742fa0a -fomit-frame-pointer makes a different on mips 2017-12-11 12:00:36 +01:00
Frank Denis 62022201f2 WebAssembly benefits from the 128-bit types, too 2017-12-10 02:09:06 +01:00
Frank Denis 98313bb8c7 Remove extra spaces 2017-12-09 23:47:01 +01:00
Frank Denis 11f217fec8 Undef devel 2017-12-09 11:14:28 +01:00
Frank Denis d5cb2e5af0 Update ChangeLog 2017-12-09 11:01:23 +01:00
Frank Denis e985fe204c Spacing 2017-12-06 15:34:06 +00:00
Frank Denis a916fff400 Reorder 2017-12-06 15:19:15 +00:00
Frank Denis 715cb6ba33 Faster scalarmult_ed25519() 2017-12-06 15:13:18 +00:00
Frank Denis 99fa31a595 More tests 2017-12-06 14:08:00 +00:00
Frank Denis 609e42be75 One more test 2017-12-06 13:53:22 +00:00
Frank Denis 43fa5ecc49 Add some tests for reduced-rounds salsa20 2017-12-06 13:38:46 +00:00
Frank Denis 0b6370dd0a Always undef NDEBUG in tests 2017-12-06 12:17:57 +00:00
Frank Denis 625e313e74 Avoid an expression in a assert() with side effects 2017-12-06 12:16:37 +00:00
Frank Denis e89c43edf6 secretstream: add a test for rekeying using TAG_REKEY 2017-12-06 11:45:47 +00:00
Frank Denis 18e2038fbb Version bump [not released yet] 2017-12-05 22:23:37 +00:00
Frank Denis a4c7d9729d Update ChangeLog 2017-12-05 22:14:43 +00:00
Frank Denis 22b65dc57c Add a call to sodium_stackzero() 2017-12-05 17:49:58 +00:00