]> git.ipfire.org Git - thirdparty/openssl.git/commit - Configurations/unix-Makefile.tmpl
Generate a dictionary of OIDs for fuzzers
authorRichard Levitte <levitte@openssl.org>
Tue, 31 Oct 2017 19:06:39 +0000 (20:06 +0100)
committerRichard Levitte <levitte@openssl.org>
Tue, 31 Oct 2017 19:08:48 +0000 (20:08 +0100)
commit8e32e1abbc5e00f141d9d0977b4062ca9063ecc5
tree5d5a227a8aad87591b317f48ed16e7a2875e8441
parent8fa4d95e8e2c95a61748313b33d3493cfb67a027
Generate a dictionary of OIDs for fuzzers

It turns out that (some?) fuzzers can read a dictionary of OIDs,
so we generate one as part of the usual 'make update'.

Fixes #4615

Reviewed-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Kurt Roeckx <kurt@roeckx.be>
(Merged from https://github.com/openssl/openssl/pull/4637)
Configurations/unix-Makefile.tmpl
fuzz/mkfuzzoids.pl [new file with mode: 0755]