Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/jedisct1/libsodium

A modern, portable, easy to use crypto library.
https://github.com/jedisct1/libsodium

Merge branch 'master' of github.com:jedisct1/libsodium

* 'master' of github.com:jedisct1/libsodium:
Hard to keep track of everyone
Remove extra cha...

b456ff2886748bf588a1e6d3feee85560de70a1a authored over 7 years ago
More

5ab84aa8c68ec2e174e17d79be72b751fd1dc730 authored over 7 years ago
Hard to keep track of everyone

Small update, many people still missing.

I'll do my best to at least add all the people who wro...

e02f2cce9ed46807071d7a414535ab81445a5260 authored over 7 years ago
Remove extra character in the list of sumo symbols for the js builds

50269544667637ced537918df06fc6bdeeab3b0a authored over 7 years ago
Update packaging for .NET Core (#566)

6bc76bc31d81d04dab5972273f615306c6f30767 authored over 7 years ago
Update ChangeLog

d4708d0b88aa7f3f1f2833994e3199632b68dcb1 authored over 7 years ago
Remove scrypt from minimal builds

28e32dd5a2c643007167e4e0b7a8f0e8850c97ef authored over 7 years ago
+ AVX2 optimized BlaMka

e58c30b3c3c1aa8ab43a90a8f2667ef4c6ab0503 authored over 7 years ago
Regen emscripten.sh export list

e325b6d76b670544b47f8b2fe5871bd408b119a6 authored over 7 years ago
Add box_seal_curve25519xchacha20poly1305 to the MSVC projects

957f0ab299594bc9be82edff5cbe58c5dc4596cf authored over 7 years ago
Add a xchacha version of crypto_box_seal

No high level API for it, no reasons to, so not available in minimal mode.

ccb842f4884aa8917dcbba79509a349f8c475b3c authored over 7 years ago
Update emscripten symbols

c77ba98d7bd8ce75919f168c93fd6bf2295c36f5 authored over 7 years ago
+ Argon2id tests

f586752afe308315cb874fdad56564dc60c775de authored over 7 years ago
Encode Argon2id hashes

c8425e63861e6f855408abd9130df3aa14b66887 authored over 7 years ago
Indent

16e9619d871c8d43a1423dacb0bf098f71fb692e authored over 7 years ago
Document Argon2id support

044d063c938424f3206540aa4736ac137e9cb79c authored over 7 years ago
Let crypto_pwhash_str_verify work both with Argon2i and Argon2id

beac50920960c00a0a2a9d7372f183d7e500c730 authored over 7 years ago
Regen MSVC projects

2805a23574eb7e0abec3bc50225fd9d22aa0dd3a authored over 7 years ago
Group pick_best_implementation_*() prototypes in a private header

313225f68af4c6cfb6a9742d486ca368c9e16c77 authored over 7 years ago
implementations.h doesn't need C++ guards

77b1d8eeb3379c4ee2fd7ad202aa5f3a4df26947 authored over 7 years ago
Remove redundant Argon2 algorithm ids

efd27c6489cc987344271e915169d53925249b85 authored over 7 years ago
Public Argon2id API

2cb841539e0d8f2b328f7bc546877fb01df54c1e authored over 7 years ago
More argon2id bits

989189890b25fa7d8691d9416eabf5b07f2b2eb5 authored over 7 years ago
Prepare for Argon2id support

7057cca8a7675cf684858cf5c273f415ea149718 authored over 7 years ago
Add AVX2-optimized Argon2 blamka function

935557cdf7defe9d29861264c758a77a60ef9b38 authored over 7 years ago
Indent

b1d847d6ddcd3af7407e12ad63425d85a23f5ede authored over 7 years ago
Indent

624d4dd1e0a0fdd8a2142b1bd3ce1e457a8a32db authored over 7 years ago
Add a workaround for old asan versions (CentOS 7)

7334060f432f300ccbe8273cd2572509e568808b authored over 7 years ago
C++ compat

2864701f1b094a2e14ada0f166ad926caba020cc authored over 7 years ago
Don't run the catchable segv test on __EMSCRIPTEN__

1900e07166ad68a56618bb82a8a7774738d8c394 authored over 7 years ago
Check that SIGSEGV handlers work

Tools such as ASAN may trap violations instead of our handlers,
making the sodium_utils{2,3} tes...

c3045e2cb02dc1dae29cdb0dafd6cdb6469b8de8 authored over 7 years ago
Clarify what --disable-asm does

00777f7f10d1bd38c77a32bd5042018bc4759b9e authored over 7 years ago
secretbox: avoid a useless memmove() if the source and destination addresses are the same

fbe3eb265fc1e93c74bf6110615176d1fb432b04 authored over 7 years ago
Re-add $(VCTargetsPath)\Microsoft.Cpp.targets

Fixes #553

3a9c4c38f7dbe671d91dcfa267c919734b4923df authored over 7 years ago
Remove redundant definitions from the project files

0eed55ce6afe2f993e4414e8777ae47181451bbd authored over 7 years ago
MSVC advapi32.lib dependency should not be in vcxproj

Fixes #552

87473fdd3f80e3e5b108dd00b50cf900ace22f5e authored over 7 years ago
Regen

9787febb0087ffce83528417b5041642c4c595de authored over 7 years ago
Added version resource files for msvc compiled dlls. (#551)

98e58ae4c18aecf60db360fe25eaaa9a3c5148c4 authored over 7 years ago
Android: use PLATFORM 16 by default, don't bother with compat for API 21

51e6a59b8dc3f22323f7a1b182eeea4de5716100 authored over 7 years ago
[.NET NUGET] DON'T SET SUFFIX FOR RELEASES (#548)

Previously "-None" was set as version suffix for release packages.

70bffa111a7c9d25b69162d5be617a23a2d35f9a authored over 7 years ago
[.NET Core] SUPPORT .NET FRAMEWORK >= 4.6 (#547)

Add MSBuild targets for net46 target framework which copy both x86 and
x64 libsodium binaries i...

e8795ff105f09747ce579632e81f80d7be19aa91 authored over 7 years ago
[.NET Core] ALLOW WIN7 TARGETTING (#546)

b3d1a638cf20bfd03baf608e3448219e135cf370 authored over 7 years ago
Consistency

efb097d957ed02dbaf265881d0842fabbaff94c4 authored over 7 years ago
Unbreak NaCl tests (parse error near '}')

b28c7bcad955152a3dcf2874fa7f500d4dca5be1 authored over 7 years ago
Replace `which` with `command` for portability (#542)

The `which` command is not part of the posix standard and not available
in some environments. ...

1fd6a4bfc26bf71ae28bfd77b0d0182198370838 authored over 7 years ago
Merge branch 'master' of github.com:jedisct1/libsodium

* 'master' of github.com:jedisct1/libsodium:
Fix `crypto_pwhash_argon2i_str_verify()` and its ...

00212b2604f3e1cd7978e3d136371c5907888e07 authored over 7 years ago
Move CRYPTO_ALIGN after the `struct` keyword

Fixes #543

f72bcfacd71eb73b7d416c0ca6c3dbbde7ce5eed authored over 7 years ago
Fix `crypto_pwhash_argon2i_str_verify()` and its tests after `errno` changes

3e85167657ce824edb09c62dc445bc8651591a94 authored over 7 years ago
Add crypto_pwhash_MISMATCH errno (#541)

* Add crypto_pwhash_MISMATCH errno

* Use EINVAL for invalid password

* Only set errno on m...

94760400a6dfca7dd85f102481ff48ffb27a9014 authored over 7 years ago
`stdin` is not defined any more on Android; use a different test program

2d210e0771bcd58189ddbb11ca47c764c51fcd8a authored almost 8 years ago
Indent

f6cab99f64864c83bce03072a31e37355fad94d6 authored almost 8 years ago
Restore compatibility with BSD make

ea2273540ab5d016ec835bd911b50f14c8749290 authored almost 8 years ago
Remove useless cast

be5e5a53b35961e32f21355bd92df7ef0c69d7d5 authored almost 8 years ago
Prevent possible compiler optimizations

db1dd21762974c2a1cab00c411dcab61e1759998 authored almost 8 years ago
Merge branch 'master' of github.com:jedisct1/libsodium

* 'master' of github.com:jedisct1/libsodium:
Try linking _xgetbv() for obsolete mingw versions

869f3e09c9e0e90f028b58059ee591474dbb0899 authored almost 8 years ago
Prevent possible optimizations in sodium_compare()

68d576cc95b811b071e55b23b1a1e3244e7bfae5 authored almost 8 years ago
Try linking _xgetbv() for obsolete mingw versions

dfc226fed6d5634fe802f0357c5d1994286b0538 authored almost 8 years ago
box_easy2 test: increase the minimum test size

4809639ae183779536d76d0d800776931b39d794 authored almost 8 years ago
armv7s was re-added

ad2e2a9268eb6255085c72eaa8423acf6660700f authored almost 8 years ago
Merge branch 'master' of https://github.com/jedisct1/libsodium

* 'master' of https://github.com/jedisct1/libsodium:
Add armv7s architecture to dist-build/ios...

b6188070f6c1fa11a6692a4dfff44cd9ca6e8932 authored almost 8 years ago
Add armv7s architecture to dist-build/ios.sh (#528)

dbd7026bc57d366300501daad84fa3bb00a425e3 authored almost 8 years ago
Space

bdd06e907458bb7e816423780ac1ffa249a67772 authored almost 8 years ago
Fix ref10 slide on PPC-VLE (#525)

* Use intermediate variables in slide() which removes ambiguity for the compiler and fixes a cra...

3f65a212128e371e3cc45a4e07e00dfb68be72ee authored almost 8 years ago
April 1st is over

This reverts commit 16688474094b26c6d89c289a49c97b195e8e05bd.

7fa678bdcada875c019df2b4befded3a1ccd4b9f authored almost 8 years ago
Add support for random.org as a CSPRNG

16688474094b26c6d89c289a49c97b195e8e05bd authored almost 8 years ago
Format

7a6a47a5a504452e14947b0a2a85fff2cf304bca authored almost 8 years ago
Add braces for clarity

4e4756e676877e3c2bfb3379cbd42b6c8ce88818 authored almost 8 years ago
Argon2: add specialized macro to decode uint32_t values

c229663acf6083867b8df35aeb8647e6d4db1270 authored almost 8 years ago
Remove dev mode

4dec1da7c5b12360f5f67428413d7b65a9a69376 authored almost 8 years ago
Bump package (not library) version

aa7ded10e7e8a02d023e4ff00cb6e272e0270920 authored almost 8 years ago
Update ChangeLog

1e40599839ff1ea31e126d48b67e530cbd33be19 authored almost 8 years ago
Use a libsodium.org link

a6f78faa89b17d84ecd9acfb763f86d913affce9 authored almost 8 years ago
Bump revision

5a49069ae0f55b688b291496c8ff919af67a3511 authored almost 8 years ago
Add a donate button

05bd733a1306878fcd4205254a4a58a77092b1d9 authored almost 8 years ago
Fix crypto_pwhash_argon2i_MEMLIMIT_MAX definition on 32-bit platforms

623cbfc1687847645301ac39156398da2d782224 authored almost 8 years ago
Android: the mipsel target that disappeared in r14 is back in r14b

415bc429a76619717f44650922afdf47b12da789 authored almost 8 years ago
dotnet-core documentation: use 1.0.12 as the version example

7bc8eb16a763c533075e3850b94a2473b54d7cd0 authored almost 8 years ago
Update for and publish NuGet package for 1.0.12. (#520)

97c65996596850a72757cc5f0852d1b9c5ba1862 authored almost 8 years ago
Fix up buildbase.bat, VS projects whitespace and remove ARM.props (#519)

* Fix invalid stream of Visual Studio DynDebug build logs.

* Remove ARM props file (undergene...

c11fd0ddd039cd8f2896c579c2a32022d28677bb authored almost 8 years ago
Update m4 scripts

528abd8bc9746902eec18b1c6e59b475a392d71c authored almost 8 years ago
Merge branch 'master' of https://github.com/jedisct1/libsodium

* 'master' of https://github.com/jedisct1/libsodium:
Require @CFLAGS_SSE2@ to build libaesni

25418862664ebed7263d7b3a48a478c53a767ec2 authored almost 8 years ago
Add -Wshorten-64-to-32 if supported

b434f5ac5bf6b7c9fa697892fc53a789144cf044 authored almost 8 years ago
Add explicit casts

e6970ad4e6519166e45db81f044153b57cb5c895 authored almost 8 years ago
Require @CFLAGS_SSE2@ to build libaesni

Fixes compilation on OpenBSD/i386 with the base gcc compiler.

2e1106ed642ea150d4a9df4b215317e8b536ea5e authored almost 8 years ago
Raise crypto_pwhash_argon2i_MEMLIMIT_MIN to 8192

4568b74cc8905e77fe1938de1796634abff3e273 authored almost 8 years ago
emscripten: don't use --enable-minimal on sumo builds

c1ab6f23284785c998c970b4b7a9b9c0c8d94642 authored almost 8 years ago
Back to dev mode

03787ad0576adbf8c283ed7b6b613eef28fe82e0 authored almost 8 years ago
Indent

70170c28c844a4786e75efc626e1aeebc93caebc authored almost 8 years ago
Correct indentation

8f353b5553a82964b00de19cfe7491ecc44131aa authored almost 8 years ago
Revert "Use os: Visual Studio 2017 in appveyor.yml"

This reverts commit 87c408b42d2a1a866d39961940d85573495dd2f8.

CL.exe doesn't seem to be in the ...

a8dd22f53ae72e6ae5ba94fd5d1d3027d1f7ee14 authored almost 8 years ago
Use os: Visual Studio 2017 in appveyor.yml

Thanks to @wongsyrone

87c408b42d2a1a866d39961940d85573495dd2f8 authored almost 8 years ago
Typo

Thanks to @CiPHPerCoder

87c97663f8afeb3aa56a96d8c165c1c5061e870f authored almost 8 years ago
Ignore internal warnings about deprecated aes128 functions

9d2e216c5be050cc23c883dcb6f36a89c06f6aa3 authored almost 8 years ago
Regen Visual Studio solutions

828328349893691e711104d527f060afbf7ce0be authored almost 8 years ago
+ kx

313cb92f301b4f6b78842856ce448892016a6817 authored almost 8 years ago
Remove crypto_[u]int*.h headers

Not used internally by anything for a very long time.
Number of projects on GitHub using these: ...

fd797db30afdcfdc39b6acf7e631e1b4bef8c3a5 authored almost 8 years ago
Tag crypto_stream_aes128ctr as deprecated

81ed03a442460fc011f6b087450f7fa2eee65734 authored almost 8 years ago
Avoid useless comparisons

bbcb8bd33b822ea00e0c8a0b582b3ea4e8570974 authored almost 8 years ago
Import preliminary compilation script for webassembly

Thanks to @facekapow

This still needs quite a bit of work, so don't add to the distfiles yet

d4dbf0cc4fb7323f3f6641cd9c6c8d95fdf1456c authored almost 8 years ago
Update ChangeLog

036326683c59f4cd6b47f1fbd6d9f5c1bbf20496 authored almost 8 years ago