1. 06986de Merge pull request #6066 from AndrzejKurek/fix-some-resource-leaks-2-28 by Paul Elliott · 3 years, 1 month ago
  2. cd5e671 Add a changelog entry for pkparse bugs by Andrzej Kurek · 3 years, 1 month ago
  3. b39b499 Add pem_free() to other error paths in pk_parse_public_key() by Paul Elliott · 3 years, 3 months ago
  4. 763ee3c Fix resource leaks by Leonid Rozenboim · 3 years, 4 months ago
  5. e3954e3 Merge pull request #5997 from gilles-peskine-arm/storage-format-doc-202206-2.28 by Manuel Pégourié-Gonnard · 3 years, 1 month ago
  6. 2e4b5b2 Merge pull request #5996 from gilles-peskine-arm/storage-format-doc-2.25-2.28 by Manuel Pégourié-Gonnard · 3 years, 1 month ago
  7. 0ae1c1c Merge pull request #5991 from gilles-peskine-arm/asn1write-0-fix-2.28 by Ronald Cron · 3 years, 1 month ago
  8. be059e4 For status values, the macro expansions must not change either by Gilles Peskine · 3 years, 1 month ago
  9. fe84f38 More wording improvements by Gilles Peskine · 3 years, 1 month ago
  10. a6e71bf Spelling by Gilles Peskine · 3 years, 1 month ago
  11. 3d96ea1 Add warnings to test code and data about storage format stability by Gilles Peskine · 3 years, 2 months ago
  12. f4be01f Document how to interpret negative reports by Gilles Peskine · 3 years, 2 months ago
  13. 4b9f7a2 Remove redundant sentence by Gilles Peskine · 3 years, 2 months ago
  14. 6140d2e Backward compatibility: the key store by Gilles Peskine · 3 years, 2 months ago
  15. 6bfc19a Backward compatibility: add a note about the configuration by Gilles Peskine · 3 years, 2 months ago
  16. 43bd07d Add compatibility notes regarding values embedded in the key store by Gilles Peskine · 3 years, 2 months ago
  17. 7ccc5e6 Document how PSA identifiers are generally constructed by Gilles Peskine · 3 years, 2 months ago
  18. fcc3a68 Historical update: the layout on stdio changed in Mbed Crypto 1.1.0 by Gilles Peskine · 3 years, 1 month ago
  19. 4985728 Typos by Gilles Peskine · 3 years, 1 month ago
  20. c64eab3 Repeat the seed file documentation in 2.25.0 by Gilles Peskine · 3 years, 1 month ago
  21. 5d20c73 Fix wrong type in C snippet by Gilles Peskine · 3 years, 1 month ago
  22. 141a770 Add section for Mbed TLS 2.25.0+ by Gilles Peskine · 3 years, 1 month ago
  23. eee5c8a Merge pull request #5982 from gilles-peskine-arm/selftest-calloc-pointer-comparison-fix-2.28 by Dave Rodgman · 3 years, 1 month ago
  24. d97de55 Don't call memcpy(NULL, 0) which has undefined behavior by Gilles Peskine · 3 years, 1 month ago
  25. 96b8d31 ASN.1: test that we can parse what we can write by Gilles Peskine · 3 years, 2 months ago
  26. 5387587 Fix copypasta in test data by Gilles Peskine · 3 years, 2 months ago
  27. 5378592 ASN.1 write tests: test with larger buffer by Gilles Peskine · 3 years, 2 months ago
  28. bb34fee Fix bug whereby 0 was written as 0200 rather than 020100 by Gilles Peskine · 3 years, 2 months ago
  29. 62f217b Add MPI write tests when the MPI object has a leading zero limb by Gilles Peskine · 3 years, 2 months ago
  30. 4269185 Fix mismatch between test data and test description by Gilles Peskine · 3 years, 2 months ago
  31. 7f56783 Uncomment mbedtls_asn1_write_mpi tests with leading 1 bit by Gilles Peskine · 3 years, 2 months ago
  32. 06c5e92 Merge pull request #5863 from wernerlewis/csr_subject_comma_2.28 by Gilles Peskine · 3 years, 1 month ago
  33. d0aafa6 Merge pull request #5984 from gilles-peskine-arm/changelog-improvements-20220609-2.28 by Gilles Peskine · 3 years, 1 month ago
  34. 83f54aa Changelog: minor copyediting by Gilles Peskine · 3 years, 2 months ago
  35. cd16089 Changelog: clarify a cmake-related entry as being about cmake by Gilles Peskine · 3 years, 2 months ago
  36. 8960d05 Changelog: mention bug id in bugfix entry by Gilles Peskine · 3 years, 2 months ago
  37. 0690003 Changelog: remove bugfix entry that's actually a robustness improvement by Gilles Peskine · 3 years, 2 months ago
  38. 4118092 Merge pull request #5825 from polhenarejos/mbedtls-2.28 by Dave Rodgman · 3 years, 1 month ago
  39. 52396ef Remove largely useless bit of test log to silence GCC 12 by Gilles Peskine · 3 years, 1 month ago
  40. 1421efa Fix case where final special char exceeds buffer by Werner Lewis · 3 years, 1 month ago
  41. 2ee1e2d Replace parsing with outputting by Werner Lewis · 3 years, 1 month ago
  42. 9a2356b Add tests for exceeded buffer size by Werner Lewis · 3 years, 2 months ago
  43. 46b5cb5 Add test-case for checking curve order by Dave Rodgman · 3 years, 2 months ago
  44. 02c9d3b Fix parsing of special chars in X509 DN values by Werner Lewis · 3 years, 3 months ago
  45. 7e163d7 Merge pull request #5893 from AndrzejKurek/ssl-opt-client-kill-fix-2.28 by Paul Elliott · 3 years, 2 months ago
  46. ce02537 Merge pull request #5828 from wernerlewis/time_utc_2.28 by Dave Rodgman · 3 years, 2 months ago
  47. d27cdcc Fix a bug with executing ssl-client2 in ssl-opt.sh in a subshell by Andrzej Kurek · 3 years, 2 months ago
  48. 1b54a05 Use ASN1 UTC tags for dates before 2000 by Werner Lewis · 3 years, 3 months ago
  49. 7bda291 Merge pull request #5859 from paul-elliott-arm/fix_ct_uninit_memory_access_2.28 by Gilles Peskine · 3 years, 2 months ago
  50. adf225d Merge pull request #5848 from tom-daubney-arm/2-28_x25519_program by Gilles Peskine · 3 years, 2 months ago
  51. c227ea5 Adds Changelog entry by Thomas Daubney · 3 years, 2 months ago
  52. d99f8b2 Rewrite x25519 example program by Thomas Daubney · 3 years, 3 months ago
  53. 5bc9a26 Merge pull request #5877 from tom-cosgrove-arm/fix-typos-220526-2.28 by Dave Rodgman · 3 years, 2 months ago
  54. b16280c Merge pull request #5885 from Summer-ARM/mbedtls-2.28 by Janos Follath · 3 years, 2 months ago
  55. fd8aa65 Remove duplicated PSA_WANT_ALG_CMAC in crypto_config.h by Summer Qin · 3 years, 2 months ago
  56. 2b15075 Fix spelling and typographical errors found by cspell by Tom Cosgrove · 3 years, 2 months ago
  57. b830028 Fix uninitialised memory access in constant time functions by Paul Elliott · 3 years, 3 months ago
  58. bdd6905 Merge pull request #5850 from bootstrap-prime/mbedtls-2.28 by Dave Rodgman · 3 years, 3 months ago
  59. d03d6d4 Merge pull request #5849 from gilles-peskine-arm/psa-raw_key_agreement-buffer_too_small-2.28 by Paul Elliott · 3 years, 3 months ago
  60. 7ef96ea Fix typos in documentation and constants with typo finding tool by bootstrap-prime · 3 years, 3 months ago
  61. 3afb7c3 Update PSA compliance test branch by Gilles Peskine · 3 years, 3 months ago
  62. 42313fb psa_raw_key_agreement: return BUFFER_TOO_SMALL when warranted by Gilles Peskine · 3 years, 4 months ago
  63. 47cfdfd Use TEST_LE_U in some places where it applies by Gilles Peskine · 3 years, 4 months ago
  64. 063700d New test helper macros TEST_LE_U, TEST_LE_S by Gilles Peskine · 3 years, 4 months ago
  65. d0d777e Separate the validation of the size macros and of the function by Gilles Peskine · 3 years, 4 months ago
  66. d48874f Improve PSA_RAW_KEY_AGREEMENT_OUTPUT_SIZE validation by Gilles Peskine · 3 years, 4 months ago
  67. 7d15029 Test psa_raw_key_agreement with a larger/smaller buffer by Gilles Peskine · 3 years, 4 months ago
  68. 529bf9d Merge pull request #5619 from mprse/backport_sig_ver_tests by Manuel Pégourié-Gonnard · 3 years, 3 months ago
  69. a002660 Merge pull request #5733 from daverodgman/warmsocks_spellingfixes_2.28 by Dave Rodgman · 3 years, 3 months ago
  70. c46a2f6 Remove spaces. by Pol Henarejos · 3 years, 3 months ago
  71. 679d1a0 Added fix for x448 bug to changelog. by Pol Henarejos · 3 years, 3 months ago
  72. a93442e Fix for order value for curve448. by Pol Henarejos · 3 years, 3 months ago
  73. bd7e048 Merge pull request #5816 from paul-elliott-arm/travis_project_2.28 by Paul Elliott · 3 years, 3 months ago
  74. 211c69d Revert Coverity project name change by Paul Elliott · 3 years, 3 months ago
  75. 9c4f159 Merge pull request #5805 from paul-elliott-arm/travis_coverity_fix_2.28 by Paul Elliott · 3 years, 3 months ago
  76. 9a0c8ed Merge pull request #5802 from wernerlewis/asn1_memcpy_null_2.28 by Paul Elliott · 3 years, 3 months ago
  77. 6342deb Add ChangeLog entry by Werner Lewis · 3 years, 3 months ago
  78. 08f803f Change coverity secret token in travis by Paul Elliott · 3 years, 3 months ago
  79. 12ddae8 Fix memcpy() UB in mbedtls_asn1_named_data() by Werner Lewis · 3 years, 3 months ago
  80. beb5ad7 Minor spelling / grammar improvements by Dave Rodgman · 3 years, 4 months ago
  81. 293e452 Fix additional misspellings found by codespell by Andrzej Kurek · 3 years, 4 months ago
  82. 6caaa1c Revert spelling fixes to ChangeLog by Dave Rodgman · 3 years, 4 months ago
  83. 0e7791f Redo of PR#5345. Fixed spelling and typographical errors found by CodeSpell. by Shaun Case · 3 years, 8 months ago
  84. 585a412 Merge pull request #5760 from tom-daubney-arm/2-28_correct_x509_flag_parse_tests by Gilles Peskine · 3 years, 3 months ago
  85. 9aa892b Merge pull request #5754 from gilles-peskine-arm/psa-storage-format-test-exercise-2.28 by Gilles Peskine · 3 years, 3 months ago
  86. f87d843 Merge pull request #5740 from gilles-peskine-arm/psa-crypto-config-file-2.28 by Gilles Peskine · 3 years, 3 months ago
  87. 4d6070c Merge pull request #5778 from mpg/doc-allowed-pks-2.28 by Gilles Peskine · 3 years, 3 months ago
  88. 238f976 Note that MBEDTLS_CONFIG_FILE can't be defined inside the config file by Gilles Peskine · 3 years, 3 months ago
  89. 8290976 Fix references to mbedtls_config.h by Gilles Peskine · 3 years, 3 months ago
  90. 2b28e4e Clarify wording of documentation by Manuel Pégourié-Gonnard · 3 years, 3 months ago
  91. c61543d Adapt ChangeLog by Hanno Becker · 7 years ago
  92. f501cb5 Clarify documentation of mbedtls_x509_crt_profile by Hanno Becker · 7 years ago
  93. 500e48f Consistently use "ARC4" in PSA docs and comments by Gilles Peskine · 3 years, 4 months ago
  94. 988391d Merge pull request #5769 from mpg/ecdsa-range-test-2.28 by Gilles Peskine · 3 years, 4 months ago
  95. 8e9e1f6 Merge pull request #5744 from mpg/benchmark-ecc-heap-2.28 by Gilles Peskine · 3 years, 4 months ago
  96. 5aeb61c Improve readability and relevance of values by Manuel Pégourié-Gonnard · 3 years, 4 months ago
  97. bcaba03 Expand negative coverage of ECDSA verification by Manuel Pégourié-Gonnard · 3 years, 4 months ago
  98. 35de7b0 Merge pull request #5741 from gilles-peskine-arm/depends-curves-positive-only-2.28 by Gilles Peskine · 3 years, 4 months ago
  99. f7a101a Merge pull request #5730 from gilles-peskine-arm/ssl-opt-auto-psk-2.28 by Gilles Peskine · 3 years, 4 months ago
  100. b973ae4 Use MAX_SIZE macros instead of hard-coding IV/nonce max size by Gilles Peskine · 3 years, 4 months ago