aboutsummaryrefslogtreecommitdiff
path: root/projects/libsodium
AgeCommit message (Collapse)Author
2021-02-12libsodium: don't use the stack for potentially large data (#5190)Frank Denis
* libsodium: don't use the stack for potentially large data Also check return codes of verification functions, and properly check the random implementation name. * Add license headers
2021-02-12Update contact address for libsodium (#5184)Frank Denis
Access to oss-fuzz requires an exact match, so remove the suffix from the address. Fixes #5158
2020-12-09Fill in main_repo for several projects. (#4816)Abhishek Arya
* Fill in main_repo for several projects. * Add some go repos.
2020-07-06Update Dockerfiles (#4070)devtty1er
* Use LABEL in place of MAINTAINER * Remove LABEL maintainer from Dockerfiles
2020-03-10[presubmit] Enforce language attribute in project.yaml to be always set. (#3477)Max Moroz
* [presubmit] Enforce language attribute in projectt.yaml to be always set. * Update documentation, better presubmit check, new project template. * add docstring to templates.py * Add example values in the project.yaml template and remove python value for now * Add "project: c++" to 256 projects * format * Add labels and selective_unpack sections to the presubmit check * fix incorrect auto_ccs format in three projects * fix nss emails after rebase
2019-09-09Remove non-working i386 config from libsodiumAbhishek Arya
2019-08-22Enable i386 fuzzing on 18 projects (#2748)jonathanmetzman
Maintainers who own these projects: If you don't want i386 fuzzing, feel free to disable. I figured i386 fuzzing is generally desirable since it can find more bugs but most projects won't switch because of inertia.
2019-05-01Migrate projects using -lFuzzingEngine to $LIB_FUZZING_ENGINE (#2325)jonathanmetzman
Migrate from -lFuzzingEngine to $LIB_FUZZING_ENGINE where possible and not causing breakage
2018-01-17find the static archive and use it, just use whats in src (#1082)Chris Wolfe
2018-01-17Projects: Include libsodium (#1051)Chris Wolfe
Add libsodium fuzzers. Add secret_key_auth_fuzzer and secretbox_easy_fuzzer targets from libsodium.