1. 84a773f Rename ssl_internal.h to ssl_misc.h by Chris Jones · 4 years, 5 months ago
  2. 4c5819c Move bn_mul.h to library/ by Chris Jones · 4 years, 5 months ago
  3. e2191cd Update includes to use library/ instead of include/mbedtls/ by Chris Jones · 4 years, 6 months ago
  4. 35ac46a Move internal headers from include/mbedtls/ to library/ by Chris Jones · 4 years, 6 months ago
  5. f6643cc Add library/*_internal.h to build files by Chris Jones · 4 years, 6 months ago
  6. 7b9f33c Move include/mbedtls/rsa_internal.h to library/rsa_internal.h by Chris Jones · 4 years, 6 months ago
  7. e7e5252 Merge pull request #4150 from mstarzyk-mobica/remove_compat13 by Manuel Pégourié-Gonnard · 4 years, 5 months ago
  8. 7d48b28 Remove 1.3 to 2.0 transition helpers files. by Mateusz Starzyk · 4 years, 6 months ago
  9. baf4fc8 Merge pull request #4115 from mstarzyk-mobica/const_changelog by Manuel Pégourié-Gonnard · 4 years, 6 months ago
  10. 3d210cf Merge pull request #4066 from mstarzyk-mobica/const_asn1write by Manuel Pégourié-Gonnard · 4 years, 6 months ago
  11. 4dad303 Merge pull request #4089 from mstarzyk-mobica/remove_havege by Manuel Pégourié-Gonnard · 4 years, 6 months ago
  12. b22a31f Add changelog for applying missing const attributes to the API. by Mateusz Starzyk · 4 years, 6 months ago
  13. 0fdcc8e Remove Havege module. by Mateusz Starzyk · 4 years, 6 months ago
  14. de6cb26 Merge pull request #4063 from mstarzyk-mobica/const_asn1 by Manuel Pégourié-Gonnard · 4 years, 6 months ago
  15. 3f063f6 Merge pull request #4102 from mstarzyk-mobica/const_pk by Manuel Pégourié-Gonnard · 4 years, 6 months ago
  16. 3292453 Add missing const attribute to Public Key API by Mateusz Starzyk · 4 years, 6 months ago
  17. 4e300d0 Add missing const attribute to asn1write api by Mateusz Starzyk · 4 years, 6 months ago
  18. 59961cf Add missing const attribute to asn1 api by Mateusz Starzyk · 4 years, 6 months ago
  19. ddb3bd5 Merge pull request #3897 from d3zd3z/fix-cmake28 by Ronald Cron · 4 years, 6 months ago
  20. a120146 Merge pull request #3962 from gilles-peskine-arm/psa-storage-format-test-strategy by Ronald Cron · 4 years, 6 months ago
  21. b034683 Merge pull request #4007 from stevew817/feature/alt_implementation_is_not_deterministic by Janos Follath · 4 years, 6 months ago
  22. 64f2773 Skip tests requiring known entropy for ECJPAKE ALT implementations by Steven Cooreman · 4 years, 7 months ago
  23. ff45750 Remind the reader of what is done about old formats by Gilles Peskine · 4 years, 7 months ago
  24. 697ee19 Add a section about non-default lifetimes by Gilles Peskine · 4 years, 7 months ago
  25. 528144f Clarify the methods of key storage testing by Gilles Peskine · 4 years, 7 months ago
  26. 6fbff5b Merge pull request #3698 from darrenkrahn/development by Dave Rodgman · 4 years, 7 months ago
  27. 94ca187 Merge pull request #3809 from AndrzejKurek/refactor-variable-buffers by paul-elliott-arm · 4 years, 7 months ago
  28. 9c134ce Add build instructions for new test data. by Darren Krahn · 4 years, 7 months ago
  29. 2427d15 Merge pull request #3986 from gilles-peskine-arm/ssl_test_lib-create by paul-elliott-arm · 4 years, 7 months ago
  30. c772b18 Move the declaration of query_config() to a dedicated header file by Gilles Peskine · 4 years, 7 months ago
  31. d0c7b79 Merge pull request #3912 from gilles-peskine-arm/psa-external-random-test by Gilles Peskine · 4 years, 7 months ago
  32. 2a54a6f Refactor the variable buffer length config description by Andrzej Kurek · 4 years, 7 months ago
  33. 557289b Add a missing dependency to config.h by Andrzej Kurek · 4 years, 10 months ago
  34. 069fa96 Use size_t instead of uint32_t for ssl I/O buffer lengths by Andrzej Kurek · 4 years, 7 months ago
  35. 4a06379 Refactor the variable I/O buffer size feature by Andrzej Kurek · 4 years, 10 months ago
  36. b4df754 Update #else and #endif comments by Gilles Peskine · 4 years, 7 months ago
  37. c85c201 Don't call TEST_ASSERT in PSA_DONE by Gilles Peskine · 4 years, 7 months ago
  38. 6beb327 external_rng_failure_sign: more robust buffer management by Gilles Peskine · 4 years, 7 months ago
  39. 3aa5a64 Fix a test dependency by Gilles Peskine · 4 years, 7 months ago
  40. dbf6896 mbedtls_to_psa_error: prefer dispatching on the low-level error by Gilles Peskine · 4 years, 7 months ago
  41. 1631514 Add missing dependencies on key types by Gilles Peskine · 4 years, 8 months ago
  42. ba0c1ff Depend on the built-in implementation when injecting RNG failure by Gilles Peskine · 4 years, 8 months ago
  43. f547ce8 MBEDTLS_PSA_CRYPTO_EXTERNAL_RNG: negative tests by Gilles Peskine · 4 years, 8 months ago
  44. ae3741e Fix an incorrect error code if RSA private operation glitched by Gilles Peskine · 4 years, 8 months ago
  45. 40d8160 mbedtls_to_psa_error: fix a copypasta and a missing translation by Gilles Peskine · 4 years, 8 months ago
  46. 8ae012b Generalize test_suite_psa_crypto_entropy by Gilles Peskine · 4 years, 9 months ago
  47. 76175ba Disable the insecure PSA test RNG by default by Gilles Peskine · 4 years, 9 months ago
  48. f6be590 Include psa_crypto_helpers.h in helpers.function by Gilles Peskine · 4 years, 9 months ago
  49. 9a4baa1 Remove unnecessary precautions around #include psa_crypto_helpers.h by Gilles Peskine · 4 years, 9 months ago
  50. d71539f Fix test_psa_collect_statuses: update makefile dependencies by Gilles Peskine · 4 years, 8 months ago
  51. d4008d5 Refactor PSA test helpers: move function definitions from .h to .c by Gilles Peskine · 4 years, 9 months ago
  52. 1e00565 Refactor PSA test helpers: don't depend on test_info access by Gilles Peskine · 4 years, 9 months ago
  53. 86cadb3 Remove now-redundant test result check by Gilles Peskine · 4 years, 9 months ago
  54. ddfd080 Use mbedtls_test_ prefix on all PSA helper functions by Gilles Peskine · 4 years, 9 months ago
  55. a51e1db Merge pull request #3895 from gilles-peskine-arm/psa-external-random by Gilles Peskine · 4 years, 7 months ago
  56. 504c1a3 ssl_test_lib: move common functions and variables by Gilles Peskine · 4 years, 7 months ago
  57. 7c818d6 ssl_test_lib: move common type definitions by Gilles Peskine · 4 years, 7 months ago
  58. c11eb1f Prepare to merge identical code from ssl_client2.c and ssl_server2.c by Gilles Peskine · 4 years, 7 months ago
  59. 7f679c7 ssl_test_lib: move declaration of query_config by Gilles Peskine · 4 years, 7 months ago
  60. 67638d6 ssl_test_lib: move common includes by Gilles Peskine · 4 years, 7 months ago
  61. ab7ce96 ssl_test_lib: move initial includes and is-it-supported check by Gilles Peskine · 4 years, 7 months ago
  62. 0d980b8 ssl_test_common_source.c: new source file for common SSL test code by Gilles Peskine · 4 years, 7 months ago
  63. a3ed34f ssl_test_lib.[hc]: new source file for common SSL test code by Gilles Peskine · 4 years, 7 months ago
  64. 75fdd06 Merge pull request #3973 from stroebeljc/development by Manuel Pégourié-Gonnard · 4 years, 7 months ago
  65. d20a210 git: don't ignore fuzz/Makefile by Gilles Peskine · 4 years, 7 months ago
  66. f06a54c With make, build query_config.c only once by Gilles Peskine · 4 years, 7 months ago
  67. 03ee383 Updated change description as suggested by @gilles-peskine-arm. by stroebeljc · 4 years, 7 months ago
  68. 73d7832 Merge pull request #3969 from frestr/bugfix/psa_close_key_leak by Gilles Peskine · 4 years, 7 months ago
  69. 9c3e060 Explain the design of mbedtls_psa_get_random better by Gilles Peskine · 4 years, 7 months ago
  70. 0c59ba8 Fix the error detection in psa_generate_random by Gilles Peskine · 4 years, 7 months ago
  71. cf62f10 Clarify interoperability non-requirement by Gilles Peskine · 4 years, 7 months ago
  72. e67ba98 Fixed verb tense in change log. by stroebeljc · 4 years, 7 months ago
  73. 2b50d78 Fixed incorrect change log formatting. by stroebeljc · 4 years, 7 months ago
  74. d4de1b5 Updated per comments from @gilles-peskine-arm. by stroebeljc · 4 years, 7 months ago
  75. 71ddab9 Simplify the chunk loop in psa_generate_random by Gilles Peskine · 4 years, 7 months ago
  76. 88fa5c4 Minor documentation improvements by Gilles Peskine · 4 years, 7 months ago
  77. e9e0388 Merge pull request #3965 from bensze01/use_after_scope by Manuel Pégourié-Gonnard · 4 years, 7 months ago
  78. 70f63d0 Added references to the NIST test data used in the self-test function. by ENT\stroej1 · 4 years, 7 months ago
  79. df30700 Updated self test to use NIST test vectors and produce proper result. by ENT\stroej1 · 4 years, 7 months ago
  80. a0deec0 Extended test vectors to accomodate addition of nonce to test input array and updated results. by ENT\stroej1 · 4 years, 7 months ago
  81. 6a5f10c Added ChangeLog entry for related issue. by ENT\stroej1 · 4 years, 8 months ago
  82. 1446211 Update self-test vectors to include nonce and test it as part of reseeding. by ENT\stroej1 · 4 years, 8 months ago
  83. 4b91986 Fixed seed variable concatenation pointer. by ENT\stroej1 · 4 years, 8 months ago
  84. 462aa57 PSA Crypto: Don't skip key data removal when SE driver is not in use by Fredrik Strupe · 4 years, 8 months ago
  85. 3c537fe Merge pull request #3691 from paul-elliott-arm/fix_cmake by Ronald Cron · 4 years, 8 months ago
  86. 0bd9d22 Add Changelog entry by Bence Szépkúti · 4 years, 8 months ago
  87. 880334c Fix use-after-scope error in programs/ssl by Bence Szépkúti · 4 years, 8 months ago
  88. 575ece0 Merge pull request #3576 from gilles-peskine-arm/psa-lifetime-persistence-indicator-tweaks by Manuel Pégourié-Gonnard · 4 years, 8 months ago
  89. b3cd963 Pacify check-names.sh by Gilles Peskine · 4 years, 8 months ago
  90. 739e08a Keystore format stability test strategy by Gilles Peskine · 4 years, 8 months ago
  91. 0bb2570 Copyediting by Gilles Peskine · 4 years, 8 months ago
  92. b2b64d3 Rename psa_crypto_random.h to psa_crypto_random_impl.h by Gilles Peskine · 4 years, 8 months ago
  93. 8814fc4 Make mbedtls_psa_get_random more usable outside psa_crypto.c by Gilles Peskine · 4 years, 8 months ago
  94. 5894e8e Replace mbedtls_psa_random_state( ... ) by MBEDTLS_PSA_RANDOM_STATE by Gilles Peskine · 4 years, 8 months ago
  95. e39bdaa Specialize some wording from the specification by Gilles Peskine · 4 years, 8 months ago
  96. 9b3e5a7 Clarify the explanation of locations by Gilles Peskine · 4 years, 8 months ago
  97. f3c8565 Merge pull request #789 from ARMmbed/mbedtls-2.25.0r0 by Janos Follath · 4 years, 8 months ago
  98. 8f05aeb Merge pull request #3882 from gilles-peskine-arm/psa-random-driver-spec by Ronald Cron · 4 years, 8 months ago
  99. 348eeeb Clarify the intent of the KEEPALIVE flag by Gilles Peskine · 4 years, 8 months ago
  100. 1c54b54 Merge pull request #786 from ARMmbed/dev/yanesca/mbedtls-2.25.0r0-pr by Janos Follath · 4 years, 8 months ago mbedtls-2.25.0 v2.25.0