1. 998760a Define MBEDTLS_DECLARE_PRIVATE_IDENTIFIERS in every sample program by Felix Conway · 4 months ago
  2. e708e86 Fix missing-prototype error in programs/fuzz by moving LLVMFuzzerTestOneInput prototype to common.h by Michael Schuster · 1 year, 2 months ago
  3. d5f6897 fuzz_pubkey, fuzz_privkey: no real need to access private fields by Gilles Peskine · 1 year, 5 months ago
  4. 5346396 Fix code-style by Przemek Stekiel · 2 years, 3 months ago
  5. 758aef6 Add guards for mbedtls_psa_crypto_free() by Przemek Stekiel · 2 years, 3 months ago
  6. 774f9de Init PSA in fuzz programs by Przemek Stekiel · 2 years, 3 months ago
  7. 449bd83 Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
  8. 6c2e9b6 Add MBEDTLS_ALLOW_PRIVATE_ACCESS to test programs by Mateusz Starzyk · 4 years, 2 months ago
  9. d7fb66f If a key is not of a supported type, something went wrong by Gilles Peskine · 5 years ago
  10. e60b365 EC keys can have the type MBEDTLS_PK_ECKEY_DH too by Gilles Peskine · 5 years ago
  11. f02b984 Sanity check on elliptic curve keys: check that the group is known by Gilles Peskine · 5 years ago
  12. 8d36696 Fix fuzz_pubkey failure on valid RSA keys by Gilles Peskine · 5 years ago
  13. 8b1ed1c Adds explicit include to stdlib.h for abort by Philippe Antoine · 6 years ago
  14. 7d4bd6f Checks mbedtls_rsa_export_crt return in fuzz targets by Philippe Antoine · 6 years ago
  15. 66070bc Checks mbedtls_rsa_export return in fuzz targets by Philippe Antoine · 6 years ago
  16. 48f35f5 Move fuzz directory to programs by Philippe Antoine · 6 years ago[Renamed from tests/fuzz/fuzz_pubkey.c]
  17. 7233352 Fuzz testing by Philippe Antoine · 7 years ago