aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/botan
Commit message (Collapse)AuthorAge
* Fix ecc-diff-fuzzer build with right botan config (#5229)Gravatar Catena cyber2021-02-23
| | | | | | | | | | | * Fix ecc-diff-fuzzer build with right botan config Taken from oss-fuzz botan configure line * another try * Fixes botan build * compile ecc-diff-fuzzer like fixing botan
* Fill in main_repo for several projects. (#4816)Gravatar Abhishek Arya2020-12-09
| | | | | * Fill in main_repo for several projects. * Add some go repos.
* Update Dockerfiles (#4070)Gravatar devtty1er2020-07-06
| | | | | * Use LABEL in place of MAINTAINER * Remove LABEL maintainer from Dockerfiles
* [presubmit] Enforce language attribute in project.yaml to be always set. (#3477)Gravatar Max Moroz2020-03-10
| | | | | | | | | | | | | | | | | | | * [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
* Add @mgierlings to botan cc list (#2063)Gravatar Jack Lloyd2018-12-31
|
* Switch @neusdan's email to googlemail address (#931)Gravatar Jack Lloyd2017-10-30
|
* Fix building botan fuzzers under honggfuzz (#649)Gravatar Jack Lloyd2017-09-05
|
* [botan] Switch botan build back to master branch (#801)Gravatar Jack Lloyd2017-08-29
| | | | The relevant changes from https://github.com/randombit/botan/pull/1158 have been merged to master now.
* Change botan build.sh to use new upstream framework for building fuzzers (#794)Gravatar Jack Lloyd2017-08-28
|
* Disable honggfuzz for builds that are failing.Gravatar Oliver Chang2017-06-01
| | | | Revert once #646 is fixed.
* Use apt-get update && apt-get install, per best practices: (#561)Gravatar Devin Jeanpierre2017-05-01
| | | | | | | | | | | | | | | | | | | https://docs.docker.com/engine/userguide/eng-image/dockerfile_best-practices/ I ran into this because I was getting errors locally, like: E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/d/dpkg/libdpkg-perl_1.18.4ubuntu1.1_all.deb 404 Not Found [IP: 91.189.88.149 80] It turns out you get these if you don't update, and the official best practices are to `run apt-get update && apt-get install`. In fact, running _any_ apt-get install command without the apt-get update && before it can result in unfortunate caching artifacts -- see "cache busting". (P.S. thanks to Peng on Freenode for helping me, I'm bad at Ubuntu.) So: sed -re \ 's/RUN apt-get ((-y )?(install|build-dep))/RUN apt-get update \&\& apt-get \1/' -i \ projects/**/Dockerfile I also manually fixed the cases that already ran apt-get update in their Dockerfile: dlplibs/Dockerfile grpc/Dockerfile libreoffice/Dockerfile
* Remove experimental flag from already tested projects with msan(#473) (#513)Gravatar Abhishek Arya2017-04-04
|
* oss-fuzz/BASE_IMAGE -> oss-fuzz-base/BASE_IMAGEGravatar Oliver Chang2017-03-22
|
* Enable Msan experimentally for some projects (#473).Gravatar Oliver Chang2017-03-21
|
* [infra] ossfuzz/IMAGE -> gcr.io/oss-fuzz/IMAGEGravatar Oliver Chang2017-03-15
|
* [botan] changing lib nameGravatar Mike Aizatsky2017-01-06
|
* [botan] catching up with upstream target name changeGravatar Mike Aizatsky2017-01-06
|
* [infra] updating usages of base-libfuzzer (#142)Gravatar Mike Aizatsky2017-01-03
|
* Update build scripts for Botan (#200)Gravatar Jack Lloyd2016-12-16
| | | | | | | | | | | | Botan's fuzzers now have builtin maximums where necessary, instead of relying on max len option. So the code to generate the .options files goes. Suggested by @kcc in #150 Use corpus for the common formats, seems to help with initial coverage at least. Disables Botan's pool allocator at build time, since it hides things from ASan. The fuzzer driver already tries to disable it at runtime in LLVMFuzzerInitialize, but the Clusterfuzz coverage report indicates that this init function is not ever called, and the pool allocator ends up being used.
* Update project.yamlGravatar inferno-chromium2016-12-08
|
* Update DockerfileGravatar inferno-chromium2016-12-08
|
* Add botan fuzzer scripts (#150)Gravatar Jack Lloyd2016-12-08
|
* Rename project.yml to project.yamlGravatar inferno-chromium2016-12-03
|
* This is a pull request to add Botan TLS library to OSS-Fuzz submitted (#121)Gravatar Jack Lloyd2016-12-02
by primary maintainer. Two colloborating developers CCed. Jack Lloyd jack@randombit.net Google Account: jack.lloyd@gmail.com GitHub: randombit