1. 3946f79 Correction according to code review (function and param. names change by TRodziewicz · 4 years, 2 months ago
  2. 8476f2f Turn _SSL_SRV_RESPECT_CLIENT_PREFERENCE config option to a runtime option by TRodziewicz · 4 years, 2 months ago
  3. 21f8464 Merge pull request #4317 from yanesca/psa-jpake-interface by Janos Follath · 4 years, 2 months ago
  4. 57864fa Merge pull request #4634 from Patater/mbed-can-do-timing by Ronald Cron · 4 years, 2 months ago
  5. 02b76b7 Merge pull request #4619 from TRodziewicz/remove_MBEDTLS_X509_CHECK_x_KEY_USAGE_options by Gilles Peskine · 4 years, 2 months ago
  6. 197496a config: Allow Mbed to implement TIMING_C by Jaeden Amero · 4 years, 2 months ago
  7. 3ecb92e Remove _X509_ALLOW_UNSUPPORTED_CRITICAL_EXTENSION by TRodziewicz · 4 years, 3 months ago
  8. 1f01318 Clarify PSA_PAKE_STEP_ZK_PROOF format by Janos Follath · 4 years, 2 months ago
  9. 46c0237 PSA PAKE: improve documentation by Janos Follath · 4 years, 2 months ago
  10. 0dcda95 Make check-names.sh happy by Janos Follath · 4 years, 2 months ago
  11. 33434a9 Fix parenthesis spacing in crypto_struct.h by Janos Follath · 4 years, 2 months ago
  12. 55dd5dc PSA PAKE: Clarify the documentation of NIZKP steps by Janos Follath · 4 years, 2 months ago
  13. b384ec1 PSA PAKE: fix J-PAKE documentation code rendering by Janos Follath · 4 years, 2 months ago
  14. 3293dae psa_pake_setup(): simplify documentation by Janos Follath · 4 years, 2 months ago
  15. b4db90f PSA PAKE: improve documentation by Janos Follath · 4 years, 2 months ago
  16. 38d29db Fix copy+paste mistake by Janos Follath · 4 years, 2 months ago
  17. a46e28f PSA PAKE: use neutral pronouns by Janos Follath · 4 years, 2 months ago
  18. ec83eb6 Fix copy+paste mistake by Janos Follath · 4 years, 2 months ago
  19. 52f9efa Revert "Rename psa_pake_set_password()" by Janos Follath · 4 years, 2 months ago
  20. 89ee05a Rename psa_pake_set_password() by Janos Follath · 4 years, 2 months ago
  21. 559f05e PSA PAKE: remove psa_pake_set_password_stretch() by Janos Follath · 4 years, 2 months ago
  22. 7d69b3a PSA PAKE: add warning about stability by Janos Follath · 4 years, 2 months ago
  23. 702cf09 PSA PAKE: move the API to crypto_extra.h by Janos Follath · 4 years, 2 months ago
  24. 304766e PSA PAKE: make algorithm macro name consistent by Janos Follath · 4 years, 2 months ago
  25. a295918 PSA PAKE: add input size macros by Janos Follath · 4 years, 2 months ago
  26. 5e1948d PSA PAKE: define size macros as 0 by Janos Follath · 4 years, 2 months ago
  27. d2cfa3e Improve mbedtls_rsa_init/set_padding() descriptions by Ronald Cron · 4 years, 2 months ago
  28. c1905a1 Change mbedtls_rsa_init() signature by Ronald Cron · 4 years, 2 months ago
  29. ea7631b Change mbedtls_rsa_set_padding() signature by Ronald Cron · 4 years, 2 months ago
  30. 16fdab7 Merge pull request #4382 from hanno-arm/max_record_payload_api by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  31. 0730cd5 Merge branch 'development' into Remove__CHECK_PARAMS_option by TRodziewicz · 4 years, 2 months ago
  32. 442fdc2 Remove MBEDTLS_X509_CHECK_*_KEY_USAGE options but enable the code by TRodziewicz · 4 years, 2 months ago
  33. 9371a40 Stop referencing private constants in documentation by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  34. cac90a1 Hide constants for TLS 1.0 and TLS 1.1 by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  35. d60b6c6 Remove per-version ciphersuite configuration API by Hanno Becker · 4 years, 3 months ago
  36. 0c1a42a Merge pull request #4611 from gilles-peskine-arm/random-range-uniformity-3.0 by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  37. f9f9cc2 Merge pull request #4579 from tom-daubney-arm/rm_ecdh_legacy_context_config_option by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  38. 7ed7c5a mbedtls_mpi_random: document MBEDTLS_ERR_MPI_NOT_ACCEPTABLE by Gilles Peskine · 4 years, 4 months ago
  39. 1e918f4 mbedtls_mpi_random: check for invalid arguments by Gilles Peskine · 4 years, 4 months ago
  40. 02ac93a Move mbedtls_mpi_random to the bignum module by Gilles Peskine · 4 years, 4 months ago
  41. 537e643 Corrects documentation issues by Thomas Daubney · 4 years, 2 months ago
  42. 79e1c47 PSA PAKE: explain implicit key confirmation by Janos Follath · 4 years, 2 months ago
  43. 7c59b7a Improve psa_pake_set_peer()/user() documentation by Janos Follath · 4 years, 2 months ago
  44. 56a4d7a Simplify PAKE input/output format documentation by Janos Follath · 4 years, 2 months ago
  45. ead0e4f PSA PAKE: Clarify J-PAKE algorithm documentation by Janos Follath · 4 years, 2 months ago
  46. d416838 Rename psa_pake_set_password_mhf() by Janos Follath · 4 years, 2 months ago
  47. 3ae6696 Clarify psa_pake_setup() documentation by Janos Follath · 4 years, 2 months ago
  48. 19271ea PSA PAKE: Clarify documentation of valid states by Janos Follath · 4 years, 3 months ago
  49. 9a04aea PSA PAKE: improve and fix documentation by Janos Follath · 4 years, 3 months ago
  50. 7b89103 PSA PAKE: refine documentation of return values by Janos Follath · 4 years, 3 months ago
  51. e1a080f Improve psa_pake_set_password_mhf() documentation by Janos Follath · 4 years, 3 months ago
  52. 1062a24 Fix psa_pake_set_password_mhf() parameter list by Janos Follath · 4 years, 3 months ago
  53. 14ce06a PSA PAKE: fix documentation by Janos Follath · 4 years, 3 months ago
  54. ef816f3 Fix precedence in psa_pake_cs_set_primitive() by Janos Follath · 4 years, 3 months ago
  55. ed82716 Remove always false comparison PSA_PAKE_PRIMITIVE by Janos Follath · 4 years, 3 months ago
  56. 60fa7c5 PSA PAKE: document operation parameters by Janos Follath · 4 years, 3 months ago
  57. b0bcb63 Link PSA_KEY_TYPE_PASSWORD in the documentation by Janos Follath · 4 years, 3 months ago
  58. fe0c449 Add psa_pake_set_password_mhf() by Janos Follath · 4 years, 3 months ago
  59. 56cc9cc PSA PAKE: Align macro names with psa_pake_step_t by Janos Follath · 4 years, 3 months ago
  60. 3c09c47 PSA PAKE: remove redundant steps by Janos Follath · 4 years, 3 months ago
  61. a71811a Fix typo by Janos Follath · 4 years, 3 months ago
  62. 78b9e40 PSA PAKE: reintroduce psa_pake_primitive_t by Janos Follath · 4 years, 3 months ago
  63. a86c313 PSA PAKE: divide setup into several steps by Janos Follath · 4 years, 3 months ago
  64. beb78d4 Rename psa_pake_data_t by Janos Follath · 4 years, 3 months ago
  65. 57cfc40 Remove obsolete __DOXYGEN_ONLY__ blocks by Janos Follath · 4 years, 3 months ago
  66. f53c7af PSA PAKE: introduce psa_pake_family_t by Janos Follath · 4 years, 3 months ago
  67. 1459aa5 PSA PAKE: improve documentation by Janos Follath · 4 years, 3 months ago
  68. f75be64 PSA PAKE: fix identifier value by Janos Follath · 4 years, 3 months ago
  69. 5b44cfd PSA PAKE: remove alg parameter from setup by Janos Follath · 4 years, 3 months ago
  70. 684da03 PSA PAKE: remove obsolete types and macros by Janos Follath · 4 years, 3 months ago
  71. cd56ff9 PSA PAKE: make cipher suite opaque by Janos Follath · 4 years, 3 months ago
  72. 82b54b9 PSA PAKE: Align macro names by Janos Follath · 4 years, 3 months ago
  73. fc3577d Remove reference to PSA_PAKE_KEY_SHARE_SIZE by Janos Follath · 4 years, 3 months ago
  74. 2ba6079 PSA: fix wording for implementation defined types by Janos Follath · 4 years, 3 months ago
  75. 8005e8a Shrink psa_pake_side_t to uint8_t by Janos Follath · 4 years, 4 months ago
  76. ef1b8c9 PSA PAKE: Relate JPAKE documentation to RFC8236 by Janos Follath · 4 years, 4 months ago
  77. 7ebcbf3 Remove psa_pake_get/set_key_share() functions by Janos Follath · 4 years, 4 months ago
  78. fb4203d PSA PAKE: Call the scheme algorithm by Janos Follath · 4 years, 4 months ago
  79. 020da46 Fix PSA_PAKE_PRIMITIVE macro by Janos Follath · 4 years, 4 months ago
  80. 1101edb PSA PAKE: typo fixes in documentation by Janos Follath · 4 years, 4 months ago
  81. ca2c167 PSA PAKE: fix doxygen warnings by Janos Follath · 4 years, 4 months ago
  82. 7f1e81a PSA PAKE: specify key type and usage by Janos Follath · 4 years, 4 months ago
  83. b378d57 PSA PAKE: add output size macros by Janos Follath · 4 years, 4 months ago
  84. 9c6b147 PSA PAKE: Add J-PAKE to the interface by Janos Follath · 4 years, 5 months ago
  85. 8a09ca9 PSA PAKE: Add dummy operation context by Janos Follath · 4 years, 5 months ago
  86. 508afec PSA PAKE: Add cipher suite structure by Janos Follath · 4 years, 5 months ago
  87. 38a5d35 PSA PAKE: Add type for representing primitives by Janos Follath · 4 years, 5 months ago
  88. b86273a PSA PAKE: Add integral types by Janos Follath · 4 years, 5 months ago
  89. 5e5dcac PSA PAKE: Add function declarations by Janos Follath · 4 years, 5 months ago
  90. 4e9fb39 Corrects documentation in ecdh.h by Thomas Daubney · 4 years, 2 months ago
  91. 84191ea Merge pull request #4315 from Kxuan/feat-pre-compute-tls by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  92. 782c2b9 fix comment, ChangeLog & migration-guide for MBEDTLS_ECP_FIXED_POINT_OPTIM by kXuan · 4 years, 2 months ago
  93. 1b1327c Merge pull request #4581 from TRodziewicz/remove_supp_for_extensions_in_pre-v3_X.509_certs by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  94. df77624 Merge pull request #4490 from TRodziewicz/Combine__SSL_<CID-TLS1_3>_PADDING_GRANULARITY_options by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  95. 1b3b27c Merge pull request #4587 from TRodziewicz/remove_3DES_ciphersuites by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  96. 3dafa9b Merge pull request #4555 from ronald-cron-arm/m-ccm-api by Ronald Cron · 4 years, 2 months ago
  97. 416c46f Defines MBEDTLS_ECDH_LEGACY_CONTEXT in ecdh.h by Thomas Daubney · 4 years, 2 months ago
  98. c8901ed Removes MBEDTLS_ECDH_LEGACY_CONTEXT from check_config.h by Thomas Daubney · 4 years, 2 months ago
  99. 8f4eaca Removes MBEDTLS_ECDH_LEGACY_CONTEXT from config.h by Thomas Daubney · 4 years, 2 months ago
  100. e13d308 Add invalid context as a possible reason for _BAD_INPUT error code by Ronald Cron · 4 years, 2 months ago