Frank Denis
|
1ede5cc0bc
|
$MAKE_TOOLCHAIN --force
|
2016-10-10 14:43:57 +02:00 |
|
Frank Denis
|
e4b716cd20
|
SUBDIRS << "contrib"
|
2016-10-05 15:46:02 +02:00 |
|
Frank Denis
|
3203811ee2
|
Trim spaces
|
2016-10-05 15:42:02 +02:00 |
|
Frank Denis
|
b1f56de00b
|
Import contrib/FindSodium.cmake
|
2016-10-05 15:37:03 +02:00 |
|
Frank Denis
|
583c16707c
|
+ crypto_stream_xchacha20
|
2016-09-30 22:57:56 +02:00 |
|
Frank Denis
|
42dc78b38b
|
Indent
|
2016-09-30 08:40:15 +02:00 |
|
Frank Denis
|
b20d227f37
|
Avoid collision with a possibly existing int128 type definition
|
2016-09-30 08:36:50 +02:00 |
|
Frank Denis
|
53ee1fe758
|
Remove commented out code and avoid inconsistent indentation
|
2016-09-30 08:30:22 +02:00 |
|
Frank Denis
|
f257413772
|
uint32 -> uint32_t
|
2016-09-30 08:26:24 +02:00 |
|
Frank Denis
|
f6e0256d9b
|
On OSX, libtool is not installed any more on Travis
|
2016-09-20 21:13:40 +02:00 |
|
Robert Spychala
|
94ea419247
|
add preprocessor flag to skip blocking /dev/random during libsodium init (#429)
|
2016-09-20 21:13:07 +02:00 |
|
Frank Denis
|
6e2b119d86
|
Use xcodebuild to retrieve the XCode version
|
2016-09-18 10:46:59 +02:00 |
|
Frank Denis
|
26e8b0253f
|
Argon2: check that m_cost/t_cost/lanes decode to uint32
|
2016-09-18 09:33:35 +02:00 |
|
Frank Denis
|
ed19556c2f
|
XCode 8 may not be able to compile for iOS 5 and more
|
2016-09-18 09:21:53 +02:00 |
|
Frank Denis
|
b8ea6287e1
|
Merge branch 'master' of https://github.com/jedisct1/libsodium
* 'master' of https://github.com/jedisct1/libsodium:
Bump Coverity label, even though it's not used yet
|
2016-09-18 09:04:50 +02:00 |
|
Frank Denis
|
1766e13a0e
|
Pass --host to compile for the iOS simulator
|
2016-09-18 09:04:19 +02:00 |
|
Frank Denis
|
782c5fec5a
|
Bump Coverity label, even though it's not used yet
|
2016-09-16 16:30:48 +02:00 |
|
Frank Denis
|
68564326e1
|
A compiler *can* still optimize this out
|
2016-08-04 20:59:43 +02:00 |
|
Ilya Maykov
|
a3b68738db
|
Better AVX2 detection, try 2 (only using intrinsic functions) (#420)
* Better AVX2 detection, try 2 (only using intrinsic functions)
* Slight change to AVX2 detection per jedisct1's feedback
|
2016-08-04 20:58:48 +02:00 |
|
Frank Denis
|
6035c0779b
|
Back to dev mode
|
2016-08-04 02:28:21 +02:00 |
|
Frank Denis
|
e08feb04d9
|
Pasto: CFLAGS_AVX -> CFLAGS_AVX2
Spotted by @ivmaykov
|
2016-08-04 02:26:24 +02:00 |
|
Frank Denis
|
fa18ba7505
|
Revert "Better AVX2 detection for GCC compilers"
This reverts commit 534e0774e3 .
|
2016-08-04 02:25:24 +02:00 |
|
Frank Denis
|
d1eb837e21
|
Merge pull request #419 from ivmaykov/master
Better AVX2 detection for GCC compilers
|
2016-08-04 02:04:58 +02:00 |
|
Ilya Maykov
|
534e0774e3
|
Better AVX2 detection for GCC compilers
|
2016-08-03 17:00:03 -07:00 |
|
Frank Denis
|
2f4f718cd9
|
Remove dev flag
|
2016-07-31 16:34:11 +02:00 |
|
Frank Denis
|
19a9d18b9c
|
_MSC_VER > 1600 -> _MSC_VER >= 1700 for consistency
|
2016-07-24 19:58:00 +02:00 |
|
Frank Denis
|
5497ca1fad
|
Merge pull request #418 from Jan-E/vs2010x64
Fix x64 builds for MSVC < vc11
|
2016-07-24 19:57:14 +02:00 |
|
Frank Denis
|
482ab1ed41
|
Reintroduce 27a2756479
|
2016-07-24 19:54:07 +02:00 |
|
Frank Denis
|
d60b0c3699
|
Revert "VS2010 debug symbols"
This reverts commit 48b5f7b332 .
|
2016-07-24 15:36:02 +02:00 |
|
Frank Denis
|
ab72d2d6b3
|
Revert "VS2012 debug symbols"
This reverts commit 6ff50e41a2 .
|
2016-07-24 15:35:56 +02:00 |
|
Frank Denis
|
6996360304
|
Revert "VS2013 debug symbols"
This reverts commit 0788e50bfd .
|
2016-07-24 15:35:51 +02:00 |
|
Frank Denis
|
27a2756479
|
Merge pull request #417 from Jan-E/debugsymbols
Genereate pdb files for VS2010, 2012, 2013
|
2016-07-24 15:16:04 +02:00 |
|
Jan-E
|
6b739fc821
|
Fix VS2010 (and VC9) x64 build
|
2016-07-24 02:13:22 +02:00 |
|
Jan-E
|
0788e50bfd
|
VS2013 debug symbols
|
2016-07-24 01:03:41 +02:00 |
|
Jan-E
|
6ff50e41a2
|
VS2012 debug symbols
|
2016-07-24 01:01:12 +02:00 |
|
Jan-E
|
48b5f7b332
|
VS2010 debug symbols
|
2016-07-24 00:55:45 +02:00 |
|
Frank Denis
|
351ae49e53
|
cpuid is not available on i686-nacl
|
2016-07-06 16:23:50 +02:00 |
|
Frank Denis
|
89918e94f1
|
crit_{enter,leave} can fail
|
2016-07-06 12:03:08 +02:00 |
|
Frank Denis
|
29492143ab
|
Warn if the library is being compiled in a custom way
|
2016-07-02 10:07:38 +02:00 |
|
Frank Denis
|
a7a3235a39
|
Version bump (not released yet)
|
2016-06-30 18:48:16 +02:00 |
|
Frank Denis
|
eeb08c92fd
|
Merge branch 'master' of https://github.com/jedisct1/libsodium
* 'master' of https://github.com/jedisct1/libsodium:
Add license title
|
2016-06-30 18:48:02 +02:00 |
|
Frank Denis
|
a683111d89
|
Merge pull request #410 from waldyrious/patch-1
Add license title
|
2016-06-30 18:47:53 +02:00 |
|
Waldir Pimenta
|
5917d2ab74
|
Add license title
It's not strictly required, but it's useful metadata, and part of the recommended license template text (see http://choosealicense.com/licenses/isc/ and https://opensource.org/licenses/isc-license)
|
2016-06-30 14:18:36 +01:00 |
|
Frank Denis
|
a162c09b69
|
Update ChangeLog
|
2016-06-29 17:13:11 +02:00 |
|
Frank Denis
|
2cc0bab0e3
|
Update comment
|
2016-06-29 15:31:23 +02:00 |
|
Frank Denis
|
648f46d22a
|
Expose sodium_crit_enter() and sodium_crit_leave() internally
|
2016-06-29 15:28:15 +02:00 |
|
Frank Denis
|
5a3ff833fd
|
Slightly change how the length of argon2 strings is checked
|
2016-06-19 23:26:08 +02:00 |
|
Frank Denis
|
6fad3644b5
|
Nits
|
2016-06-15 16:00:59 +02:00 |
|
Frank Denis
|
c3999056b5
|
Merge pull request #405 from azet/master
document why RtlGenRandom is used
|
2016-06-15 15:54:36 +02:00 |
|
Aaron Zauner
|
77c05fce0c
|
document why RtlGenRandom is used
|
2016-06-15 21:50:33 +08:00 |
|