1. d0c7b79 Merge pull request #3912 from gilles-peskine-arm/psa-external-random-test by Gilles Peskine · 4 years, 7 months ago
  2. c85c201 Don't call TEST_ASSERT in PSA_DONE by Gilles Peskine · 4 years, 7 months ago
  3. 6beb327 external_rng_failure_sign: more robust buffer management by Gilles Peskine · 4 years, 7 months ago
  4. 3aa5a64 Fix a test dependency by Gilles Peskine · 4 years, 7 months ago
  5. dbf6896 mbedtls_to_psa_error: prefer dispatching on the low-level error by Gilles Peskine · 4 years, 7 months ago
  6. 1631514 Add missing dependencies on key types by Gilles Peskine · 4 years, 8 months ago
  7. ba0c1ff Depend on the built-in implementation when injecting RNG failure by Gilles Peskine · 4 years, 8 months ago
  8. f547ce8 MBEDTLS_PSA_CRYPTO_EXTERNAL_RNG: negative tests by Gilles Peskine · 4 years, 9 months ago
  9. ae3741e Fix an incorrect error code if RSA private operation glitched by Gilles Peskine · 4 years, 9 months ago
  10. 40d8160 mbedtls_to_psa_error: fix a copypasta and a missing translation by Gilles Peskine · 4 years, 9 months ago
  11. 8ae012b Generalize test_suite_psa_crypto_entropy by Gilles Peskine · 4 years, 9 months ago
  12. 76175ba Disable the insecure PSA test RNG by default by Gilles Peskine · 4 years, 9 months ago
  13. f6be590 Include psa_crypto_helpers.h in helpers.function by Gilles Peskine · 4 years, 9 months ago
  14. 9a4baa1 Remove unnecessary precautions around #include psa_crypto_helpers.h by Gilles Peskine · 4 years, 9 months ago
  15. d71539f Fix test_psa_collect_statuses: update makefile dependencies by Gilles Peskine · 4 years, 8 months ago
  16. d4008d5 Refactor PSA test helpers: move function definitions from .h to .c by Gilles Peskine · 4 years, 9 months ago
  17. 1e00565 Refactor PSA test helpers: don't depend on test_info access by Gilles Peskine · 4 years, 9 months ago
  18. 86cadb3 Remove now-redundant test result check by Gilles Peskine · 4 years, 9 months ago
  19. ddfd080 Use mbedtls_test_ prefix on all PSA helper functions by Gilles Peskine · 4 years, 9 months ago
  20. a51e1db Merge pull request #3895 from gilles-peskine-arm/psa-external-random by Gilles Peskine · 4 years, 7 months ago
  21. 75fdd06 Merge pull request #3973 from stroebeljc/development by Manuel Pégourié-Gonnard · 4 years, 7 months ago
  22. 03ee383 Updated change description as suggested by @gilles-peskine-arm. by stroebeljc · 4 years, 7 months ago
  23. 73d7832 Merge pull request #3969 from frestr/bugfix/psa_close_key_leak by Gilles Peskine · 4 years, 7 months ago
  24. 9c3e060 Explain the design of mbedtls_psa_get_random better by Gilles Peskine · 4 years, 7 months ago
  25. 0c59ba8 Fix the error detection in psa_generate_random by Gilles Peskine · 4 years, 7 months ago
  26. e67ba98 Fixed verb tense in change log. by stroebeljc · 4 years, 7 months ago
  27. 2b50d78 Fixed incorrect change log formatting. by stroebeljc · 4 years, 7 months ago
  28. d4de1b5 Updated per comments from @gilles-peskine-arm. by stroebeljc · 4 years, 7 months ago
  29. 71ddab9 Simplify the chunk loop in psa_generate_random by Gilles Peskine · 4 years, 7 months ago
  30. 88fa5c4 Minor documentation improvements by Gilles Peskine · 4 years, 7 months ago
  31. e9e0388 Merge pull request #3965 from bensze01/use_after_scope by Manuel Pégourié-Gonnard · 4 years, 7 months ago
  32. 70f63d0 Added references to the NIST test data used in the self-test function. by ENT\stroej1 · 4 years, 7 months ago
  33. df30700 Updated self test to use NIST test vectors and produce proper result. by ENT\stroej1 · 4 years, 7 months ago
  34. a0deec0 Extended test vectors to accomodate addition of nonce to test input array and updated results. by ENT\stroej1 · 4 years, 8 months ago
  35. 6a5f10c Added ChangeLog entry for related issue. by ENT\stroej1 · 4 years, 8 months ago
  36. 1446211 Update self-test vectors to include nonce and test it as part of reseeding. by ENT\stroej1 · 4 years, 8 months ago
  37. 4b91986 Fixed seed variable concatenation pointer. by ENT\stroej1 · 4 years, 8 months ago
  38. 462aa57 PSA Crypto: Don't skip key data removal when SE driver is not in use by Fredrik Strupe · 4 years, 8 months ago
  39. 3c537fe Merge pull request #3691 from paul-elliott-arm/fix_cmake by Ronald Cron · 4 years, 8 months ago
  40. 0bd9d22 Add Changelog entry by Bence Szépkúti · 4 years, 8 months ago
  41. 880334c Fix use-after-scope error in programs/ssl by Bence Szépkúti · 4 years, 8 months ago
  42. 575ece0 Merge pull request #3576 from gilles-peskine-arm/psa-lifetime-persistence-indicator-tweaks by Manuel Pégourié-Gonnard · 4 years, 8 months ago
  43. b3cd963 Pacify check-names.sh by Gilles Peskine · 4 years, 8 months ago
  44. 0bb2570 Copyediting by Gilles Peskine · 4 years, 8 months ago
  45. b2b64d3 Rename psa_crypto_random.h to psa_crypto_random_impl.h by Gilles Peskine · 4 years, 8 months ago
  46. 8814fc4 Make mbedtls_psa_get_random more usable outside psa_crypto.c by Gilles Peskine · 4 years, 8 months ago
  47. 5894e8e Replace mbedtls_psa_random_state( ... ) by MBEDTLS_PSA_RANDOM_STATE by Gilles Peskine · 4 years, 8 months ago
  48. e39bdaa Specialize some wording from the specification by Gilles Peskine · 4 years, 8 months ago
  49. 9b3e5a7 Clarify the explanation of locations by Gilles Peskine · 4 years, 8 months ago
  50. f3c8565 Merge pull request #789 from ARMmbed/mbedtls-2.25.0r0 by Janos Follath · 4 years, 8 months ago
  51. 8f05aeb Merge pull request #3882 from gilles-peskine-arm/psa-random-driver-spec by Ronald Cron · 4 years, 8 months ago
  52. 348eeeb Clarify the intent of the KEEPALIVE flag by Gilles Peskine · 4 years, 8 months ago
  53. 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
  54. e921626 Fix ChangeLog format by Janos Follath · 4 years, 8 months ago
  55. d6ce116 Consolidate partial feature into single entry by Janos Follath · 4 years, 8 months ago
  56. a27a4e2 Merge pull request #3929 from gilles-peskine-arm/psa-driver-remove-old-accel by Manuel Pégourié-Gonnard · 4 years, 8 months ago
  57. 48c76c9 Merge pull request #3949 from bensze01/update_psa_values by Manuel Pégourié-Gonnard · 4 years, 8 months ago
  58. 76027f6 Add missing Changelog entry by Janos Follath · 4 years, 8 months ago
  59. 56b38c2 Finalize ChangeLog by Janos Follath · 4 years, 8 months ago
  60. 0cbdc61 Bump version to Mbed TLS 2.25.0 by Janos Follath · 4 years, 8 months ago
  61. 7ac5fd1 Assemble ChangeLog by Janos Follath · 4 years, 8 months ago
  62. 248900d Fix Changelog format by Janos Follath · 4 years, 8 months ago
  63. debe719 Add missing ChangeLog entries by Janos Follath · 4 years, 8 months ago
  64. a946dcf Merge branch 'development-restricted' into mbedtls-2.25.0r0-pr by Janos Follath · 4 years, 8 months ago
  65. 24cebf6 Add a section for transparent drivers by Gilles Peskine · 4 years, 8 months ago
  66. f0e2853 Minimal update to mention unified-interface opaque drivers by Gilles Peskine · 4 years, 8 months ago
  67. 6d5c7bc Merge pull request #3898 from paul-elliott-arm/fix_pem_write by Gilles Peskine · 4 years, 8 months ago
  68. 4af6560 Improve documentation in test_psa_constant_names.py by Bence Szépkúti · 4 years, 8 months ago
  69. 2b75962 Merge pull request #3948 from bensze01/update_psa_values by Gilles Peskine · 4 years, 8 months ago
  70. 7e37bf9 Update test_psa_constant_names.py for new values by Bence Szépkúti · 4 years, 8 months ago
  71. 6879f42 Add changelog by Bence Szépkúti · 4 years, 8 months ago
  72. 99ffb2b Simplify description of PSA_ALG_STREAM_CIPHER by Bence Szépkúti · 4 years, 8 months ago
  73. cbe3953 Substitute PSA_ALG_STREAM_CIPHER into all files by Bence Szépkúti · 4 years, 8 months ago
  74. c6a26c9 Update PSA Crypto persistent key storage tests by Bence Szépkúti · 4 years, 8 months ago
  75. a294551 Update PSA Crypto macro values to version 1.0.0 by Bence Szépkúti · 4 years, 8 months ago
  76. 1de907d Introduce PSA_ALG_STREAM_CIPHER by Bence Szépkúti · 4 years, 8 months ago
  77. e995b9b Clarify statuses from mbedtls_psa_external_get_random by Gilles Peskine · 4 years, 8 months ago
  78. ae7772d Clarifications around reseed_entropy_size by Gilles Peskine · 4 years, 8 months ago
  79. 43100e3 Add section on combining get_entropy with add_entropy by Gilles Peskine · 4 years, 8 months ago
  80. 32e584c Copyediting and minor clarifications by Gilles Peskine · 4 years, 8 months ago
  81. 3ff7906 Note an interrogation about integer value representation by Gilles Peskine · 4 years, 9 months ago
  82. 6a530e8 Random driver: make initial_entropy_size mandatory by Gilles Peskine · 4 years, 9 months ago
  83. ee914f3 Minor clarifications by Gilles Peskine · 4 years, 9 months ago
  84. 609394c Open question: can there be multiple RNG instances? by Gilles Peskine · 4 years, 9 months ago
  85. 8d5092c get_random: no output on error by Gilles Peskine · 4 years, 9 months ago
  86. 1ef6ad4 Note that I'm not completly sure about the get_entropy flags by Gilles Peskine · 4 years, 9 months ago
  87. 3eb65fb Open question: should add_entropy take an estimated_entropy_bits parameter? by Gilles Peskine · 4 years, 9 months ago
  88. b89b4b9 get_entropy: recommendations on conditioning and entropy estimates by Gilles Peskine · 4 years, 9 months ago
  89. 05ab264 get_entropy: recommendations on the output_size by Gilles Peskine · 4 years, 9 months ago
  90. a14326f Make add_entropy optional by Gilles Peskine · 4 years, 9 months ago
  91. 390c5a2 It is not meaningful for reseed_entropy_size to be 0 by Gilles Peskine · 4 years, 9 months ago
  92. 0e3b7ce Don't require a call to add_entropy when 0 bytes are needed by Gilles Peskine · 4 years, 9 months ago
  93. 5263e1e Transparent drivers can have get_entropy as well by Gilles Peskine · 4 years, 9 months ago
  94. e80978a Specification for random generation and entropy drivers by Gilles Peskine · 4 years, 9 months ago
  95. 557b8d6 Remove Extraneous bytes from buffer post pem write by Paul Elliott · 4 years, 9 months ago
  96. 5197735 Remove the time stamp by Gilles Peskine · 4 years, 8 months ago
  97. 450dbd6 Merge pull request #785 from gilles-peskine-arm/cipher-nist_kw-changelog by Gilles Peskine · 4 years, 8 months ago
  98. 7710906 Merge pull request #3393 from geecrypt/development by Ronald Cron · 4 years, 8 months ago
  99. 22a1911 NIST_KW in cipher: credit the reporter by Gilles Peskine · 4 years, 8 months ago
  100. 3aae5d4 Merge pull request #781 from mpg/cipher-auth-crypt-restricted by Janos Follath · 4 years, 8 months ago