1. 9dfcae8 Merge pull request #3426 from paul-elliott-arm/resource_leak by Manuel Pégourié-Gonnard · 5 years ago
  2. b21b1f5 Merge pull request #3387 from ronald-cron-arm/tests-common-code by Manuel Pégourié-Gonnard · 5 years ago
  3. a92e3de Merge pull request #873 from hanno-arm/ssl_write_client_hello by Manuel Pégourié-Gonnard · 5 years ago
  4. ff1825e Add changelog entry by Ronald Cron · 5 years ago
  5. 6c5bd7f tests: Reformating due to rnd_* renaming by Ronald Cron · 5 years ago
  6. 351f0ee tests: Add mbedtls_test_ prefix to rnd_* symbols by Ronald Cron · 5 years ago
  7. 2dbba99 tests: Reformating due to hexcmp() renaming by Ronald Cron · 5 years ago
  8. de70b16 tests: Add mbedtls_test_ prefix to hexcmp() by Ronald Cron · 5 years ago
  9. f73ab00 tests: Reformating due to unhexify_alloc() renaming by Ronald Cron · 5 years ago
  10. a256c70 tests: Add mbedtls_test_ prefix to unhexify_alloc() by Ronald Cron · 5 years ago
  11. 690f3eb tests: Add mbedtls_test_ prefix to zero_alloc() by Ronald Cron · 5 years ago
  12. ff31eab tests: Reformating due to *hexify functions renaming by Ronald Cron · 5 years ago
  13. 72d628f tests: Add mbedtls_test_ prefix to *hexify functions by Ronald Cron · 5 years ago
  14. e9c09f1 tests: Add mbedtls_test_ prefix to platform_* functions by Ronald Cron · 5 years ago
  15. 2058d56 tests: Move random helper functions by Ronald Cron · 5 years ago
  16. b7eb67f tests: Add random.c and random.h files by Ronald Cron · 5 years ago
  17. f40529d tests: Move generic helper functions by Ronald Cron · 5 years ago
  18. b6d6d4c tests: Add helpers.c and helpers.h files by Ronald Cron · 5 years ago
  19. 6f1eda7 Fix for resource leak in test_suite_ssl by Paul Elliott · 5 years ago
  20. b7b35e1 Align with check-like function return value convention by Ronald Cron · 5 years ago
  21. 5ee5707 ssl_client: Align line breaking with MBEDTLS_SSL_DEBUG_* by Ronald Cron · 5 years ago
  22. 5b66d44 Merge pull request #3195 from paul-elliott-arm/development by Janos Follath · 5 years ago
  23. 849930a tests: Move generic macros to macros.h by Ronald Cron · 5 years ago
  24. 4b8b199 tests: Add macros.h include file by Ronald Cron · 5 years ago
  25. f91c495 tests: helpers: Update static qualifiers by Ronald Cron · 5 years ago
  26. 02c78b7 tests: Create an include folder by Ronald Cron · 5 years ago
  27. 87a51aa Merge pull request #3243 from ndilieto/development by Manuel Pégourié-Gonnard · 5 years ago
  28. 15fee93 Merge pull request #3363 from bensze01/zeroize by danh-arm · 5 years ago
  29. 4ffe084 Merge pull request #3125 from okhowang/development by danh-arm · 5 years ago
  30. 3c1b090 Use FindPython3 when cmake version >= 3.15.0 by okhowang(王沛文) · 5 years ago
  31. c857044 Add min/max version negotiation to unit tests by Paul Elliott · 5 years ago
  32. 5afc4c7 Merge pull request #3333 from irwir/fix_vcxproj2 by danh-arm · 5 years ago
  33. 672257b Add changelog entry by irwir · 5 years ago
  34. 3c4a46c Merge pull request #3398 from gilles-peskine-arm/montmul-cmp-branch-development by Janos Follath · 5 years ago
  35. 5620d71 Remove hardcoded line number from the zeroize test by Bence Szépkúti · 5 years ago
  36. 09ec10a Clean up some comments by Gilles Peskine · 5 years ago
  37. 0e5faf6 mbedtls_mpi_sub_abs: check the range of the result when it happens by Gilles Peskine · 5 years ago
  38. 221626f Simplify the final reduction in mpi_montmul by Gilles Peskine · 5 years ago
  39. c097e9e Move carry propagation out of mpi_sub_hlp by Gilles Peskine · 5 years ago
  40. 37ecc61 More logical parameter order for mpi_sub_hlp by Gilles Peskine · 5 years ago
  41. 21b3d12 Merge pull request #3374 from danh-arm/dh/branch-cov by Manuel Pégourié-Gonnard · 5 years ago
  42. a7f6d25 Merge pull request #3400 from mpg/fix-hmac-drbg-deps-dev by Manuel Pégourié-Gonnard · 5 years ago
  43. e860fef Merge pull request #3318 from Jonas4420/development by Manuel Pégourié-Gonnard · 5 years ago
  44. 026f555 Explicitly cast down from mbedtls_mpi_uint to unsigned char by Gilles Peskine · 5 years ago
  45. 5b942dc Add test for dependencies on HMAC_DRBG in all.sh by Manuel Pégourié-Gonnard · 5 years ago
  46. c03d499 Fix undeclared dep on deterministic ECDSA in test by Manuel Pégourié-Gonnard · 5 years ago
  47. d55bfe9 Add changelog entry: fix #3394 by Gilles Peskine · 5 years ago
  48. 132c097 Remove a secret-dependent branch in Montgomery multiplication by Gilles Peskine · 5 years ago
  49. f04d11e Separate out low-level mpi_safe_cond_assign by Gilles Peskine · 5 years ago
  50. 2a82f72 Document some internal bignum functions by Gilles Peskine · 5 years ago
  51. 4e91d47 Revert "Shut up a clang-analyzer warning" by Gilles Peskine · 5 years ago
  52. 742f1a4 Add a const annotation to the non-changing argument of mpi_sub_mul by Gilles Peskine · 5 years ago
  53. bba4c17 Merge pull request #3315 from hanno-arm/tls13-experimental-macro by Janos Follath · 5 years ago
  54. f486e28 Document precondition of nonce-generating function in ssl_msg.c by Hanno Becker · 5 years ago
  55. 1595281 Improve documentation of nonce-generating function in ssl_msg.c by Hanno Becker · 5 years ago
  56. 1cda266 Spell out check for non-zero'ness by Hanno Becker · 5 years ago
  57. 16bf0e2 Fix debug print of explicit IV by Hanno Becker · 5 years ago
  58. 7cca358 Fix indentation in debug statement in ssl_msg.c by Hanno Becker · 5 years ago
  59. 6abc20e Merge pull request #3378 from mpg/fix-ctr-drbg-deps by Manuel Pégourié-Gonnard · 5 years ago
  60. d6916d7 Merge pull request #3121 from gilles-peskine-arm/invasive_testing_strategy-crypto by Gilles Peskine · 5 years ago
  61. 73b3942 Merge pull request #3367 from hug-dev/psa-constants-in-build-dir by Gilles Peskine · 5 years ago
  62. bd004e8 Merge pull request #3320 from gilles-peskine-arm/check-files-changelog-development by Manuel Pégourié-Gonnard · 5 years ago
  63. afca47a Fix typo in check_config.h by Hanno Becker · 5 years ago
  64. 5a83d29 Mention HKDF in TLS 1.3 feature document by Hanno Becker · 5 years ago
  65. 0c3bebf Fix typo in header of TLS 1.3 experimental features document by Hanno Becker · 5 years ago
  66. 6055a17 Add dependencies for experimental TLS 1.3 features in check_config.h by Hanno Becker · 5 years ago
  67. ceef848 Rename TLS 1.3 padding granularity macro by Hanno Becker · 5 years ago
  68. 9338f9f Add documentation on state of upstreaming of TLS 1.3 prototype by Hanno Becker · 5 years ago
  69. 29e9895 Change TLS 1.3 default padding to no padding by Hanno Becker · 5 years ago
  70. 3427f1d Update query_config.c by Hanno Becker · 5 years ago
  71. c3f7b0b Fix #endif indicator comment by Hanno Becker · 5 years ago
  72. 67a37db Add missing configuration guards to SSL record protection helpers by Hanno Becker · 5 years ago
  73. 1399692 Introduce configuration option for TLS 1.3 padding granularity by Hanno Becker · 5 years ago
  74. 110a794 Add ChangeLog.d/new-mbedtls_x509_crt_parse_der_with_ext_cb_routine.txt by Nicola Di Lieto · 5 years ago
  75. e58b463 Unsupported extension tests in test_suite_x509parse by Nicola Di Lieto · 5 years ago
  76. 565b52b mbedtls_x509_crt_parse_der_with_ext_cb improvement by Nicola Di Lieto · 5 years ago
  77. 8216dd3 Use defines to check alpn ext list validity by Ronald Cron · 5 years ago
  78. e131bfe Return error in case of bad user configurations by Hanno Becker · 8 years ago
  79. b4c0b75 Add error condition for bad user configurations by Hanno Becker · 8 years ago
  80. 261602c Uniformize bounds checks using new macro by Hanno Becker · 8 years ago
  81. 817e368 Add test for building without CTR_DRBG by Manuel Pégourié-Gonnard · 5 years ago
  82. 600cf9d Add usage info of generate_psa_constants script by Hugues de Valon · 5 years ago
  83. a89040c Fix undeclared deps on CTR_DRBG in programs/fuzz by Manuel Pégourié-Gonnard · 5 years ago
  84. d12402f Fix undeclared deps on MBEDTLS_CTR_DRBG in tests by Manuel Pégourié-Gonnard · 5 years ago
  85. 0af1560 Merge pull request #3305 from gilles-peskine-arm/psa-asymmetric-adjectives by Janos Follath · 5 years ago
  86. 5659e7e Add opaque context to mbedtls_x509_crt_ext_cb_t by Nicola Di Lieto · 5 years ago
  87. 17bb60c Tests for mbedtls_x509_crt_parse_der_with_ext_cb by Nicola Di Lieto · 5 years ago
  88. 5f6ebde Fix wrong parameter name in comment by Nicola Di Lieto · 5 years ago
  89. 2c3a917 Minor style improvement by Nicola Di Lieto · 5 years ago
  90. a8b26c2 Enable branch coverage in basic_build_test.sh by Dan Handley · 5 years ago
  91. eca95db Finish the documentation of normalize_path by Gilles Peskine · 5 years ago
  92. 235c72d Generate PSA constant names in CMake build dir by Hugues de Valon · 5 years ago
  93. 4dbe567 mbedtls_x509_crt_parse_der_with_ext_cb enhancement by Nicola Di Lieto · 5 years ago
  94. fae25a1 mbedtls_x509_crt_ext_cb_t definition changed by Nicola Di Lieto · 5 years ago
  95. fde98f7 Rename mbedtls_x509_crt_parse_der_ext by Nicola Di Lieto · 5 years ago
  96. 6e24980 Minor style and documentation improvements by ndilieto · 5 years ago
  97. b54094b Fix copy-pasta in TLS 1.3 record protection unit test names by Hanno Becker · 5 years ago
  98. 6147e86 Merge pull request #3350 from gilles-peskine-arm/error-include-asn1-development by Gilles Peskine · 5 years ago
  99. b246214 Fix Changelag PR number and uniformize code when prng fails by Jonas · 5 years ago
  100. a0c65d8 Update version_features.c by Hanno Becker · 5 years ago