1. 20edee7 Use mbedtls_test_read_mpi in test suites by Gilles Peskine · 4 years, 2 months ago
  2. 1a87722 Make RNG parameters mandatory in DHM functions by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  3. e570248 mbedtls_dhm_get_value parameter order: context first, output last by Gilles Peskine · 4 years, 2 months ago
  4. 71acc6e New function mbedtls_dhm_get_value to copy a field of a DHM context by Gilles Peskine · 4 years, 2 months ago
  5. 487bbf6 DHM: new functions to query the length of the modulus by Gilles Peskine · 4 years, 2 months ago
  6. 0730cd5 Merge branch 'development' into Remove__CHECK_PARAMS_option by TRodziewicz · 4 years, 2 months ago
  7. 19e3620 DHM tests: add some explanations by Gilles Peskine · 4 years, 4 months ago
  8. 03299dc DHM: add notes about leading zeros by Gilles Peskine · 4 years, 4 months ago
  9. 2baf2b0 Test mbedtls_dhm_make_params with different x_size by Gilles Peskine · 4 years, 4 months ago
  10. 02db8f4 Test range and format of dhm_make_params output by Gilles Peskine · 4 years, 4 months ago
  11. 875b5fb Refactor optional parameter check tests by Ronald Cron · 4 years, 2 months ago
  12. d10b331 Test that overly large Diffie-Hellman keys are rejected by Chris Jones · 4 years, 8 months ago
  13. 6c5bd7f tests: Reformating due to rnd_* renaming by Ronald Cron · 5 years ago
  14. 351f0ee tests: Add mbedtls_test_ prefix to rnd_* symbols by Ronald Cron · 5 years ago
  15. c470b6b Merge development commit 8e76332 into development-psa by Andrzej Kurek · 7 years ago
  16. f1aaec9 Intermediate hexify out change by Azim Khan · 8 years ago
  17. 4b151fa DHM: Add negative tests for parameter checking by Janos Follath · 8 years ago
  18. 93012e8 Set selftest verbose flag to boost coverage by Andres AG · 9 years ago
  19. 3335205 Avoid in-out length in dhm_calc_secret() by Manuel Pégourié-Gonnard · 10 years ago
  20. 2cf5a7c The Great Renaming by Manuel Pégourié-Gonnard · 10 years ago
  21. 7f80997 Rename include directory to mbedtls by Manuel Pégourié-Gonnard · 10 years ago
  22. ce2f237 change test function includes to use one convention by Rich Evans · 10 years ago
  23. bd51b26 Add 'exit' label and variable initialization to relevant test suite functions by Paul Bakker · 11 years ago
  24. a317a98 Adapt programs / test suites by Paul Bakker · 11 years ago
  25. 3fec220 Add test for dhm_parse_dhmfile by Manuel Pégourié-Gonnard · 11 years ago
  26. 2014016 Fix a few selftest typos by Manuel Pégourié-Gonnard · 12 years ago
  27. 4fee79b Fix some more depend issues by Manuel Pégourié-Gonnard · 12 years ago
  28. 15d5de1 Simplify usage of DHM blinding by Manuel Pégourié-Gonnard · 12 years ago
  29. 40ce79f Moved DHM parsing from X509 module to DHM module by Paul Bakker · 12 years ago
  30. ed8a02b Simplify DH blinding a bit by Manuel Pégourié-Gonnard · 12 years ago
  31. 143b502 Implement DH blinding by Manuel Pégourié-Gonnard · 12 years ago
  32. 2d62764 Change dhm_calc_secret() prototype by Manuel Pégourié-Gonnard · 12 years ago
  33. 33b43f1 Converted .function file to c-like format and adapted generator code by Paul Bakker · 12 years ago
  34. dbd443d Adapted .function files and .data files to new test framework by Paul Bakker · 12 years ago
  35. 5690efc - Fixed a whole bunch of dependencies on defines between files, examples and tests by Paul Bakker · 14 years ago
  36. f4a3f30 - Updated for migration to size_t by Paul Bakker · 14 years ago
  37. 997bbd1 - Removed dependency of tests on rand() - Added pseudo-random helper function by Paul Bakker · 14 years ago
  38. c43481a - Release memory used by Paul Bakker · 14 years ago
  39. 69998dd - Made code compliant with ISO99 (no-declaration-after-statement) by Paul Bakker · 16 years ago
  40. 5c60de2 - Added preliminary test cases for DHM by Paul Bakker · 16 years ago