1. ad7e8a7 Documentation fixes by Paul Elliott · 3 years, 8 months ago
  2. fb5fdb5 Further documentation improvements by Paul Elliott · 3 years, 9 months ago
  3. 853c0da Fix for pkcs12 with NULL or zero length password by Paul Elliott · 3 years, 9 months ago
  4. 087f047 Merge pull request #5076 from mstarzyk-mobica/psa_ccm_no_tag by Manuel Pégourié-Gonnard · 3 years, 9 months ago
  5. f2fe31a Reorder macro definitions by Gilles Peskine · 3 years, 11 months ago
  6. f7b4137 Untangle PSA_ALG_IS_HASH_AND_SIGN and PSA_ALG_IS_SIGN_HASH by Gilles Peskine · 3 years, 11 months ago
  7. c5c5b93 Add missing PSA_KEY_ID_NULL macro. by Mateusz Starzyk · 4 years ago
  8. 7d262dd Add missing PSA_HASH_BLOCK_LENGTH macro. by Mateusz Starzyk · 4 years ago
  9. 359b5ab Add missing PSA_ALG_NONE macro. by Mateusz Starzyk · 4 years ago
  10. e6d3eda Add missing PSA_ALG_IS_SIGN_HASH macro. by Mateusz Starzyk · 4 years ago
  11. 0dbe1df Merge pull request #4859 from brett-warren-arm/supported_groups by Manuel Pégourié-Gonnard · 3 years, 9 months ago
  12. 4313d3a Merge pull request #5010 from gilles-peskine-arm/psa-rsa-pss_any_salt by Manuel Pégourié-Gonnard · 3 years, 9 months ago
  13. e0edc84 Add mbedtls_ssl_conf_groups to API by Brett Warren · 4 years ago
  14. 136819f Merge pull request #4959 from gilles-peskine-arm/psa-add-aria by Manuel Pégourié-Gonnard · 3 years, 9 months ago
  15. a706e5e Add missing cipher mode translations for PSA by Mateusz Starzyk · 3 years, 9 months ago
  16. 36b70b2 Change MBEDTLS_ECP_DP_MAX to 14 by Brett Warren · 3 years, 10 months ago
  17. 7b2d4ef Change the buffer boundary check and alert type by XiaokangQian · 3 years, 10 months ago
  18. 2d5c72b TLS1.3: Add Encrypted Extensions by XiaokangQian · 3 years, 11 months ago
  19. 7de19dd Remove invalid comments in CCM API by Mateusz Starzyk · 3 years, 9 months ago
  20. 4cb9739 Use separate MBEDTLS_MODE for the CCM*. by Mateusz Starzyk · 3 years, 9 months ago
  21. 4fa0725 Merge pull request #5002 from mstarzyk-mobica/psa_output_buffer_limitation by Gilles Peskine · 3 years, 9 months ago
  22. 30bd7fa Change error code for MBEDTLS_ERR_GCM_BUFFER_TOO_SMALL. by Mateusz Starzyk · 3 years, 10 months ago
  23. 594215b Add support for CCM*-no-tag to PSA. by Mateusz Starzyk · 3 years, 10 months ago
  24. bb2ced3 Ignore plaintext length for CCM*-no-tag. by Mateusz Starzyk · 3 years, 10 months ago
  25. 9e98573 fix build fail with MBEDTLS_DEPRECATED by Brett Warren · 3 years, 10 months ago
  26. 3a96d09 export MBEDTLS_DEPRECATED from platform_util.h by Brett Warren · 3 years, 10 months ago
  27. 6210320 Merge pull request #4989 from AndrzejKurek/remove-ssl-export-keys by Gilles Peskine · 3 years, 10 months ago
  28. 2bb5e9c Merge pull request #4760 from gilles-peskine-arm/ecb-alt-ret-3.0 by Gilles Peskine · 3 years, 10 months ago
  29. e23bba0 Merge pull request #4927 from yuhaoth/pr/add-tls13-serverhello-utils by Ronald Cron · 3 years, 10 months ago
  30. f6892de Readability improvements by Gilles Peskine · 3 years, 10 months ago
  31. 09c46da Implement PSA_WANT_KEY_TYPE_ARIA by Gilles Peskine · 3 years, 10 months ago
  32. 88b756b move tls1_3 max md size by Jerry Yu · 3 years, 10 months ago
  33. d1ab262 define max md size for tls1_3 by Jerry Yu · 3 years, 10 months ago
  34. ae0b2e2 Rename counter_len by Jerry Yu · 3 years, 10 months ago
  35. 44c96aa Support PSA_ALG_RSA_PSS_ANY_SALT iff PSA_ALG_RSA_PSS is supported by Gilles Peskine · 3 years, 10 months ago
  36. acd2d0e New algorithm PSA_ALG_RSA_PSS_ANY_SALT by Gilles Peskine · 3 years, 10 months ago
  37. f28261f Remove output buffer limitation for PSA with GCM. by Mateusz Starzyk · 3 years, 10 months ago
  38. 023aa11 Merge pull request #4996 from mprse/mbedtls_cipher_setup_psa_ECB by Gilles Peskine · 3 years, 10 months ago
  39. 2aefc9e Fix typo in comment by Gilles Peskine · 3 years, 10 months ago
  40. fcc93d7 Make MBEDTLS_IGNORE_RETURN configurable by Gilles Peskine · 3 years, 10 months ago
  41. 252b758 Cleaner implementation of MBEDTLS_IGNORE_RETURN by Gilles Peskine · 3 years, 10 months ago
  42. cd79dfc Fix mistake in the sample implementation of MBEDTLS_CHECK_RETURN by Gilles Peskine · 3 years, 10 months ago
  43. cd51e76 Merge pull request #4338 from paul-elliott-arm/psa-m-aead by Ronald Cron · 3 years, 10 months ago
  44. 5c4ca32 Silence warnings about unused return value by Mateusz Starzyk · 4 years ago
  45. 86de1b7 Address review comments by Przemyslaw Stekiel · 3 years, 10 months ago
  46. 5902cd6 Remove MBEDTLS_SSL_EXPORT_KEYS, making it always on by Andrzej Kurek · 3 years, 10 months ago
  47. 80c6a8e Add PSA support for MBEDTLS_CIPHER_AES_128_ECB by Przemyslaw Stekiel · 3 years, 10 months ago
  48. bfe3d87 Merge pull request #4842 from gilles-peskine-arm/public_fields-3.0-info by Gilles Peskine · 3 years, 10 months ago
  49. d96a5c2 Fix wrong usage of counter len macro by Jerry Yu · 3 years, 10 months ago
  50. 1869377 Merge pull request #4942 from yuhaoth/pr/add-tls13-client-dummy-state-handlers by Manuel Pégourié-Gonnard · 3 years, 10 months ago
  51. d9a94fe Add counter length macro by Jerry Yu · 3 years, 10 months ago
  52. 45cb82f Merge pull request #4918 from yuhaoth/pr/add-send-alert-message-macro by Ronald Cron · 3 years, 10 months ago
  53. 5b8618b fixup: Make the fields of mbedtls_ecp_curve_info public by Gilles Peskine · 3 years, 10 months ago
  54. 409fbbe Minor documentation fix by Gilles Peskine · 3 years, 10 months ago
  55. 9a7d4c2 New configuration option MBEDTLS_CHECK_RETURN_WARNING by Gilles Peskine · 3 years, 11 months ago
  56. a33e693 Use reserved identifier for warn_unused_result by Gilles Peskine · 3 years, 11 months ago
  57. 913fc5f Better default for MBEDTLS_CHECK_RETURN in config.h by Gilles Peskine · 3 years, 11 months ago
  58. 3f106f7 Move MBEDTLS_CHECK_RETURN to the correct section by Gilles Peskine · 3 years, 11 months ago
  59. e41803a Change DES and AES functions to MBEDTLS_CHECK_RETURN_TYPICAL by Gilles Peskine · 3 years, 11 months ago
  60. 463adf4 Define indirection macros MBEDTLS_CHECK_RETURN_xxx by Gilles Peskine · 3 years, 11 months ago
  61. 2a25804 Add MBEDTLS_CHECK_RETURN description to mbedtls_config. by Mateusz Starzyk · 4 years ago
  62. e35f8f6 Move MBEDTLS_CHECK_RETURN to platform_util. by Mateusz Starzyk · 4 years ago
  63. 7820a57 Catch failures of AES or DES operations by Gilles Peskine · 4 years, 1 month ago
  64. 4b627af New macro MBEDTLS_CHECK_RETURN by Gilles Peskine · 4 years, 1 month ago
  65. b19be6b Merge pull request #1638 from dgreen-arm/check-names-rewrite by Gilles Peskine · 3 years, 10 months ago
  66. 957f0fa Add length macro for in_ctr by Jerry Yu · 3 years, 11 months ago
  67. 394ece6 Add function for set pending alert flag by Jerry Yu · 3 years, 11 months ago
  68. 33cedca fix comments issue by Jerry Yu · 3 years, 11 months ago
  69. e704781 add pend fatal alert by Jerry Yu · 3 years, 11 months ago
  70. 6c98352 Move msvc compatible fix to `common.h` by Jerry Yu · 3 years, 11 months ago
  71. 687101b tls13: add dummy state machine handler by Jerry Yu · 3 years, 11 months ago
  72. c7e7fe5 Add missing MBEDTLS_PRIVATE by Paul Elliott · 3 years, 10 months ago
  73. bd4960c Merge pull request #4961 from mpg/doc-use-psa-crypto by Gilles Peskine · 3 years, 11 months ago
  74. c3a6f63 Merge updates from upstream development branch into check-names-rewrite by Yuto Takano · 3 years, 11 months ago
  75. 5977bc9 Add MBEDTLS_PRIVATE to new structs by Paul Elliott · 3 years, 11 months ago
  76. 71b0567 Merge remote-tracking branch 'upstream/development' into psa-m-aead-merge by Paul Elliott · 3 years, 11 months ago
  77. f2cb19f Merge pull request #4891 from yuhaoth/pr/enable-key-exchange-in-client-hello by Ronald Cron · 3 years, 11 months ago
  78. f0f2294 Merge pull request #4708 from mstarzyk-mobica/ccm_chunked by Gilles Peskine · 3 years, 11 months ago
  79. 200bcf7 Remove warning about PSA Crypto being beta by Manuel Pégourié-Gonnard · 3 years, 11 months ago
  80. 13b0beb Add docs/use-psa-crypto.md by Manuel Pégourié-Gonnard · 3 years, 11 months ago
  81. 6c12a1e Add ARIA to the PSA API by Gilles Peskine · 3 years, 11 months ago
  82. e226cef Add NamedGroup IANA values and helper functions by Jerry Yu · 4 years ago
  83. 1bc2c1f fix various issues by Jerry Yu · 4 years ago
  84. a2cf7bd fix comment issues by Jerry Yu · 4 years ago
  85. 995ecd3 fix wrong iana values and comments by Jerry Yu · 4 years ago
  86. b3317e1 Add extension types in rfc8446 by Jerry Yu · 4 years ago
  87. 7984d99 Add tls1.3 extension IANA values by Jerry Yu · 4 years ago
  88. a13c7e7 add dummy client hello process by Jerry Yu · 4 years ago
  89. 7251eda Replace BAD_SEQUENCE error with BAD_INPUT by Mateusz Starzyk · 4 years ago
  90. e40ae6b Fix typo by Mateusz Starzyk · 4 years ago
  91. ca93995 Allow read-only access to lists of certificates, CRL, CRL entries by Gilles Peskine · 4 years ago
  92. 2e9d65f Note that custom info structures are not supported by Gilles Peskine · 4 years ago
  93. 44ffc79 Copyediting in comments by Gilles Peskine · 4 years ago
  94. 842edf4 Make many fields of X.509 structures public by Gilles Peskine · 4 years ago
  95. b89d9c0 Make fields of ASN.1 data structures public by Gilles Peskine · 4 years ago
  96. b11d61e mbedtls_net_context: make fd public on Unix/POSIX platforms by Gilles Peskine · 4 years ago
  97. 0be02bd Add accessor functions for cipher_info fields by Gilles Peskine · 4 years, 1 month ago
  98. a73b577 Make the fields of mbedtls_ecp_curve_info public by Gilles Peskine · 4 years, 1 month ago
  99. e45ee40 Merge pull request #4811 from hanno-arm/tls13_ciphersuite_api by Manuel Pégourié-Gonnard · 4 years ago
  100. cadebe5 fix several format and comment issues by Jerry Yu · 4 years ago