Frank Denis
4ea538076d
Revert "Temporarily remove Coverity Scan button, as Coverity Scan is down"
...
This reverts commit b554ac4f26
.
2015-11-22 13:35:29 +01:00
Frank Denis
b554ac4f26
Temporarily remove Coverity Scan button, as Coverity Scan is down
2015-11-21 07:14:47 +01:00
Kevin Ji
2c585808d9
README: Use the svg Travis image
2015-11-18 13:55:40 -08:00
Shannen Saez
7237f68d58
Use https when linking where possible.
...
Only makes sense to use TLS when linking from a crypto-related library.
Had to change the libsodium documentation link a bit because the
original URL returns the gitbook.org certificate. cr.yp.to doesn't
actually support encrypting HTTP with TLS so we leave it as-is.
2015-05-08 14:53:59 +10:00
Frank Denis
dc76cf7cd8
Add backquotes
2014-06-28 22:51:39 -07:00
Frank Denis
151afdaa2c
Re-add the address of the mailing list
2014-06-28 22:50:51 -07:00
Frank Denis
626cc3ba99
Deprecate the single-file documentation, link to the gitbook one
2014-06-28 22:49:18 -07:00
Frank Denis
b617fbde52
Add Coverity Scan status
2014-06-28 18:48:53 -07:00
Frank Denis
eec0f78af6
Move the tag to the end for crypto_aead_chacha20poly1305
2014-06-26 09:15:20 -07:00
Frank Denis
865a0719fc
The easy interface doesn't require any memory allocations any more.
...
At least for crypto_secretbox. crypto_box will follow.
2014-06-25 20:21:48 -07:00
Frank Denis
bc24968993
Document ChaCha20Poly1305
2014-06-20 00:07:12 -07:00
Frank Denis
18cabe2c14
Another Objective-C wrapper
2014-06-14 11:55:51 -07:00
Frank Denis
c2290bbfaf
Do not suggest running anything but make install
with root privileges.
2014-06-05 22:17:11 -07:00
Frank Denis
27d1f4d9cb
Mention cl-sodium
2014-05-18 23:46:36 -07:00
Frank Denis
bd05b7d292
Rename scryptxsalsa208sha256 to scryptsalsa208sha256
2014-05-15 00:01:16 -07:00
Frank Denis
3ca303075d
Stay close to 80 cols/line
2014-05-13 00:49:06 -07:00
Frank Denis
a3527a476a
Zap empty line
2014-05-12 14:20:52 -07:00
Frank Denis
349b73ca53
Move "bindings for other languages" up
2014-05-12 13:59:52 -07:00
Frank Denis
30c1e13f2a
Switch opslimit and memlimit in pwhash, to be closer to PHC's proposed API.
2014-05-12 12:34:41 -07:00
Peter Zotov
efe7591cdf
Update README.markdown
...
The language is named OCaml, not Ocaml.
2014-05-09 05:32:51 +04:00
Frank Denis
2a531bb519
Recommend sodium_mlock()
/sodium_munlock()
over sodium_memzero()
.
2014-05-08 14:30:15 -07:00
Frank Denis
be4917144b
Document sodium_mlock()/sodium_munlock()
2014-05-08 14:19:46 -07:00
Frank Denis
609f2c6b9f
crypt_pwhash should be a 3rd-level title
2014-05-08 12:34:28 -07:00
Frank Denis
d183c89490
Add preliminary documentation on scrypt
2014-05-08 12:32:49 -07:00
Frank Denis
85fd27dc76
Document the crypto_box and crypto_secretbox easy interfaces
2014-04-04 17:14:37 -07:00
Frank Denis
1720fa1e7c
Add Perl bindings
2014-04-04 16:37:34 -07:00
Frank Denis
184831eae1
Add sodium++
2014-04-04 16:33:03 -07:00
Frank Denis
4ef6007a07
Add lua-sodium
2014-04-04 16:31:43 -07:00
Frank Denis
dbe51e8ff8
Update the link to Sodium-Idris, via mwarning@
2014-03-12 09:04:18 -07:00
Frank Denis
dfd555df5d
Not all the constants have been "picked by theorems".
2014-01-03 21:41:30 +01:00
Frank Denis
80a1ea8507
Reintroduce 08a4a043d4
minus the FUD.
2014-01-01 12:19:04 +01:00
Frank Denis
db2e1beecb
+Sodium Oxide
2013-12-11 23:06:33 -08:00
Frank Denis
08a4a043d4
Remove anti-NIST statement
2013-11-25 06:23:47 -08:00
Frank Denis
b64f19d439
plural
2013-11-20 14:08:57 -08:00
Frank Denis
0331a0da97
Better document why sodium_init() should be used if thread safety is required
2013-11-20 14:06:17 -08:00
Frank Denis
adf1e2e169
+libsodium-php
2013-11-11 21:16:45 -08:00
Frank Denis
4faa73abe4
+node-sodium
2013-11-11 09:34:51 -08:00
Frank Denis
6d6ad528af
+salt, new bindings for Erlang
2013-11-11 08:22:52 -08:00
Frank Denis
4943275819
Merge branch 'master' of github.com:jedisct1/libsodium
...
* 'master' of github.com:jedisct1/libsodium:
Have sodium_memcmp(a,b,s) return -1 if a != b, document return value.
2013-11-04 23:00:12 -08:00
Frank Denis
08082b2ac8
Add Idris-Sodium
2013-11-04 23:00:02 -08:00
Frank Denis
1ca05f6b16
Have sodium_memcmp(a,b,s) return -1 if a != b, document return value.
2013-10-30 06:47:13 -07:00
Tobias Oberstein
0336cede34
clarify upstream NaCl version
2013-10-28 09:24:44 +01:00
Frank Denis
6af887ed01
Pre-built MSVC binaries are available
2013-10-27 22:00:53 -07:00
Frank Denis
1fe019c482
Mention that Win64 is supported.
2013-10-21 22:25:33 -07:00
Frank Denis
e2cbbd325f
I guess we are supporting Visual Studio 2010 now.
2013-10-14 17:27:46 -07:00
Frank Denis
dd89067a94
+libsodium-net
2013-09-30 13:52:30 -07:00
Frank Denis
9c23042cc6
Visual Studio 2013 is supported.
2013-09-30 13:45:43 -07:00
Frank Denis
bc7dbdc498
ephasize -> emphasize, via @kur41
2013-09-19 13:21:35 -07:00
Frank Denis
796db0c10b
Rephrase.
2013-09-09 21:27:24 -07:00
Frank Denis
03d20b5f32
Blake2
2013-09-09 21:26:46 -07:00