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
Henrik Gaßmann
06739323d5
[CMAKE] Fix static library detection on unix ( #642 )
...
Manually prepend `lib` and append `.a` to the static library names
provided by the cmake pkg-config cmake module. This is necessary because
the `find_library()` function always prefers the shared object file if
the library name is "unqualified" and unfortunately the cmake pkg-config
module seems to provide only "unqualified" library names through
`*_PKG_STATIC_LIBIRARIES`.
2017-12-05 16:42:34 +00:00
Frank Denis
01072a2f6a
More tests
2017-12-03 21:16:46 +01:00
Frank Denis
cdd7d5f37d
Add explicit cast
2017-12-03 21:02:17 +01:00
Frank Denis
8ad6ffa9d6
More tests
2017-12-03 20:56:17 +01:00
Frank Denis
3e588a48e3
scalarmult_ed25519_base(): return -1 if the scalar (not the result) is all zero
2017-12-03 20:53:54 +01:00
Frank Denis
b6262d982f
Don't even try to compile non-minimal code
2017-12-03 16:55:46 +01:00
Frank Denis
139cadc76d
Skip tests 13&14 in minimal mode
2017-12-03 16:49:55 +01:00
Frank Denis
99fe9eb67f
More misuse tests
2017-12-03 16:39:05 +01:00
Frank Denis
3d6cd63b2a
Add an empty line for consistency
2017-12-01 17:41:45 +01:00
Frank Denis
ccdad9d68d
Coverage exclusion
2017-12-01 17:34:03 +01:00
Frank Denis
307503df96
Coverage exclusion
2017-12-01 17:31:45 +01:00
Frank Denis
229dac07ee
casts
2017-12-01 17:29:29 +01:00
Frank Denis
cc92e26a6b
Coverage exclusion
2017-12-01 17:23:16 +01:00
Frank Denis
217a9330a4
More tests
2017-12-01 17:21:59 +01:00
Frank Denis
84047b703a
More tests
2017-12-01 17:04:09 +01:00
Frank Denis
e44614505b
Casts
2017-12-01 16:32:25 +01:00
Frank Denis
218dac349a
Fix format string sign
2017-12-01 15:24:48 +01:00
Frank Denis
5ecaeb33aa
Correct argument names in internal prototype
2017-12-01 15:22:33 +01:00
Frank Denis
46e2a46490
secretstream test: provide additional data to lift ambiguity on what is being tested
...
Spotted by @emilbayes - Thanks!
2017-11-26 22:02:26 +01:00
Frank Denis
4098a12635
Improve clarity
2017-11-26 13:05:47 +01:00
Frank Denis
f5a4064646
CompCert seems to be fine with S_* macros now
2017-11-26 12:31:31 +01:00
Frank Denis
06a523423a
Oh, the joy of compilers pretending to support C99, but that actually don't
2017-11-26 00:11:56 +01:00
Frank Denis
7df2a1ae91
Remove unused variable
2017-11-25 23:16:39 +01:00
Frank Denis
b9cbbef03b
Use __declspec(thread) on Visual Studio
2017-11-25 23:16:35 +01:00
Frank Denis
b84676c217
Don't bother with _Thread_local if compiled --without-pthreads
2017-11-25 22:46:31 +01:00
Frank Denis
a261eec0aa
Make the salsa20 random stream thread local
2017-11-25 22:29:20 +01:00
Frank Denis
cf521f05e2
Reorder
2017-11-25 22:18:35 +01:00
Frank Denis
a7074ffc18
Split global information and stream information
2017-11-25 22:08:40 +01:00
Frank Denis
5117b1adc5
Optionally use RDRAND to mitigate prediction of future values
...
if a key is compromised.
2017-11-25 21:07:05 +01:00
Frank Denis
0e0daa48b2
Regen MSVC solutions
2017-11-25 20:01:01 +01:00
Frank Denis
208989010b
Update emscripten symbols
2017-11-25 20:00:50 +01:00
Frank Denis
56cef5e01a
Revert "Add crypto_core_curve25519_is_valid_point()"
...
I'm not convinced that there are actual use cases for this, but I'd be
glad to re-merge it if you can show me some.
This reverts commit 2a031b95ff
.
2017-11-25 19:52:55 +01:00
Frank Denis
f24bfdc3ca
Revert "destatic fe25519_pow22523()"
...
This reverts commit 3998cd7228
.
2017-11-25 19:52:41 +01:00
Frank Denis
23af44d1ed
No need to add a dependency on blake2 here, use salsa20 as an extractor
2017-11-25 19:43:25 +01:00
Frank Denis
3998cd7228
destatic fe25519_pow22523()
2017-11-25 18:00:19 +01:00
Frank Denis
ee2403deba
Check for RDRAND presence
2017-11-25 17:53:33 +01:00
Frank Denis
3cef66a853
Rename random_rekey() to random_xorkey() for clarity
...
Zero the xor key after having used it
2017-11-25 17:49:30 +01:00
Frank Denis
01e2aabbfd
Android: remove --unified-headers
...
Fixes #635
2017-11-22 14:53:52 +01:00
Frank Denis
9d0ddf8f12
Remove *.s from .gitignore
2017-11-19 15:19:29 +01:00
Frank Denis
710969cc2d
Update Visual Studio solutions
2017-11-18 17:58:11 +01:00
Frank Denis
2a031b95ff
Add crypto_core_curve25519_is_valid_point()
2017-11-18 17:48:56 +01:00
Frank Denis
933b3e8ec1
Help compilers with vectorization
2017-11-18 13:19:00 +01:00
Frank Denis
686c6a210d
Help compilers vectorize
2017-11-18 13:09:13 +01:00
Frank Denis
c190574cee
x25519-ref10: reject low order points before the multiplication
2017-11-17 10:47:00 +01:00
Frank Denis
c2a16ea77d
Add missing symbols to emscripten-symbols.def , sort
2017-11-15 23:31:01 +01:00
Frank Denis
509f934476
crypto_core/curve25519 was renamed crypto_core/ed25519
2017-11-15 17:04:07 +01:00