1. 30cd6b0 Add rules to generate server7*.crt by Pengyu Lv · 2 years, 3 months ago
  2. 324a43b Add rules to generate server6.crt by Jerry Yu · 2 years, 3 months ago
  3. fa4ef28 Add rules to generate server5-sha*.crt by Jerry Yu · 2 years, 3 months ago
  4. c2d694e Add server5-der*crt generate command by Jerry Yu · 2 years, 3 months ago
  5. 111f435 Add rules to generate server5[-badsign].crt by Jerry Yu · 2 years, 4 months ago
  6. be8faab Update server3.crt and server4.crt by Pengyu Lv · 2 years, 3 months ago
  7. 746e2d1 Add rules to generate server4.crt by Pengyu Lv · 2 years, 3 months ago
  8. a3d7bb8 Add rules to generate server3.crt by Pengyu Lv · 2 years, 3 months ago
  9. f287e2a Mark all_intermediate as intermediate files by Pengyu Lv · 2 years, 2 months ago
  10. 8eaf2d2 Merge pull request #7707 from davidhorstmann-arm/2.28-gitignore-compile-commands-json by Gilles Peskine · 2 years, 2 months ago
  11. 5b7a4b4 Merge pull request #7684 from daverodgman/armclang-fix-2.28 by Gilles Peskine · 2 years, 2 months ago
  12. 67e54b1 Add clangd compilation databases to gitignore by David Horstmann · 2 years, 2 months ago
  13. c2e225b Add armclang build test by Dave Rodgman · 2 years, 2 months ago
  14. 43ea9ab Add build tests for Thumb and Thumb2 with clang by Dave Rodgman · 2 years, 2 months ago
  15. 763c8b9 Fix armclang compile fail by Dave Rodgman · 2 years, 2 months ago
  16. c2f5b08 Merge pull request #7674 from yuhaoth/backport/change-path-of-parse-tests-input-data by Gilles Peskine · 2 years, 2 months ago
  17. 6df8f0e change path of mbedtls_x509_crl_parse input data by Jerry Yu · 2 years, 2 months ago
  18. 3020abb change path of mbedtls_x509_csr_info input data by Jerry Yu · 2 years, 2 months ago
  19. 47dd840 change path of x509_parse_san input data by Jerry Yu · 2 years, 2 months ago
  20. 19c0478 change path of x509parse_crt_file input data by Jerry Yu · 2 years, 2 months ago
  21. e42257c change path of x509_cert_info input data by Jerry Yu · 2 years, 2 months ago
  22. 5d04321 change path of mbedtls_x509_crl_info input data by Jerry Yu · 2 years, 2 months ago
  23. 45350b6 Merge pull request #7636 from ucko/2023b-platform-2.28 by Dave Rodgman · 2 years, 3 months ago
  24. 9ee945f Merge pull request #7642 from valeriosetti/backport-fix-test-suite-debug by Manuel Pégourié-Gonnard · 2 years, 3 months ago
  25. c6240f7 test_suite_debug: add USE_PSA_INIT/DONE guards in tests by Valerio Setti · 2 years, 3 months ago
  26. c1f78a2 Merge pull request #7635 from AndrzejKurek/fix-bad-keyfile-prereqs-2-28 by Manuel Pégourié-Gonnard · 2 years, 3 months ago
  27. a4a73b8 Merge pull request #7632 from davidhorstmann-arm/2.28-demo-out-of-tree by Gilles Peskine · 2 years, 3 months ago
  28. 82e06cb mbedtls/platform.h: Avoid potential macro redefinition warnings. by Aaron M. Ucko · 2 years, 7 months ago
  29. 8985146 Fix wrong makefile target by Andrzej Kurek · 2 years, 3 months ago
  30. 39aee12 Fix demo scripts for out-of-tree builds by David Horstmann · 3 years, 8 months ago
  31. 247e6f0 Merge pull request #7608 from daverodgman/pr6511-2.28 by Dave Rodgman · 2 years, 3 months ago
  32. 2710fe2 Merge pull request #7571 from bharsaklemukesh975/update-pkparse-tests-to-use-AES-2.28 by Gilles Peskine · 2 years, 3 months ago
  33. 4aff7db Merge pull request #7597 from daverodgman/pr4990-2.28 by Gilles Peskine · 2 years, 3 months ago
  34. bd77182 Make use of MBEDTLS_STATIC_ASSERT by Dave Rodgman · 2 years, 3 months ago
  35. 0019178 Document minimum size for DEBUG_BUF_SIZE by Dave Rodgman · 2 years, 6 months ago
  36. 0d87d90 simplify code by valord577 · 2 years, 6 months ago
  37. de6ea98 code style by valord577 · 2 years, 6 months ago
  38. 06b0bb5 make code readable and change var name by valord577 · 2 years, 6 months ago
  39. e362392 send debug msg if contains '\n' by valord577 · 2 years, 6 months ago
  40. 40fe1cd Update library/debug.c by Dave Rodgman · 2 years, 9 months ago
  41. afbaac2 Fix: no newline when debug msg over DEBUG_BUF_SIZE by valord577 · 2 years, 9 months ago
  42. 6f665a5 Minor adjustments after review. by Fredrik Hesse · 3 years, 10 months ago
  43. 02501f6 Replace references to Mbed Crypto with Mbed TLS through-out documentation and comments. by Fredrik Hesse · 3 years, 10 months ago
  44. 5b673a8 Replace references to Mbed Crypto with Mbed TLS through-out documentation and comments. by Fredrik Hesse · 3 years, 10 months ago
  45. 9febc98 Merge pull request #7587 from gilles-peskine-arm/gitignore-objects-at-root-2.28 by Paul Elliott · 2 years, 3 months ago
  46. e32e447 Ignore *.o everywhere by Gilles Peskine · 2 years, 3 months ago
  47. 2599a71 updating test-ca.key to use AES instead of DES by Mukesh Bharsakle · 2 years, 3 months ago
  48. a8b3d0c Merge pull request #7553 from davidhorstmann-arm/2.28-remove-doxygen-mainpage-content by Gilles Peskine · 2 years, 3 months ago
  49. 73474ed Minor cosmetic changes by David Horstmann · 2 years, 3 months ago
  50. 1ef4dc9 Update broken link to doxygen homepage by David Horstmann · 2 years, 3 months ago
  51. 07b1cf9 Remove most of the doxygen mainpage by David Horstmann · 2 years, 3 months ago
  52. 2e4541f Merge pull request #7545 from tom-cosgrove-arm/use-mbedtls_ct_uint_if-rather-than-mbedtls_ct_cond_select_sign-2.28 by Dave Rodgman · 2 years, 3 months ago
  53. 5ead738 Merge pull request #7503 from gilles-peskine-arm/test-argument-types-union-2.28 by Gilles Peskine · 2 years, 3 months ago
  54. d7570a2 Merge pull request #7536 from valeriosetti/issue7480-backport by Paul Elliott · 2 years, 3 months ago
  55. 735d2c9 Backport 2.28: Use mbedtls_ct_uint_if() rather than mbedtls_ct_cond_select_sign() by Tom Cosgrove · 2 years, 3 months ago
  56. 0eace41 pk: fixing backport issues by Valerio Setti · 2 years, 3 months ago
  57. 974b816 test: check for exact length of returned pub key by Valerio Setti · 2 years, 3 months ago
  58. 3f8bf06 test: optimize code for pk_write_public_from_private() by Valerio Setti · 2 years, 3 months ago
  59. 39a6694 test: use better naming for the newly introduced test function by Valerio Setti · 2 years, 3 months ago
  60. 5e7494e pk: fix position for mbedtls_platform_zeroize by Valerio Setti · 2 years, 3 months ago
  61. b4468c4 test: fix makefile for ec_pub.[der/pem] generation by Valerio Setti · 2 years, 3 months ago
  62. 50dacdf test: fix wrong private key file by Valerio Setti · 2 years, 3 months ago
  63. 7406e96 test: add test function for public key derivation starting from private one by Valerio Setti · 2 years, 3 months ago
  64. aae96c9 pk: fix: clear buffer holding raw EC private key on exit by Valerio Setti · 2 years, 3 months ago
  65. c69614b Merge pull request #7505 from valeriosetti/issue7460-part1-backport by Manuel Pégourié-Gonnard · 2 years, 3 months ago
  66. dca0501 Adjust code style for pointer types and casts by Gilles Peskine · 2 years, 3 months ago
  67. 47903b1 typo by Gilles Peskine · 2 years, 3 months ago
  68. 97f5cff Add test cases with a question mark by Gilles Peskine · 2 years, 3 months ago
  69. 5be4083 Fix wrong comment by Gilles Peskine · 2 years, 5 months ago
  70. f089972 Explain the format argument expected by the test functions by Gilles Peskine · 2 years, 5 months ago
  71. c2fda4b Fix typos in test descriptions by Gilles Peskine · 2 years, 5 months ago
  72. c627917 Test the line number returned by parse_test_data by Gilles Peskine · 2 years, 5 months ago
  73. f599ddf Remove string hack for mbedtls_mpi_mod_int testing by Gilles Peskine · 2 years, 8 months ago
  74. ba72662 Allow more signed integer types in test function arguments by Gilles Peskine · 2 years, 8 months ago
  75. 6494d92 Support larger integer test arguments: C part by Gilles Peskine · 2 years, 8 months ago
  76. 615be63 parse_function_arguments: stricter type parsing by Gilles Peskine · 2 years, 8 months ago
  77. 46476e0 Support (void) as an argument list of a test function by Gilles Peskine · 2 years, 8 months ago
  78. f153c56 parse_function_arguments: extract per-argument function by Gilles Peskine · 2 years, 8 months ago
  79. 3a37f19 parse_function_arguments: make local_vars a list by Gilles Peskine · 2 years, 8 months ago
  80. 9ad7bd3 Support different types in the parameter store by Gilles Peskine · 2 years, 8 months ago
  81. a299043 Simplify parsing of integers in .datax files by Gilles Peskine · 2 years, 8 months ago
  82. 242b05b Exercise string parsing in the test framework by Gilles Peskine · 2 years, 8 months ago
  83. 1780875 Simplify string escapes by Gilles Peskine · 2 years, 8 months ago
  84. ab56a69 Factor get_function_info out of gen_from_test_data by Gilles Peskine · 2 years, 8 months ago
  85. f122aed Add line number to a few error messages by Gilles Peskine · 2 years, 8 months ago
  86. 13e836a printf testing: exercise integer parsing in the test framework by Gilles Peskine · 2 years, 8 months ago
  87. af2fc50 Remove stdint.h substitute for older MSVC by Gilles Peskine · 2 years, 8 months ago
  88. 404923e Remove declarations of the nonstandard function strcasecmp by Gilles Peskine · 2 years, 8 months ago
  89. a31c6eb Merge pull request #7488 from mprse/psa_init_in_programs_backport by Gilles Peskine · 2 years, 3 months ago
  90. 8388fdd test: use define for initializing ssl_message_queue struct by Valerio Setti · 2 years, 3 months ago
  91. 89ae9b6 test: fix USE_PSA_INIT position in test_suite_ssl by Valerio Setti · 2 years, 3 months ago
  92. 96074b1 Merge pull request #7510 from daverodgman/fix-psa-aead-chacha20-test-dependency-2.28 by Dave Rodgman · 2 years, 3 months ago
  93. 771552d Fix PSA AEAD ChaCha20 test dependency. by Stephan Koch · 2 years, 4 months ago
  94. d64e249 test: update guards also for pkwrite and pkparse by Valerio Setti · 2 years, 3 months ago
  95. 57456b3 test: fix max value in test_mx32 by Valerio Setti · 2 years, 3 months ago
  96. 5346ef5 test: minor fix for non-initialized variable by valerio · 2 years, 4 months ago
  97. 44570a5 test: fix USE_PSA_INIT/DONE for SSL test suite by Valerio Setti · 2 years, 4 months ago
  98. e7373a8 test: fix USE_PSA_INIT/DONE for x509 test suite by Valerio Setti · 2 years, 4 months ago
  99. 19c8196 test: fix USE_PSA_INIT/DONE for PK test suite by Valerio Setti · 2 years, 4 months ago
  100. f549d9c Stop supporting non-canonical case in mpi_write_string test data by Gilles Peskine · 2 years, 8 months ago