1. d259e34 Add CMake package config file by Chris Kay · 4 years, 4 months ago
  2. 0c1a42a Merge pull request #4611 from gilles-peskine-arm/random-range-uniformity-3.0 by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  3. f9f9cc2 Merge pull request #4579 from tom-daubney-arm/rm_ecdh_legacy_context_config_option by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  4. ceefe5d Lift function call out of inner loop by Gilles Peskine · 4 years, 2 months ago
  5. 9077e43 Fix mistakes in test case descriptions by Gilles Peskine · 4 years, 2 months ago
  6. c7eeeb1 Fix long-standing obsolete comment by Gilles Peskine · 4 years, 2 months ago
  7. 3270b14 DHM: add test case with x_size < 0 by Gilles Peskine · 4 years, 4 months ago
  8. 19e3620 DHM tests: add some explanations by Gilles Peskine · 4 years, 4 months ago
  9. 03299dc DHM: add notes about leading zeros by Gilles Peskine · 4 years, 4 months ago
  10. 0cb493d Note that the "0 limb in ..." tests rely on undocumented behavior by Gilles Peskine · 4 years, 4 months ago
  11. 0ad640a MPI random test: Add test cases with lower_bound > upper_bound by Gilles Peskine · 4 years, 4 months ago
  12. d463edf MPI random test: fix small-range test stats check when min > 1 by Gilles Peskine · 4 years, 4 months ago
  13. 951b569 MPI random test: Add a few more small-range tests by Gilles Peskine · 4 years, 4 months ago
  14. fbb9009 Fix copypasta in test case description by Gilles Peskine · 4 years, 4 months ago
  15. eedefa5 Better document and slightly simplify >>2^n heuristic by Gilles Peskine · 4 years, 4 months ago
  16. 422e867 MPI random: add unit tests with a previously nonzero value by Gilles Peskine · 4 years, 4 months ago
  17. 1a7df4e Fix mbedtls_mpi_random when N has leading zeros by Gilles Peskine · 4 years, 4 months ago
  18. da7ee01 DHM: use mbedtls_mpi_random for blinding and key generation by Gilles Peskine · 4 years, 4 months ago
  19. 2baf2b0 Test mbedtls_dhm_make_params with different x_size by Gilles Peskine · 4 years, 4 months ago
  20. b27db0a Repeat a few DH tests by Gilles Peskine · 4 years, 4 months ago
  21. 02db8f4 Test range and format of dhm_make_params output by Gilles Peskine · 4 years, 4 months ago
  22. 1e918f4 mbedtls_mpi_random: check for invalid arguments by Gilles Peskine · 4 years, 4 months ago
  23. 02ac93a Move mbedtls_mpi_random to the bignum module by Gilles Peskine · 4 years, 4 months ago
  24. 8cfffb3 mbedtls_ecp_gen_privkey_sw: generalize to mbedtls_mpi_random by Gilles Peskine · 4 years, 4 months ago
  25. 7888073 mbedtls_ecp_gen_privkey_sw: range and coverage tests by Gilles Peskine · 4 years, 4 months ago
  26. 67986d0 mbedtls_ecp_gen_privkey_mx: make bit manipulations unconditional by Gilles Peskine · 4 years, 5 months ago
  27. 96449ce mbedtls_ecp_gen_privkey_mx: remove the exception for all-zero by Gilles Peskine · 4 years, 5 months ago
  28. 6ff8a01 Add unit tests for mbedtls_ecp_gen_privkey_mx by Gilles Peskine · 4 years, 5 months ago
  29. ecacc3c Make the fallback behavior of mbedtls_test_rnd_buffer_rand optional by Gilles Peskine · 4 years, 5 months ago
  30. 0b1b0ab Update references in some test function documentation by Gilles Peskine · 4 years, 5 months ago
  31. 1b1327c Merge pull request #4581 from TRodziewicz/remove_supp_for_extensions_in_pre-v3_X.509_certs by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  32. 3726db4 Removes obsolete test by Thomas Daubney · 4 years, 2 months ago
  33. 42aaf7a Removes component_test_new_ecdh_context in all.sh by Thomas Daubney · 4 years, 2 months ago
  34. 8f4eaca Removes MBEDTLS_ECDH_LEGACY_CONTEXT from config.h by Thomas Daubney · 4 years, 2 months ago
  35. bbd617b Remove duplicated definition of ASSERT_ALLOC by Gilles Peskine · 4 years, 2 months ago
  36. b282769 Remove spurious dependencies on PEM by Gilles Peskine · 4 years, 2 months ago
  37. ea62d2f Merge pull request #4369 from hanno-arm/relax_psk_config by Ronald Cron · 4 years, 2 months ago
  38. dee975a Remove MBEDTLS_X509_ALLOW_EXTENSIONS_NON_V3 option by TRodziewicz · 4 years, 2 months ago
  39. 7146cb9 Merge pull request #4559 from gilles-peskine-arm/psa-storage-format-test-algorithms-3.0 by Ronald Cron · 4 years, 2 months ago
  40. 142c205 Merge pull request #4513 from Patater/psa-without-genprime-fix by Ronald Cron · 4 years, 2 months ago
  41. 46cccb8 _SSL_DTLS_BADMAC_LIMIT config.h option removed by TRodziewicz · 4 years, 3 months ago
  42. b7abba2 Merge pull request #4515 from tom-daubney-arm/remove_rsa_mode_params_2 by Gilles Peskine · 4 years, 2 months ago
  43. 45f1cd7 key_storage_read: pass exercise as a flag rather than a boolean by Gilles Peskine · 4 years, 4 months ago
  44. 0225d3a Add missing test suites to CMakeLists.txt by Gilles Peskine · 4 years, 3 months ago
  45. ae4c460 Do support multiple files generated from the same script by Gilles Peskine · 4 years, 4 months ago
  46. 20f55f6 Abbreviate algorithms in test descriptions by Gilles Peskine · 4 years, 4 months ago
  47. c5d086f Don't generate non-existent dependency symbols by Gilles Peskine · 4 years, 4 months ago
  48. 537d5fa Expand psa_generate_tests to support constructor arguments by Gilles Peskine · 4 years, 4 months ago
  49. 3c9d423 Speed up the generation of storage format test cases by Gilles Peskine · 4 years, 4 months ago
  50. 3d404b8 Use InputsForTest in generate_psa_tests by Gilles Peskine · 4 years, 4 months ago
  51. b4edff9 Move InputsForTest to macro_collector.py by Gilles Peskine · 4 years, 4 months ago
  52. 95649ed Add type annotations by Gilles Peskine · 4 years, 4 months ago
  53. c893a57 Fix copypasta in documentation by Gilles Peskine · 4 years, 5 months ago
  54. 4ca18aa Corrections after the code review by TRodziewicz · 4 years, 3 months ago
  55. 97e4172 Remove the _SSL_FALLBACK_ tests by TRodziewicz · 4 years, 3 months ago
  56. 6370dbe Remove the _SSL_FALLBACK_ parts by TRodziewicz · 4 years, 3 months ago
  57. ef73f01 Removing strayed dtls1 after doing tests by TRodziewicz · 4 years, 3 months ago
  58. 2812605 Removal of constants and functions and a new ChangeLog file by TRodziewicz · 4 years, 3 months ago
  59. 0f82ec6 Remove the TLS 1.0 and 1.1 support by TRodziewicz · 4 years, 3 months ago
  60. f823722 Merge pull request #4532 from gilles-peskine-arm/host_test-int32-3.0 by Ronald Cron · 4 years, 3 months ago
  61. ea047c8 Merge pull request #4429 from gilles-peskine-arm/openssl-dhparam-robustness-3.0 by Manuel Pégourié-Gonnard · 4 years, 3 months ago
  62. ca72287 Merge pull request #4304 from mstarzyk-mobica/convert_NO_SHA384_to_positive by Ronald Cron · 4 years, 3 months ago
  63. 424fa93 psa: Support RSA signature without MBEDTLS_GENPRIME by Jaeden Amero · 4 years, 3 months ago
  64. ff143c0 psa: Add missing RSA test dependency by Jaeden Amero · 4 years, 3 months ago
  65. 3248be4 Merge pull request #4462 from netfoundry/gcc11.fixes by Gilles Peskine · 4 years, 3 months ago
  66. 49fef37 Merge pull request #4342 from gilles-peskine-arm/gcm-update-any-length by Ronald Cron · 4 years, 3 months ago
  67. 17011a3 Merge branch 'development' into convert_NO_SHA384_to_positive by Mateusz Starzyk · 4 years, 3 months ago
  68. f505b0e Removes unused variables in test_suite_rsa.function by Thomas Daubney · 4 years, 3 months ago
  69. 4b3dfd0 Fix test data description by Mateusz Starzyk · 4 years, 3 months ago
  70. eb30b0c Merge remote-tracking branch 'upstream-public/development' into no-generated-files-3.0 by Gilles Peskine · 4 years, 3 months ago
  71. 7ca4ff6 Remove Git pre-commit hook by Gilles Peskine · 4 years, 3 months ago
  72. 67debb6 Test check-generated-files.sh by Gilles Peskine · 4 years, 3 months ago
  73. 94230ea Fix `make generated_files` generating broken visualc files by Gilles Peskine · 4 years, 3 months ago
  74. e2f476e Avoid creating visualc/VS2010/*.bak.bak files by Gilles Peskine · 4 years, 3 months ago
  75. b32966d In update mode, create the files if they don't exist by Gilles Peskine · 4 years, 3 months ago
  76. 9e84ec7 Always use posix semantics when joining paths by Bence Szépkúti · 4 years, 3 months ago
  77. 1411c7c Don't make configuration-independent files depend on config.h by Gilles Peskine · 4 years, 4 months ago
  78. 1570b59 Generate source files before running any components by Gilles Peskine · 4 years, 4 months ago
  79. b5e0863 Ignore generated source files that are no longer checked in by Gilles Peskine · 4 years, 4 months ago
  80. 729fa5b Merge pull request #4450 from mstarzyk-mobica/remove_null_entropy by Manuel Pégourié-Gonnard · 4 years, 3 months ago
  81. 03092f5 avoid -Wmaybe-uninitialized when buiding with gcc11 by Shawn Carey · 4 years, 3 months ago
  82. c6d94ab Fix remaining SHA384 dependencies and ifdef blocks. by Mateusz Starzyk · 4 years, 3 months ago
  83. 782a7f5 Removes mode param from mbedtls_rsa_rsassa_pss_verify_ext by Thomas Daubney · 4 years, 3 months ago
  84. 9e65f79 Removes f_rng param from mbedtls_rsa_rsassa_pss_verify_ext by Thomas Daubney · 4 years, 3 months ago
  85. 578e9ab Removes p_rng param from mbedtls_rsa_rsassa_pss_verify_ext by Thomas Daubney · 4 years, 3 months ago
  86. 5ee4cc0 Removes mode param from mbedtls_rsa_rsassa_pss_verify by Thomas Daubney · 4 years, 3 months ago
  87. 718a53d Removed f_rng param from mbedtls_rsa_rsassa_pss_verify by Thomas Daubney · 4 years, 3 months ago
  88. 08f4c9c Removes p_rng param from mbedtls_rsa_rsassa_pss_verify by Thomas Daubney · 4 years, 3 months ago
  89. 2e12625 Removes mode parameter from mbedtls_rsa_rsassa_pkcs1_v15_verify by Thomas Daubney · 4 years, 3 months ago
  90. 475053d Removes f_rng from mbedtls_rsa_rsassa_pkcs1_v15_verify by Thomas Daubney · 4 years, 3 months ago
  91. cbc088f Removes p_rng from mbedtls_rsa_rsassa_pkcs1_v15_verify by Thomas Daubney · 4 years, 3 months ago
  92. 6848537 Remove obsolete config requirements for SHA384 in ssl-opt. by Mateusz Starzyk · 4 years, 3 months ago
  93. 4228f89 Merge branch 'development' into convert_NO_SHA384_to_positive by Mateusz Starzyk · 4 years, 3 months ago
  94. 68d9cbc Removes mode param from mbedtls_rsa_pkcs1_verify by Thomas Daubney · 4 years, 3 months ago
  95. 613d1a4 Removes p_rng param from mbedtls_rsa_pkcs1_verify by Thomas Daubney · 4 years, 3 months ago
  96. ac13312 Removes f_rng parameter from mbedtls_rsa_pkcs1_verify by Thomas Daubney · 4 years, 3 months ago
  97. 28b5585 Modifies tests for verify functions by Thomas Daubney · 4 years, 3 months ago
  98. de9fdc4 Removes mode param from mbedtls_rsa_rsassa_pss_sign by Thomas Daubney · 4 years, 3 months ago
  99. 5265498 Removes mode param from mbedtls_rsa_rsassa_pkcs1_v15_sign by Thomas Daubney · 4 years, 3 months ago
  100. 140184d Removes mode param from mbedtls_rsa_pkcs1_sign by Thomas Daubney · 4 years, 3 months ago