1. bcc92d4 Update include/mbedtls/pkcs7.h by Dave Rodgman · 2 years, 5 months ago
  2. efbc5f7 Update wording in comments by Dave Rodgman · 2 years, 5 months ago
  3. 25b2dfa Fix comment typo by Dave Rodgman · 2 years, 5 months ago
  4. 957cc36 Improve wording; use PKCS #7 not PKCS7 by Dave Rodgman · 2 years, 5 months ago
  5. 3fe2abf Apply suggestions from code review by Dave Rodgman · 2 years, 5 months ago
  6. 7c33b0c Remove pre-production warnings by Dave Rodgman · 2 years, 5 months ago
  7. 439dbc5 Fix dependency for TLS 1.3 as well by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  8. 45bcb6a Fix dependencies of 1.2 ECDSA key exchanges by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  9. 4da9283 Merge pull request #7117 from valeriosetti/issue6862 by Gilles Peskine · 2 years, 5 months ago
  10. bf4016e Merge pull request #6567 from mprse/ecjpake-driver-dispatch by Dave Rodgman · 2 years, 5 months ago
  11. b8eaf63 Remove MBEDTLS_SHA256_C from PSA_WANT_ALG_JPAKE config and adapt test dependencies by Przemek Stekiel · 2 years, 5 months ago
  12. 5e5aa4a Merge pull request #7218 from tom-cosgrove-arm/fix-typos-230307 by Dave Rodgman · 2 years, 5 months ago
  13. 1470ce3 fix typos by Valerio Setti · 2 years, 5 months ago
  14. 30c4618 Add new PSA_HAS_FULL_ECDSA macro for easily signal that PSA has full ECDSA support by Valerio Setti · 2 years, 5 months ago
  15. ed7b597 Merge pull request #6172 from gilles-peskine-arm/doc-tls13-psa_crypto_init by Gilles Peskine · 2 years, 5 months ago
  16. a2fc399 Merge pull request #6829 from AndrzejKurek/unify-psa-errors by Gilles Peskine · 2 years, 5 months ago
  17. 5c8505f Fix typos by Tom Cosgrove · 2 years, 5 months ago
  18. 57580f2 Use proper enum types for pake state/sequence/step by Przemek Stekiel · 2 years, 5 months ago
  19. 4aa9940 Fix configuration for accelerated jpake by Przemek Stekiel · 2 years, 5 months ago
  20. e3ef3a1 Further pake code optimizations by Przemek Stekiel · 2 years, 5 months ago
  21. 45cef61 Merge branch 'development' into md-light by Dave Rodgman · 2 years, 5 months ago
  22. 1f39a62 Merge pull request #7151 from gilles-peskine-arm/psa-headers-alt by Dave Rodgman · 2 years, 5 months ago
  23. 270b3f9 Rename error_pair_t to mbedtls_error_pair_t by Andrzej Kurek · 2 years, 5 months ago
  24. daf5b56 Translate to MD errors in ssl-tls.c by Andrzej Kurek · 2 years, 5 months ago
  25. 747ab4e Introduce error_pair_t to psa utils by Andrzej Kurek · 2 years, 5 months ago
  26. 138b30a Add missing const qualifiers by Andrzej Kurek · 2 years, 5 months ago
  27. 8a045ce Unify PSA to Mbed TLS error translation by Andrzej Kurek · 2 years, 8 months ago
  28. 05b80a4 Merge pull request #6201 from gilles-peskine-arm/tls13_only-renegotiation by Dave Rodgman · 2 years, 5 months ago
  29. 6def41b Merge pull request #6932 from yuhaoth/pr/fix-arm64-host-build-and-illegal_instrucion-fail by Gilles Peskine · 2 years, 5 months ago
  30. 5b7e164 Document the need to call psa_crypto_init() with USE_PSA_CRYPTO by Gilles Peskine · 3 years ago
  31. a8d7e43 Move non-boolean config options to the proper section by Gilles Peskine · 3 years ago
  32. 8c2830a Document what "TLS 1.3 depends on PSA" entails by Gilles Peskine · 3 years ago
  33. 7d3186d Disable MBEDTLS_SSL_RENEGOTIATION in tls13-only configuration by Gilles Peskine · 3 years ago
  34. 802ff1b Merge pull request #7147 from paul-elliott-arm/interruptible_sign_hash_codestyle_drivers by Gilles Peskine · 2 years, 5 months ago
  35. 7e677fa Merge pull request #6389 from gilles-peskine-arm/ecdsa-use-psa-without-pkwrite by Gilles Peskine · 2 years, 5 months ago
  36. b52b788 Merge pull request #6895 from yuhaoth/pr/add-aes-with-armv8-crypto-extension by Gilles Peskine · 2 years, 5 months ago
  37. 148903c Merge pull request #7185 from paul-elliott-arm/interruptible_sign_hash_pacify_clang by Paul Elliott · 2 years, 5 months ago
  38. 608e109 Improve comment about conflicts between aesce and sha512-crypto by Jerry Yu · 2 years, 5 months ago
  39. 15d7d43 Pacify Clang 15 by Paul Elliott · 2 years, 5 months ago
  40. dd4427c Merge pull request #7169 from AndrzejKurek/mpi-window-size by Dave Rodgman · 2 years, 5 months ago
  41. ac2251d Merge pull request #7076 from mprse/parse_RFC822_name by Paul Elliott · 2 years, 5 months ago
  42. a16ce9f Remove driver entry points for {get|set}_max_ops(). by Paul Elliott · 2 years, 6 months ago
  43. 86f30ff Reduce the default MBEDTLS_ECP_WINDOW_SIZE value to 2 by Andrzej Kurek · 2 years, 5 months ago
  44. a3b625b Merge pull request #7098 from gilles-peskine-arm/retval-non-empty by Paul Elliott · 2 years, 5 months ago
  45. c66deda Add explanation for aesce limitation by Jerry Yu · 2 years, 5 months ago
  46. 95c9152 Move the implication of MBEDTLS_PSA_CRYPTO_CLIENT where it belongs by Gilles Peskine · 2 years, 5 months ago
  47. 361b5f9 Make sure the configuration is always included by Gilles Peskine · 2 years, 5 months ago
  48. 0d41521 Make MBEDTLS_MD_LIGHT private for now. by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  49. cacc0ea Fix a couple more typos by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  50. 39a4f42 Add links for macros in doxygen documentation by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  51. f3953c8 Clarify relationship between MD_C and MD_LIGHT by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  52. 82a4394 Make it clearer what's part of MD-light or not by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  53. b1176f2 Allow alternative names for overridden PSA headers by Gilles Peskine · 2 years, 5 months ago
  54. 406b917 Merge pull request #7044 from minosgalanakis/bignum/6342_add_named_moduli_setup by Janos Follath · 2 years, 6 months ago
  55. 6b64862 Documentation fixes and code adaptation by Przemek Stekiel · 2 years, 6 months ago
  56. 251e86a Adapt names to more suitable and fix conditional compilation flags by Przemek Stekiel · 2 years, 6 months ago
  57. ac067d7 Fix PSA_PAKE_OPERATION_INIT macro by Przemek Stekiel · 2 years, 6 months ago
  58. 9dd2440 Change pake input: key_lifetime -> key attributes by Przemek Stekiel · 2 years, 6 months ago
  59. 1c3cfb4 Introduce PSA_PAKE_OPERATION_STAGE_SETUP to optimize out alg checks by Przemek Stekiel · 2 years, 6 months ago
  60. dde6a91 Optimize out psa_pake_computation_stage_t by Przemek Stekiel · 2 years, 6 months ago
  61. 38b4e17 Remove typedef for enum by Przemek Stekiel · 2 years, 7 months ago
  62. ca8d2b2 Add get-data functions for inputs + tests by Przemek Stekiel · 2 years, 7 months ago
  63. 0f50f68 Remove redundant dummy fields inside unions by Przemek Stekiel · 2 years, 7 months ago
  64. 7b73017 Simplify psa_pake_computation_stage_s structure by Przemek Stekiel · 2 years, 7 months ago
  65. b09c487 Combine core pake computation stage(step,sequence,state) into single driver step by Przemek Stekiel · 2 years, 7 months ago
  66. 5798003 Add enum that presents computation stage as single value by Przemek Stekiel · 2 years, 7 months ago
  67. e12ed36 Move JPAKE state machine logic from driver to core by Przemek Stekiel · 2 years, 8 months ago
  68. 96ae8b9 Move pake definitions to headers for composite algorithms by Przemek Stekiel · 2 years, 8 months ago
  69. 51eac53 Divide pake operation into two phases collecting inputs and computation. by Przemek Stekiel · 2 years, 8 months ago
  70. d91bcb7 Refactor structures for pake driver support by Przemek Stekiel · 2 years, 9 months ago
  71. 250a5ac Merge pull request #7095 from paul-elliott-arm/interruptible_sign_hash_codestyle by Gilles Peskine · 2 years, 6 months ago
  72. e42cedf Merge pull request #7077 from daverodgman/pkcs7-fixes-dm-rebased by Dave Rodgman · 2 years, 6 months ago
  73. 330e6ae Add document about runtime detection of AESCE by Jerry Yu · 2 years, 6 months ago
  74. c8bcdc8 fix various issues by Jerry Yu · 2 years, 6 months ago
  75. ecee12f Add parsing of SAN: rfc822Name by Przemek Stekiel · 2 years, 6 months ago
  76. a30afe2 ecp_curves: Minor refactoring. by Minos Galanakis · 2 years, 6 months ago
  77. d2ca802 ecp_curves: Added `mbedtls_ecp_modulus_setup()`. by Minos Galanakis · 2 years, 6 months ago
  78. 718eb4f Merge pull request #7025 from AndrzejKurek/uri_san by Manuel Pégourié-Gonnard · 2 years, 6 months ago
  79. b9b630d Define "light" subset of MD by Manuel Pégourié-Gonnard · 2 years, 6 months ago
  80. ba2412f Remove internal function md_process() by Manuel Pégourié-Gonnard · 2 years, 6 months ago
  81. 5686533 Add warning to mbedtls_ecp_set_max_ops() by Paul Elliott · 2 years, 6 months ago
  82. 21c3951 Add reference to mbedtls_ecp_set_max_ops() to docs by Paul Elliott · 2 years, 6 months ago
  83. 93d9ca8 Move num_ops ECP abstraction fully into internal implementation by Paul Elliott · 2 years, 6 months ago
  84. 81b0b89 Clarify comments on subjectAltName types by Andrzej Kurek · 2 years, 6 months ago
  85. f7dccb3 Remove limitation for sha256/512 arm64 accelerator by Jerry Yu · 2 years, 6 months ago
  86. 751e76b Replace `crypto engine` with `crypto extension` by Jerry Yu · 2 years, 6 months ago
  87. fe9e77f Better formatting of include guard comments by Paul Elliott · 2 years, 6 months ago
  88. 8432946 Replace allocated hash buffer with array by Paul Elliott · 2 years, 6 months ago
  89. c977441 Ensure that operation is put into error state if error occurs by Paul Elliott · 2 years, 6 months ago
  90. f9c91a7 Store the hash, rather than the pointer by Paul Elliott · 2 years, 6 months ago
  91. 1bc59df Rename curve_bytes to coordinate_bytes by Paul Elliott · 2 years, 6 months ago
  92. ab7c5c8 Change incorrect define for MAX_OPS_UNLIMITED by Paul Elliott · 2 years, 6 months ago
  93. 4ca521f Remove obsolete comments by Paul Elliott · 2 years, 6 months ago
  94. 4684525 Remove unrequired mpis from sign operation struct by Paul Elliott · 2 years, 6 months ago
  95. a3a8aba Fix operation initialisers if no algorithms defined by Paul Elliott · 2 years, 6 months ago
  96. 1b49ef5 Fix abort documentation. by Paul Elliott · 2 years, 6 months ago
  97. 90a91f0 Ensure structs are not empty even if ECDSA not supported by Paul Elliott · 2 years, 6 months ago
  98. 749dec5 Clean up structure include guards by Paul Elliott · 2 years, 7 months ago
  99. 3225f19 Fix ecdsa.h documentation error by Paul Elliott · 2 years, 7 months ago
  100. 296ede9 Fix issues with get_{sign/verify}_num_ops by Paul Elliott · 2 years, 8 months ago