Mbed-TLS / TF-PSA-Crypto

Reference implementation of the PSA Cryptography API
Apache License 2.0
7 stars 7 forks source link

Point OSS-Fuzz to TF-PSA-Crypto #100

Open gilles-peskine-arm opened 2 months ago

gilles-peskine-arm commented 2 months ago

Once TF-PSA-Crypto hosts crypto, we should migrate the OSS-Fuzz crypto fuzzing from Mbed TLS to TF-PSA-Crypto. Mbed TLS is fuzzed via four projects in OSS-Fuzz:

This can be done before or after the 1.0 release: it's ok if the fuzzers keep fuzzing crypto APIs as they are re-exported by Mbed TLS. But we may want to combine this with https://github.com/Mbed-TLS/mbedtls/issues/9071.