1. 61aed06 Code optimization by Przemek Stekiel · 2 years, 3 months ago
  2. 67d3f52 Use int instead uint in test function arguments by Przemek Stekiel · 2 years, 3 months ago
  3. ed9fb78 Fix parsing of KeyIdentifier (tag length error case) + test by Przemek Stekiel · 2 years, 3 months ago
  4. 8194285 Fix parsing of authorityCertSerialNumber (use valid tags) by Przemek Stekiel · 2 years, 3 months ago
  5. f5b8f78 authorityCertIssuer and authorityCertSerialNumber MUST both be present or absent by Przemek Stekiel · 2 years, 3 months ago
  6. 94cf710 Revert increase of MEMORY_HEAP_SIZE in ssl_client2 by Przemek Stekiel · 2 years, 3 months ago
  7. f419494 Use do-while(0) format in macros by Przemek Stekiel · 2 years, 3 months ago
  8. 9a7a725 Fix code style by Przemek Stekiel · 2 years, 4 months ago
  9. 725688b Fix code style by Przemek Stekiel · 2 years, 4 months ago
  10. 294ec12 Remove redundant memory relase for authorityCertIssuer by Przemek Stekiel · 2 years, 4 months ago
  11. 39dbe23 Release memory for subject alt name in test by Przemek Stekiel · 2 years, 4 months ago
  12. 79354c3 Use MBEDTLS_MD_CAN_SHA1 macro as test dependency by Przemek Stekiel · 2 years, 4 months ago
  13. 21903ec Fix after rebase by Przemek Stekiel · 2 years, 6 months ago
  14. 09720e2 Remove redundant test cases by Przemek Stekiel · 2 years, 6 months ago
  15. 0198421 Adapt test for authority_key_id (parsing subject alt name) by Przemek Stekiel · 2 years, 6 months ago
  16. 4f3e7b9 Fix parsing of authorityCertIssuer by Przemek Stekiel · 2 years, 6 months ago
  17. 75653b1 Add indication of extension error while parsing authority/subject key id by Przemek Stekiel · 2 years, 6 months ago
  18. 6ec839a x509_get_authority_key_id: add length check + test by Przemek Stekiel · 2 years, 6 months ago
  19. 8661fed Fix tests dependencies by Przemek Stekiel · 2 years, 6 months ago
  20. 3520fe6 Use MBEDTLS_ERROR_ADD() and tag macros by Przemek Stekiel · 2 years, 6 months ago
  21. 8a13866 Remove parsing of rfc822Name by Przemek Stekiel · 2 years, 6 months ago
  22. a2939e8 Remove duplicated function by Przemek Stekiel · 2 years, 7 months ago
  23. 240cbe4 Remove generation of authorityKeyId_subjectKeyId.crt from makefile by Przemek Stekiel · 2 years, 7 months ago
  24. 9a511c5 Rename back mbedtls_x509_parse_general_name->mbedtls_x509_parse_subject_alt_name by Przemek Stekiel · 2 years, 7 months ago
  25. db323aa Fix Subject Key Identifier, Authority Key Identifier entries in oid_x509_ext by Przemek Stekiel · 2 years, 7 months ago
  26. 62d8f84 Adapt mbedtls_x509_crt_free after rebase by Przemek Stekiel · 2 years, 7 months ago
  27. 9232e0a Adding some comments for easier understand by toth92g · 4 years, 3 months ago
  28. 9085cff Removing obsolete test after merging and correcting missing macro by toth92g · 4 years, 3 months ago
  29. 8d435a0 Renaming x509_get_subject_alt_name to x509_get_general_names and mbedtls_x509_parse_subject_alt_name to mbedtls_x509_parse_general_name so they can be used not only to collect subject alt name, but the V3 authority cert issuer that is also GeneralName type. by toth92g · 4 years, 3 months ago
  30. 5042b10 - Removing obsolete test files (DER strings are used instead of them to minimize resource usage) by toth92g · 4 years, 3 months ago
  31. 357b297 Correcting tests: by toth92g · 4 years, 3 months ago
  32. 2d2fb3a Correting findings: Using DER format instead of PEM while testing to minimize the resource usage. Comparation of byte arrays in test are now done via the dedicated ASSERT_COMPARE test macro for better understanding by toth92g · 4 years, 3 months ago
  33. d96027a Correcting documentation issues: by toth92g · 4 years, 3 months ago
  34. 0e2e2d6 x509parse tests used only last 16 bits of the return values. They are updated to check the whole 32 bit value by toth92g · 4 years, 5 months ago
  35. 3c2243c Replacing hard-coded literals with macros of the library in the new x509parse tests by toth92g · 4 years, 5 months ago
  36. 27f9e78 Adding openssl configuration file and command to Makefile to be able to reproduce the certificate for testing Authority and Subject Key Id fields by toth92g · 4 years, 6 months ago
  37. a41954d Extracting SubjectKeyId and AuthorityKeyId in case of x509 V3 extensions. Updating mbedtls_x509_crt_free function to also free the new dynamic elements (issuer field of AuthorityKeyId). by toth92g · 4 years, 6 months ago
  38. 56f59d7 Merge pull request #7394 from mprse/fix_pkcs7_test_alloc by Dave Rodgman · 2 years, 4 months ago
  39. 13c73de Merge pull request #6233 from tom-cosgrove-arm/issue-6226-core-mul by Janos Follath · 2 years, 4 months ago
  40. 219f978 Merge pull request #7059 from ronald-cron-arm/psa-crypto-misc by Ronald Cron · 2 years, 4 months ago
  41. 9735be5 Fix memory allocations in pkcs7_verify test by Przemek Stekiel · 2 years, 4 months ago
  42. d626051 Fix documentation by Gabor Mezei · 2 years, 4 months ago
  43. b0f0137 Multplication is simmetric so only generate unique combinations by Gabor Mezei · 2 years, 4 months ago
  44. 86d5d4b Merge pull request #7103 from valeriosetti/issue6622 by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  45. f8b55d6 Fix code style issues by Gabor Mezei · 2 years, 4 months ago
  46. 3a3a756 adding missing newline at the end of changelog file by Valerio Setti · 2 years, 4 months ago
  47. 0a7ff79 add Changelog by Valerio Setti · 2 years, 4 months ago
  48. c6ecdad test: disable all RSA algs and fix tests by Valerio Setti · 2 years, 4 months ago
  49. dd48c6e Merge pull request #7385 from daverodgman/timing_alignment by Dave Rodgman · 2 years, 4 months ago
  50. d43b42e Whitespace fix by Dave Rodgman · 2 years, 4 months ago
  51. 4ffc9d8 Test that setting reset actually does something by Dave Rodgman · 2 years, 4 months ago
  52. 33b2210 Fix cast alignment warning in timing.c by Dave Rodgman · 2 years, 4 months ago
  53. 6f182c3 Fix documentation by Gabor Mezei · 2 years, 4 months ago
  54. 87223ab Add generated test for core_mul by Gabor Mezei · 2 years, 4 months ago
  55. 5ded38e Fix 0 limb size for value 0 by Gabor Mezei · 2 years, 4 months ago
  56. e16a945 Add unit tests for mbedtls_mpi_core_mul() by Tom Cosgrove · 3 years ago
  57. 6af26f3 Tidy up, remove MPI_CORE(), apply the naming convention, and use the new mbedtls_mpi_core_mul() by Tom Cosgrove · 3 years ago
  58. 4ae890b Extract MPI_CORE(mul) from the prototype by Hanno Becker · 3 years ago
  59. b8f5ba8 Merge pull request #6891 from yuhaoth/pr/add-milliseconds-platform-function by Dave Rodgman · 2 years, 4 months ago
  60. 32a432a all.sh: Fix test component name by Ronald Cron · 2 years, 4 months ago
  61. 789cef8 Fix documentation by Ronald Cron · 2 years, 4 months ago
  62. afbc7ed psa: Introduce PSA crypto core common symbols by Ronald Cron · 2 years, 6 months ago
  63. 135f2ae Pacify doxygen.sh by Ronald Cron · 2 years, 6 months ago
  64. f6236f0 psa: Introduce psa/build_info.h by Ronald Cron · 2 years, 6 months ago
  65. e6e6b75 psa: Remove MBEDTLS_PSA_CRYPTO_DRIVERS configuration option by Ronald Cron · 2 years, 7 months ago
  66. 2f10fce psa: include: Move key derivation builtin and driver contexts by Ronald Cron · 2 years, 7 months ago
  67. e7cde18 psa: include: Move some Mbed TLS headers by Ronald Cron · 2 years, 7 months ago
  68. fe8e135 psa: Remove unnecessary headers by Ronald Cron · 2 years, 7 months ago
  69. 03d557d Merge pull request #6900 from AndrzejKurek/san-dirname by Paul Elliott · 2 years, 4 months ago
  70. 54118a1 Merge pull request #7352 from gabor-mezei-arm/6349_fix_merge by Janos Follath · 2 years, 4 months ago
  71. 0ab380a Merge pull request #7354 from mpg/ecc-doc-update by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  72. 9463e78 Fix a typo by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  73. 59b61da Fix dependency check for TLS 1.3 ECDH by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  74. 99771a3 Merge pull request #7336 from yanrayw/6500-gitignore-fix by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  75. 1640682 Merge pull request #7334 from valeriosetti/analyze_outcomes_improvement by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  76. 303704e Remove unnecessary tabs by Andrzej Kurek · 2 years, 5 months ago
  77. c27ba3a Clarify SAN structure memory management by Andrzej Kurek · 2 years, 5 months ago
  78. 43d7131 Fix rfc822name test arguments by Andrzej Kurek · 2 years, 5 months ago
  79. 8bc128e Add missing information about supported subjectAltName types by Andrzej Kurek · 2 years, 5 months ago
  80. 5f0c6e8 Add missing deallocation of subject alt name by Andrzej Kurek · 2 years, 5 months ago
  81. 532b8d4 Move an x509 malformation test by Andrzej Kurek · 2 years, 6 months ago
  82. 9fa1d25 Add changelog entry for directoryname SAN by Andrzej Kurek · 2 years, 7 months ago
  83. d90376e Add a test for a malformed directoryname sequence by Andrzej Kurek · 2 years, 7 months ago
  84. d348632 Switch from PEM to DER format for new x509 directoryname test by Andrzej Kurek · 2 years, 7 months ago
  85. bf8ccd8 Adjust error reporting in x509 SAN parsing by Andrzej Kurek · 2 years, 6 months ago
  86. 151d85d Introduce a test for a malformed directoryname SAN by Andrzej Kurek · 2 years, 7 months ago
  87. d40c2b6 Introduce proper memory management for SANs by Andrzej Kurek · 2 years, 6 months ago
  88. 4a4f1ec Add the original certificate to be malformed for x509 tests by Andrzej Kurek · 2 years, 7 months ago
  89. e12b01d Add support for directoryName subjectAltName by Andrzej Kurek · 2 years, 7 months ago
  90. 846118b test: remove old component errouneously reintroduced during rebase by Valerio Setti · 2 years, 4 months ago
  91. 05c5a91 Merge pull request #7307 from Mbed-TLS/sphinx-versioned-documentation by Dave Rodgman · 2 years, 4 months ago
  92. 4fa702a Update documented dependencies on ECC algs by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  93. f109c66 Use proper log function by Valerio Setti · 2 years, 4 months ago
  94. 22992a0 Fix function description by Valerio Setti · 2 years, 4 months ago
  95. 5aab43f test: fix/improve comments in all.sh by Valerio Setti · 2 years, 4 months ago
  96. 5c8c9e0 Minor improvements by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  97. 93b21e7 Update documentation to mention ECC drivers by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  98. 1f1420d test: fix text output by Valerio Setti · 2 years, 4 months ago
  99. d0c644d test: minor refactoring by Valerio Setti · 2 years, 4 months ago
  100. ee97a1e test: improve comments and code in newly added helper function by Valerio Setti · 2 years, 4 months ago