1. e0427c7 Merge pull request #4434 from chris-jones-arm/development by Gilles Peskine · 4 years, 3 months ago
  2. 931d91e Merge pull request #4243 from bensze01/psa_vararg by Ronald Cron · 4 years, 3 months ago
  3. 16141ed Add test driver sources to VC build by Steven Cooreman · 4 years, 4 months ago
  4. ec174e2 Update all uses of old AEAD output size macros by Bence Szépkúti · 4 years, 4 months ago
  5. 9013489 Merge pull request #4253 from mstarzyk-mobica/long_url_in_changelog_entry by Gilles Peskine · 4 years, 4 months ago
  6. ef01852 Add missing guard to mbedtls_test_hook_error_add by Chris Jones · 4 years, 4 months ago
  7. b7d02e0 Fix misc issues with unused parameters and check-names.sh by Chris Jones · 4 years, 4 months ago
  8. 7439209 Rewrite error addition interface by Chris Jones · 4 years, 4 months ago
  9. b179b84 Change set_err_add_hook void pointer to actual function pointer signature by Chris Jones · 4 years, 6 months ago
  10. ef180af Move `MBEDTLS_ERR_ADD` macro and functions to `error.*` by Chris Jones · 4 years, 6 months ago
  11. 9b31ad6 Fix error message for long lines with URLs. by Mateusz Starzyk · 4 years, 4 months ago
  12. 3cfed58 Move URL regexes to class scope. by Mateusz Starzyk · 4 years, 4 months ago
  13. 77e47c0 Add key material for twisted Edwards curves by Gilles Peskine · 4 years, 5 months ago
  14. a00abc6 Consistently describe Ed25519 as a 255-bit curve by Gilles Peskine · 4 years, 5 months ago
  15. 6754680 New elliptic curve family: twisted Edwards by Gilles Peskine · 4 years, 5 months ago
  16. 5172605 Move URL matching regex to method definition. by Mateusz Starzyk · 4 years, 4 months ago
  17. c8f4489 Use raw string + binary matching for URL regex. by Mateusz Starzyk · 4 years, 4 months ago
  18. 9ee8166 Compile URL matching regex before using it in the loop. by Mateusz Starzyk · 4 years, 4 months ago
  19. 6e47055 Allow changelog entries to have URLs exceeding 80 char limit. by Mateusz Starzyk · 4 years, 4 months ago
  20. 01196d0 Merge pull request #4214 from gilles-peskine-arm/psa-storage-format-test-types by Gilles Peskine · 4 years, 4 months ago
  21. 5cb08a8 Merge pull request #4202 from paul-elliott-arm/changelog_linelength_enforcement by Ronald Cron · 4 years, 4 months ago
  22. d75773e Pythonify and fix reported line number by Paul Elliott · 4 years, 4 months ago
  23. f8223ab Cover all key types by Gilles Peskine · 4 years, 5 months ago
  24. 2352396 Obtain the values of expressions by running C code by Gilles Peskine · 4 years, 5 months ago
  25. e009448 New python module to encode a PSA key for storage by Gilles Peskine · 4 years, 5 months ago
  26. 33c601c Hook up PSAMacroCollector to PSAMacroEnumerator by Gilles Peskine · 4 years, 5 months ago
  27. 22fcf1b Move PSAMacroEnumerator to macro_collector by Gilles Peskine · 4 years, 5 months ago
  28. 10ab267 Add some type annotations by Gilles Peskine · 4 years, 5 months ago
  29. b05a59a Improve error message by Paul Elliott · 4 years, 5 months ago
  30. f08648d Make assemble changelog script enforce line length by Paul Elliott · 4 years, 5 months ago
  31. 947bb0b Code readability improvements by Steven Cooreman · 4 years, 5 months ago
  32. d927ed7 Rename _MINIMUM_LENGTH flags to _AT_LEAST_THIS_LENGTH by Steven Cooreman · 4 years, 5 months ago
  33. 4400c3a Add _AT_LEAST_THIS_LENGTH_ macros to PSA constants test by Steven Cooreman · 4 years, 5 months ago
  34. d75adfc KeyType: do a sanity check on the key type expression by Gilles Peskine · 4 years, 5 months ago
  35. 4fbffcd Do not require typing_extensions at runtime by Gilles Peskine · 4 years, 5 months ago
  36. fa3c69a Improve documentation of crypto_knowledge.KeyType by Gilles Peskine · 4 years, 5 months ago
  37. 505cc64 Use the base name of the generating script, not the full path by Gilles Peskine · 4 years, 6 months ago
  38. 0ac258e Don't consider secp192r1 by Gilles Peskine · 4 years, 6 months ago
  39. 0cbaf05 Add some randomly generated keys by Gilles Peskine · 4 years, 6 months ago
  40. 6f6483f New module for key material for asymmetric key types by Gilles Peskine · 4 years, 6 months ago
  41. 8ffb585 New function to write a whole .data file by Gilles Peskine · 4 years, 6 months ago
  42. db2f575 New Python module for generating Mbed TLS test cases by Gilles Peskine · 4 years, 6 months ago
  43. 397b028 Create sample key material for symmetric keys by Gilles Peskine · 4 years, 6 months ago
  44. df63968 Enumerate sizes to test for each key type by Gilles Peskine · 4 years, 6 months ago
  45. 0156a15 Framework for knowledge about key types by Gilles Peskine · 4 years, 6 months ago
  46. 0655b4f Check if the last word is 'MASK', not if it ends with 'MASK' by Gilles Peskine · 4 years, 6 months ago
  47. 13d60eb MacroCollector: default to not including intermediate macros by Gilles Peskine · 4 years, 6 months ago
  48. f8deb75 Factor out is_internal_name as a separate method by Gilles Peskine · 4 years, 6 months ago
  49. e7c4455 Move PSAMacroCollector to a module of its own by Gilles Peskine · 4 years, 6 months ago
  50. 7bb85c2 Separate the parsing and generation parts of MacroCollector by Gilles Peskine · 4 years, 6 months ago
  51. a63b20d Rename AEAD tag length macros by Bence Szépkúti · 4 years, 8 months ago
  52. 53943ca Merge pull request #3992 from stevew817/feature/ecp_no_fallback by Gilles Peskine · 4 years, 6 months ago
  53. 88a8035 Merge pull request #3953 from gilles-peskine-arm/python-mypy-mkdir by Ronald Cron · 4 years, 6 months ago
  54. 77e09b6 Don't turn on NO_FALLBACK for full build since it removes functionality by Steven Cooreman · 4 years, 6 months ago
  55. 2991b5f Minor documentation fixes by Gilles Peskine · 4 years, 6 months ago
  56. 2427d15 Merge pull request #3986 from gilles-peskine-arm/ssl_test_lib-create by paul-elliott-arm · 4 years, 7 months ago
  57. c772b18 Move the declaration of query_config() to a dedicated header file by Gilles Peskine · 4 years, 7 months ago
  58. a51e1db Merge pull request #3895 from gilles-peskine-arm/psa-external-random by Gilles Peskine · 4 years, 7 months ago
  59. a3ed34f ssl_test_lib.[hc]: new source file for common SSL test code by Gilles Peskine · 4 years, 7 months ago
  60. 2adebc8 Move get_c_expression_values into a separate module by Gilles Peskine · 4 years, 8 months ago
  61. a294551 Update PSA Crypto macro values to version 1.0.0 by Bence Szépkúti · 4 years, 8 months ago
  62. f08b3f8 Autonomous random driver: create configuration option by Gilles Peskine · 4 years, 9 months ago
  63. 662deb3 Merge pull request #3547 from ronald-cron-arm/psa-openless by Gilles Peskine · 4 years, 8 months ago
  64. 67aed9a Simplify conditional guards in error.c by Gilles Peskine · 4 years, 9 months ago
  65. c3623db State PSA_CRYPTO_KEY_ID_ENCODES_OWNER and USE_PSA_CRYPTO incompatibility by Ronald Cron · 4 years, 9 months ago
  66. b64e0fe Fix conditions for including string.h in error.c by Gilles Peskine · 4 years, 9 months ago
  67. 2d0b723 Merge pull request #3712 from jdurkop/psa-crypto-config-ecdsa-3670 by Gilles Peskine · 4 years, 9 months ago
  68. dd544e1 Fixed comments and test message output for new PSA tests by John Durkop · 4 years, 10 months ago
  69. 714e3a1 Minor cleanup to fix errors with some unit tests by John Durkop · 4 years, 10 months ago
  70. e18d09d fix(programs/psa): commit python3 generated file by Cameron Nemo · 4 years, 10 months ago
  71. dc57c25 Merge pull request #3527 from ronald-cron-arm/key-extended-id by Gilles Peskine · 4 years, 11 months ago
  72. cb54610 Set MBEDTLS_PSA_CRYPTO_KEY_ID_ENCODES_OWNER in baremetal configuration by Ronald Cron · 4 years, 11 months ago
  73. 0d7c64d Changed test driver include folder to reflect it's a test driver by Steven Cooreman · 5 years ago
  74. a70d588 Add initial test driver conforming to the new spec by Steven Cooreman · 5 years ago
  75. 2647b68 Set MBEDTLS_PSA_CRYPTO_KEY_ID_ENCODES_OWNER in full configuration by Ronald Cron · 5 years ago
  76. 71016a9 psa: Rename psa_key_file_id_t to mbedtls_svc_key_id_t by Ronald Cron · 5 years ago
  77. d4ac4e0 Merge pull request #736 from mpg/cf-varpos-copy-dev-restricted by Janos Follath · 5 years ago
  78. abccfc1 Merge development into development-restricted by Dan Handley · 5 years ago
  79. 73afa37 Add option to test constant-flow with valgrind by Manuel Pégourié-Gonnard · 5 years ago
  80. 1e14827 Update copyright notices to use Linux Foundation guidance by Bence Szépkúti · 5 years ago
  81. eaa0739 Merge pull request #716 from mpg/ct-varlen-hmac by Manuel Pégourié-Gonnard · 5 years ago
  82. 6240def Add MBEDTLS_TEST_CONSTANT_FLOW_MEMSAN by Manuel Pégourié-Gonnard · 5 years ago
  83. fafe855 Merge pull request #3392 from paul-elliott-arm/psa_ecc_dh_macros by Manuel Pégourié-Gonnard · 5 years ago
  84. 527b878 Merge pull request #3454 from gilles-peskine-arm/include-common-h-development by Manuel Pégourié-Gonnard · 5 years ago
  85. 75e2703 Rename DH Family Macros According to PSA Spec by Paul Elliott · 5 years ago
  86. 8ff510a Rename ECC Family Macros According to PSA Spec by Paul Elliott · 5 years ago
  87. db09ef6 Include common.h instead of config.h in library source files by Gilles Peskine · 5 years ago
  88. 66c3dc4 Include the library directory for the sake of 3rdparty by Gilles Peskine · 5 years ago
  89. be9a575 Merge tag 'mbedtls-2.23.0' into merge-2.23.0-release-to-development by Janos Follath · 5 years ago
  90. 8dc0af2 programs: Link to tests common code by Ronald Cron · 5 years ago
  91. 4d18849 Merge branch 'development-restricted' into mbedtls-2.23.0r0 by Janos Follath · 5 years ago
  92. c7da1fe Add Apache-2.0 headers to all scripts by Bence Szépkúti · 5 years ago
  93. 700ee44 Add missing copyright dates to scripts and sources by Bence Szépkúti · 5 years ago
  94. 5afc4c7 Merge pull request #3333 from irwir/fix_vcxproj2 by danh-arm · 5 years ago
  95. 1a3f9ed Add config.h option MBEDTLS_ECP_NO_INTERNAL_RNG by Manuel Pégourié-Gonnard · 5 years ago
  96. 73b3942 Merge pull request #3367 from hug-dev/psa-constants-in-build-dir by Gilles Peskine · 5 years ago
  97. 600cf9d Add usage info of generate_psa_constants script by Hugues de Valon · 5 years ago
  98. 235c72d Generate PSA constant names in CMake build dir by Hugues de Valon · 5 years ago
  99. 6147e86 Merge pull request #3350 from gilles-peskine-arm/error-include-asn1-development by Gilles Peskine · 5 years ago
  100. 87e658d Add output of `python3` version by Ronald Cron · 5 years ago