Hi Jeffrey, > So it looks like the problem is limited to brainpool curves at the moment. > I'm guessing it may apply to custom curves, too.
That is indeed the reproducer given by oss-fuzz. I am not sure if oss-fuzz would give another reproducer with another curve (or treat it as duplicate) I can download and send you the whole corpus so that you can run tests on it if you wish. My fuzzer does not do custom curves, only standard ones from TLS standard (see the sources from the link below). > I found oss-fuzz at https://github.com/google/oss-fuzz. Is this your GitHub > with the sources? If so, could you point out the program of interest? For the sources, you can indeed check out https://github.com/google/oss-fuzz/tree/master/projects/ecc-diff-fuzzer <https://github.com/google/oss-fuzz/tree/master/projects/ecc-diff-fuzzer> But this contains about only the compile script. So, I think you want rather this : https://github.com/catenacyber/elliptic-curve-differential-fuzzer <https://github.com/catenacyber/elliptic-curve-differential-fuzzer> All the best, Philippe -- You received this message because you are subscribed to "Crypto++ Users". More information about Crypto++ and this group is available at http://www.cryptopp.com and http://groups.google.com/forum/#!forum/cryptopp-users. --- You received this message because you are subscribed to the Google Groups "Crypto++ Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/cryptopp-users/00A1ADA5-FE23-4560-A854-C9DAC317CA9B%40catenacyber.fr.
