1. 48a37f0 Add cert_cb use to programs/ssl/ssl_server2.c by Glenn Strauss · 3 years, 6 months ago
  2. 6d24795 Merge pull request #5533 from paul-elliott-arm/fix_fuzz_privkey_null_ctx by Manuel Pégourié-Gonnard · 3 years, 6 months ago
  3. 5d7e61f Fix uninitialised return value. by Paul Elliott · 3 years, 6 months ago
  4. a1b5069 Merge pull request #5526 from paul-elliott-arm/fix_fuzzer_null_ref by Manuel Pégourié-Gonnard · 3 years, 6 months ago
  5. a1dc3e5 Add safety to dummy_random in case of NULL context by Paul Elliott · 3 years, 6 months ago
  6. bb01681 Ensure valid context is used in fuzz_dtlsserver by Paul Elliott · 3 years, 6 months ago
  7. 51a7679 Ensure context is passed in to dummy_rand by Paul Elliott · 3 years, 6 months ago
  8. 00738bf Ensure ctr_drbg is initialised every time by Paul Elliott · 3 years, 6 months ago
  9. a941b62 Create public macros for ssl_ticket key,name sizes by Glenn Strauss · 3 years, 6 months ago
  10. e328245 Add test case use of mbedtls_ssl_ticket_rotate by Glenn Strauss · 3 years, 6 months ago
  11. 9193f7d Merge pull request #5436 from mpg/prog-hmac-cipher-psa by Manuel Pégourié-Gonnard · 3 years, 6 months ago
  12. ae1bae8 Give a magic constant a name by Manuel Pégourié-Gonnard · 3 years, 6 months ago
  13. c82504e Clean up output from cipher_aead_demo by Manuel Pégourié-Gonnard · 3 years, 6 months ago
  14. 5e6c884 Improve info() function in cipher_aead_demo by Manuel Pégourié-Gonnard · 3 years, 6 months ago
  15. 64754e1 Wrap long lines by Manuel Pégourié-Gonnard · 3 years, 6 months ago
  16. 340808c Add comments on error codes by Manuel Pégourié-Gonnard · 3 years, 6 months ago
  17. 48bae02 Avoid hardcoding a size by Manuel Pégourié-Gonnard · 3 years, 6 months ago
  18. cf99beb Improve naming consistency by Manuel Pégourié-Gonnard · 3 years, 6 months ago
  19. 6f20595 Merge pull request #5462 from gilles-peskine-arm/ssl-test-pkey-message-clarity by Manuel Pégourié-Gonnard · 3 years, 6 months ago
  20. 1ab2d69 Merge pull request #5385 from AndrzejKurek/use-psa-crypto-reduced-configs by Manuel Pégourié-Gonnard · 3 years, 6 months ago
  21. f6ea19c Work around bug in PSA_MAC_LENGTH() by Manuel Pégourié-Gonnard · 3 years, 6 months ago
  22. 12ec571 Fix bug in md_hmac_demo by Manuel Pégourié-Gonnard · 3 years, 6 months ago
  23. 29088a4 Avoid duplicate program names by Manuel Pégourié-Gonnard · 3 years, 6 months ago
  24. 6fdc9e8 Move aead_non_psa out of the psa/ directory by Manuel Pégourié-Gonnard · 3 years, 6 months ago
  25. cc50f1b Fix copypasta by Gilles Peskine · 3 years, 6 months ago
  26. 69bb3f5 Move hmac_non_psa out of psa/ directory by Manuel Pégourié-Gonnard · 3 years, 6 months ago
  27. 248b385 Add comments to AEAD (non-PSA) examples by Manuel Pégourié-Gonnard · 3 years, 6 months ago
  28. 6349794 Demonstrate better practices in HMAC examples by Manuel Pégourié-Gonnard · 3 years, 6 months ago
  29. f392a02 Add comments to the HMAC (non-)PSA examples by Manuel Pégourié-Gonnard · 3 years, 6 months ago
  30. fd1d13c Avoid requiring too much C99 support by Manuel Pégourié-Gonnard · 3 years, 6 months ago
  31. 7d5ef17 Split aead_cipher_psa by Manuel Pégourié-Gonnard · 3 years, 6 months ago
  32. edf6e83 Split hmac_md_psa.c by Manuel Pégourié-Gonnard · 3 years, 6 months ago
  33. 1a45c71 Fix cleanup code by Manuel Pégourié-Gonnard · 3 years, 6 months ago
  34. 3aae30c Use PSA macros for buffer sizes by Manuel Pégourié-Gonnard · 3 years, 6 months ago
  35. beef9c2 Use better names for dummy data by Manuel Pégourié-Gonnard · 3 years, 6 months ago
  36. 428a97e Improve option names by Manuel Pégourié-Gonnard · 3 years, 6 months ago
  37. 0e725c3 Improve introductory comments. by Manuel Pégourié-Gonnard · 3 years, 6 months ago
  38. 05bf89d Clarify key types message from ssl_client2 and ssl_server2 by Gilles Peskine · 3 years, 6 months ago
  39. 11f0a9c fix deprecated-declarations error by Jerry Yu · 3 years, 7 months ago
  40. fcca7cf Merge pull request #5428 from gstrauss/mbedtls_ssl_ciphersuite by Manuel Pégourié-Gonnard · 3 years, 6 months ago
  41. ff743a7 Merge pull request #5425 from gabor-mezei-arm/5181_tls_cipher_extend_testing_of_tickets by Manuel Pégourié-Gonnard · 3 years, 6 months ago
  42. 6eef563 Add tests for accessors for ciphersuite info by Glenn Strauss · 3 years, 6 months ago
  43. 7a58d52 Add missing dependencies on MBEDTLS_KEY_EXCHANGE_SOME_PSK_ENABLED by Andrzej Kurek · 3 years, 7 months ago
  44. aab5258 Avoid using %zu, not supported everywhere yet. by Manuel Pégourié-Gonnard · 3 years, 7 months ago
  45. 24e82de Fix type of temporary variable by Manuel Pégourié-Gonnard · 3 years, 7 months ago
  46. 763641a Rm use of non-standard __func__ in example programs by Manuel Pégourié-Gonnard · 3 years, 7 months ago
  47. 9efbf53 Declare incompatibility in new programs by Manuel Pégourié-Gonnard · 3 years, 7 months ago
  48. ecffd96 Silence compiler warning in example program by Manuel Pégourié-Gonnard · 3 years, 7 months ago
  49. 398d459 Add example program psa/aead_cipher_psa by Manuel Pégourié-Gonnard · 3 years, 7 months ago
  50. d4bea1e Add ticket_aead option for ssl_server2 by Gabor Mezei · 3 years, 7 months ago
  51. 667b556 Add example program psa/hmac_md_psa by Manuel Pégourié-Gonnard · 3 years, 9 months ago
  52. 03e0146 Make KEY_ID_ENCODES_OWNER compatible with USE_PSA_CRYPTO by Andrzej Kurek · 3 years, 7 months ago
  53. f434994 Merge pull request #5303 from yuhaoth/pr/add_list_config_function by paul-elliott-arm · 3 years, 8 months ago
  54. 2331fdb Merge pull request #5293 from ronald-cron-arm/tls13-mvp-misc by Ronald Cron · 3 years, 8 months ago
  55. 29ceb56 fix help message issues by Jerry Yu · 3 years, 8 months ago
  56. f1c30b2 Check return values in more places by Gilles Peskine · 3 years, 8 months ago
  57. 6f135e1 Rename MBEDTLS_SSL_PROTO_TLS1_3_EXPERIMENTAL to MBEDTLS_SSL_PROTO_TLS1_3 by Ronald Cron · 3 years, 8 months ago
  58. a15f3cc Add list_config into query_comile_time_config by Jerry Yu · 3 years, 8 months ago
  59. 84e63a7 Add list_config generation by Jerry Yu · 3 years, 8 months ago
  60. 1dc3c45 Merge pull request #5295 from paul-elliott-arm/crypt_and_hash_prog by Gilles Peskine · 3 years, 8 months ago
  61. ef9ccca Fix printf format specifier by Paul Elliott · 3 years, 8 months ago
  62. d79d3eb Add checks for return values to md functions by Paul Elliott · 3 years, 8 months ago
  63. 3820c15 Prevent resource leak by Paul Elliott · 3 years, 8 months ago
  64. 351c71b Fix builds when config.h only defines MBEDTLS_BIGNUM_C by Dave Rodgman · 3 years, 8 months ago
  65. d25fab6 Update based on comments by Xiaofei Bai · 3 years, 8 months ago
  66. 6dc90da Rebased on 74217ee and add fixes by Xiaofei Bai · 3 years, 8 months ago
  67. 9539501 Rebase and add fixes by Xiaofei Bai · 3 years, 8 months ago
  68. 746f948 Fix 1_3/13 usages in macros and function names by Xiaofei Bai · 3 years, 9 months ago
  69. 74217ee Merge pull request #5202 from xkqian/pr/add_rsa_pkcsv15 by Ronald Cron · 3 years, 8 months ago
  70. a0e57ef Merge pull request #5131 from gilles-peskine-arm/dlopen-test by Gilles Peskine · 3 years, 8 months ago
  71. 4d2329f Change code based on reviews by XiaokangQian · 3 years, 9 months ago
  72. 25476a4 Change code based on review by XiaokangQian · 3 years, 9 months ago
  73. ff5f6c8 Refine test code and test scripts by XiaokangQian · 3 years, 9 months ago
  74. f977e9a Add componet test and rsa signature options by XiaokangQian · 3 years, 9 months ago
  75. bdf26de Fix test failure and remove useless code by XiaokangQian · 3 years, 9 months ago
  76. 4b82ca1 Refine test code and test scripts by XiaokangQian · 3 years, 9 months ago
  77. 61f797a Merge pull request #5111 from mprse/aps_mem_leak by paul-elliott-arm · 3 years, 9 months ago
  78. 834d229 Fix dynamic library extension on macOS by Gilles Peskine · 3 years, 9 months ago
  79. 7fb54c5 More explicit output for the test program by Gilles Peskine · 3 years, 9 months ago
  80. b6a0299 Avoid undefined variable warning without MBEDTLS_MD_C by Gilles Peskine · 3 years, 9 months ago
  81. 88e3e70 Use CMake's knowledge of what system library has dlopen() by Gilles Peskine · 3 years, 9 months ago
  82. f80a029 Don't build dlopen when building for Windows by Gilles Peskine · 3 years, 9 months ago
  83. 5dbee58 Only link with libdl on Linux by Gilles Peskine · 3 years, 9 months ago
  84. ca14459 Run the dlopen test in shared library builds by Gilles Peskine · 3 years, 9 months ago
  85. a7c247e New test app for dynamic loading of libmbed* with dlopen by Gilles Peskine · 3 years, 9 months ago
  86. d6914e3 ssl_client2/ssl_server2: Rework ordering of cleanup by Przemyslaw Stekiel · 3 years, 9 months ago
  87. 5057123 ssl_client2: move memory leak check before rng_free() by Przemyslaw Stekiel · 3 years, 9 months ago
  88. 53de262 Move psa_crypto_slot_management.h out from psa_crypto_helpers.h by Przemyslaw Stekiel · 3 years, 9 months ago
  89. bbb22bb ssl_client2/ssl_server2: Move is_psa_leaking() before mbedtls_psa_crypto_free() (and rng_free()) by Przemyslaw Stekiel · 3 years, 9 months ago
  90. 0dbe1df Merge pull request #4859 from brett-warren-arm/supported_groups by Manuel Pégourié-Gonnard · 3 years, 9 months ago
  91. 25386b7 Refactor ssl_{server2,client2} for NamedGroup IDs by Brett Warren · 4 years ago
  92. fed825a ssl_client2, ssl_server2: add check for psa memory leaks by Przemyslaw Stekiel · 3 years, 9 months ago
  93. 4c9313f Merge pull request #4514 from mpg/generated-files-cmake by Manuel Pégourié-Gonnard · 3 years, 9 months ago
  94. 475bfe6 Merge pull request #5108 from gilles-peskine-arm/base64-no-table-3.0 by Manuel Pégourié-Gonnard · 3 years, 9 months ago
  95. 9317e09 Merge pull request #5007 from mprse/pk_opaque by Manuel Pégourié-Gonnard · 3 years, 9 months ago
  96. c2d2f21 ssl_client2/ssl_server_2: use PSA_ALG_ANY_HASH as algorithm for opaque key by Przemyslaw Stekiel · 3 years, 9 months ago
  97. 680747b Fix the build of sample programs without mbedtls_strerror by Gilles Peskine · 4 years ago
  98. 9879844 Fix printf format signedness error by Gilles Peskine · 4 years ago
  99. 9a2114c load_roots: properly error out on an invalid option by Gilles Peskine · 4 years ago
  100. 01997e1 load_roots: fix no-argument detection by Gilles Peskine · 4 years ago