1. f86fe73 Fix error on Windows builds (conversion from 'unsigned long' to 'uint8_t') by Przemek Stekiel · 2 years, 5 months ago
  2. 55ceff6 Code optimization and style fixes by Przemek Stekiel · 2 years, 5 months ago
  3. 89e268d Add change log entry (SubjectAltName extension in CSR) by Przemek Stekiel · 2 years, 5 months ago
  4. 42510a9 Use for loop instead while loop by Przemek Stekiel · 2 years, 5 months ago
  5. 68ca81c Change separator for SAN names to ';' by Przemek Stekiel · 2 years, 5 months ago
  6. 07c5ea3 Add check for buffer overflow and fix style. by Przemek Stekiel · 2 years, 5 months ago
  7. 6cb59c5 ip_string_to_bytes: remove status, add info about supported ip version by Przemek Stekiel · 2 years, 5 months ago
  8. 5720771 Add MBEDTLS_ASN1_CHK_CLEANUP_ADD macro to be able to release memory on failure by Przemek Stekiel · 2 years, 5 months ago
  9. 5a49d3c Replace mbedtls_x509_san_node with mbedtls_x509_subject_alternative_name by Przemek Stekiel · 2 years, 5 months ago
  10. 3a92593 Adapt cert_req app to support SAN IP by Przemek Stekiel · 2 years, 6 months ago
  11. f40de93 Remove redundant variable by Przemek Stekiel · 2 years, 6 months ago
  12. 8e83d3a Add tests for writting SAN to CSR by Przemek Stekiel · 2 years, 6 months ago
  13. 18904ac Adapt the code to support SAN types: uniformResourceIdentifier, dNSName and IPAddress by Przemek Stekiel · 2 years, 6 months ago
  14. 6b10860 Added ability to include the SubjectAltName extension to a CSR by Hannes Tschofenig · 2 years, 7 months ago
  15. ec718af Merge pull request #7051 from gabor-mezei-arm/6376_Secp521r1_fast_reduction by Janos Follath · 2 years, 6 months ago
  16. 718eb4f Merge pull request #7025 from AndrzejKurek/uri_san by Manuel Pégourié-Gonnard · 2 years, 6 months ago
  17. ac70ad6 Fix coding style by Gabor Mezei · 2 years, 6 months ago
  18. 81b0b89 Clarify comments on subjectAltName types by Andrzej Kurek · 2 years, 6 months ago
  19. 2c8e144 Fix tests for 32bit by Gabor Mezei · 2 years, 6 months ago
  20. 7e6fcc1 Update documentation by Gabor Mezei · 2 years, 6 months ago
  21. 555b1f7 Add check for test by Gabor Mezei · 2 years, 6 months ago
  22. 2b064ec Revert the addition of hex digit calculator function by Gabor Mezei · 2 years, 6 months ago
  23. cf22870 Restrict input parameter size for ecp_mod_p521_raw by Gabor Mezei · 2 years, 6 months ago
  24. d10d429 Stack usage optimization for mod_p521 by Gabor Mezei · 2 years, 6 months ago
  25. fe24e91 mod_p521: document reduction algorithm by Janos Follath · 2 years, 6 months ago
  26. 666673e modp521: apply naming conventions by Janos Follath · 2 years, 6 months ago
  27. 755ff0e Add corner case to mod_p521 tests by Janos Follath · 2 years, 6 months ago
  28. 13c3aa1 Revert changes to mod_p521 flow by Janos Follath · 2 years, 6 months ago
  29. b50aeb8 Fix 32-bit issues by Gabor Mezei · 2 years, 6 months ago
  30. 6bfbd36 Fix coding style issues by Gabor Mezei · 2 years, 6 months ago
  31. 05c138e Fix pylint issues by Gabor Mezei · 2 years, 6 months ago
  32. b62ad5d Rename function to follow naming convention by Gabor Mezei · 2 years, 6 months ago
  33. b1c62ca Add documentation by Gabor Mezei · 2 years, 6 months ago
  34. d8f67b9 Add test generation for ecp_mod_p521_raw by Gabor Mezei · 2 years, 6 months ago
  35. 2cb630e Change the ecp_mod_p521_raw to be testable by Gabor Mezei · 2 years, 6 months ago
  36. 8450ab9 Fix Secp521r1 reduction by Gabor Mezei · 2 years, 6 months ago
  37. 42df16c Extract Secp521r1 from the prototype by Gabor Mezei · 2 years, 6 months ago
  38. e2a9f86 Merge pull request #6971 from gabor-mezei-arm/6026_Secp192r1_fast_reduction by Gilles Peskine · 2 years, 6 months ago
  39. 6778ddf Merge pull request #6549 from gilles-peskine-arm/psa-migration-md-cipher-strategy by Manuel Pégourié-Gonnard · 2 years, 6 months ago
  40. edc6ae9 Merge pull request #7090 from paul-elliott-arm/fix_iar_warnings_dev by Gilles Peskine · 2 years, 6 months ago
  41. c5e2a4f Merge pull request #6937 from valeriosetti/issue6886 by Gilles Peskine · 2 years, 6 months ago
  42. 0b4b8e3 Update documentation by Gabor Mezei · 2 years, 6 months ago
  43. 570a0f8 Move to DER certificates for new x509 tests by Andrzej Kurek · 2 years, 6 months ago
  44. 319a567 Merge pull request #7084 from daverodgman/sizemax-uintmax by Dave Rodgman · 2 years, 6 months ago
  45. 6b9503a Merge pull request #7064 from valeriosetti/issue6860 by Manuel Pégourié-Gonnard · 2 years, 6 months ago
  46. 70341c1 Merge pull request #6773 from yanrayw/6675-change-early_secrets-to-local by Ronald Cron · 2 years, 6 months ago
  47. 1748de1 Fix IAR Warnings by Paul Elliott · 2 years, 6 months ago
  48. a264831 Update documentation and add comments by Gabor Mezei · 2 years, 6 months ago
  49. 3e8f65a Add a changelog entry for URI SAN parsing by Andrzej Kurek · 2 years, 6 months ago
  50. 50836c4 Fix a comment in x509_crt.h by Andrzej Kurek · 2 years, 6 months ago
  51. 4077372 Fix SHA requirement for SAN URI tests by Andrzej Kurek · 2 years, 7 months ago
  52. 7a05fab Added the uniformResourceIdentifier subtype for the subjectAltName. by Andrzej Kurek · 2 years, 6 months ago
  53. 1b08d42 test: fix: replace CAN_ECDSA_SOME with CAN_ECDSA_SIGN+CAN_ECDSA_VERIFY when both are needed by Valerio Setti · 2 years, 6 months ago
  54. 16f02e0 test: adjust include after PK_CAN_ECDSA_SOME was moved by Valerio Setti · 2 years, 6 months ago
  55. d928aeb test_suite_ssl: use new macros for ECDSA capabilities by Valerio Setti · 2 years, 6 months ago
  56. ed02bb1 test_suite_debug: replace ECDSA_C with new ECDSA macros by Valerio Setti · 2 years, 6 months ago
  57. 5dc6867 test: don't skip debug and ssl suites in test parity for driver only ECDSA by Valerio Setti · 2 years, 6 months ago
  58. d3d8c85 Merge pull request #6997 from valeriosetti/issue6858 by Manuel Pégourié-Gonnard · 2 years, 6 months ago
  59. 5c9f401 Add more test cases by Gabor Mezei · 2 years, 6 months ago
  60. 23d4b8b Add check for test by Gabor Mezei · 2 years, 6 months ago
  61. a9d82dd Keep the description in one place, just refer it by Gabor Mezei · 2 years, 6 months ago
  62. 178b5bd pk: move MBEDTLS_PK_CAN_ECDSA_SOME macro to pk.h and fix tests by Valerio Setti · 2 years, 6 months ago
  63. a119cb6 test: remove redundant ECDSA_C dependencies from test_suite_x509parse.data by Valerio Setti · 2 years, 6 months ago
  64. daa6595 Merge pull request #7046 from mpg/cleanup-md-tests by Manuel Pégourié-Gonnard · 2 years, 6 months ago
  65. 1e4abae Merge pull request #7048 from KloolK/record-size-limit/extend-test-framework by Janos Follath · 2 years, 6 months ago
  66. a9d39c4 Merge pull request #7085 from sergio-nsk/patch-1 by Gilles Peskine · 2 years, 6 months ago
  67. 641288b Restore test guards by Dave Rodgman · 2 years, 6 months ago
  68. 91e8321 Restore more test guards by Dave Rodgman · 2 years, 6 months ago
  69. a476363 Restore more test guards by Dave Rodgman · 2 years, 6 months ago
  70. d26d744 Restore guards on a couple of tests by Dave Rodgman · 2 years, 6 months ago
  71. c36c14c Update psa_crypto_driver_wrappers.c.jinja by Sergey · 2 years, 6 months ago
  72. ab1f3c1 Merge pull request #7081 from tom-cosgrove-arm/dont-use-lstrlenW by Dave Rodgman · 2 years, 6 months ago
  73. 5464773 Add checks to selftest by Dave Rodgman · 2 years, 6 months ago
  74. 4a5c9ee Remove redundant SIZE_MAX guards by Dave Rodgman · 2 years, 6 months ago
  75. 37296a4 Document SIZE_MAX requirement in README.md by Dave Rodgman · 2 years, 6 months ago
  76. 78f79d3 ecp: add documentation for compressed points limitations by Valerio Setti · 2 years, 6 months ago
  77. 25fd51f test: add missing include in test_suite_x509parse by Valerio Setti · 2 years, 6 months ago
  78. 928593f Merge pull request #7041 from gilles-peskine-arm/pk_ext-pss_options-public by Gilles Peskine · 2 years, 6 months ago
  79. 3196ceb Merge pull request #7052 from yanrayw/7008-compatsh-disable-VERIFY-for-PSK by Gilles Peskine · 2 years, 6 months ago
  80. b009559 Merge pull request #7049 from KloolK/typos by Gilles Peskine · 2 years, 6 months ago
  81. b8531c4 Merge pull request #6882 from AndrzejKurek/x509_san_parsing_testing-dev by Gilles Peskine · 2 years, 6 months ago
  82. 91af0f9 Minor clarifications by Gilles Peskine · 2 years, 6 months ago
  83. ff674d4 Typos by Gilles Peskine · 2 years, 6 months ago
  84. a22749e Merge pull request #6816 from nick-child-ibm/pkcs7_coverage by Dave Rodgman · 2 years, 6 months ago
  85. b96c309 Don't use lstrlenW() on Windows by Tom Cosgrove · 2 years, 6 months ago
  86. 834e65d Merge pull request #6499 from xkqian/tls13_write_end_of_early_data by Ronald Cron · 2 years, 6 months ago
  87. cf1c16a Merge pull request #6925 from gilles-peskine-arm/coding-style-doc by Manuel Pégourié-Gonnard · 2 years, 6 months ago
  88. 78c6f40 Fix code-style by Dave Rodgman · 2 years, 6 months ago
  89. 2189fda Use TEST_EQUAL in one more place in test_suite_md by Manuel Pégourié-Gonnard · 2 years, 6 months ago
  90. a9a1b21 Use ASSERT_COMPARE in test_suite_md by Manuel Pégourié-Gonnard · 2 years, 6 months ago
  91. 4f70b3c Fix pylint warning by Dave Rodgman · 2 years, 6 months ago
  92. 14f255f pkcs7: Remove unnecessary dependencies by Nick Child · 2 years, 6 months ago
  93. c7c94df pkcs7/test: Format generate test script by Nick Child · 2 years, 6 months ago
  94. 00a6c6f test: fix for using proper sign/verify macros by Valerio Setti · 2 years, 6 months ago
  95. 40df835 all.sh: fix comment for test_psa_crypto_config_accel_ecdsa_use_psa by Valerio Setti · 2 years, 6 months ago
  96. ce0caa3 oid: fix comment in #endif by Valerio Setti · 2 years, 6 months ago
  97. fcc6933 test: fix disparities in x509parse and x509write suites by Valerio Setti · 2 years, 6 months ago
  98. b9dc251 test: add SHA1 to the supported algs in accelerated ECDSA by Valerio Setti · 2 years, 6 months ago
  99. f972ce8 oid: replace ECDSA_C with new macros for ECDSA capabilities by Valerio Setti · 2 years, 6 months ago
  100. c8801b7 test: x509: remove disparities in driver only testing for ECDSA by Valerio Setti · 2 years, 6 months ago