1. 61ea17d tls: psa_pake: fix return values in parse functions by Valerio Setti · 2 years, 9 months ago
  2. aca21b7 tls: psa_pake: enforce not empty passwords by Valerio Setti · 2 years, 9 months ago
  3. 819de86 tls: removed extra white spaces and other minor fix by Valerio Setti · 2 years, 9 months ago
  4. 6b3dab0 tls: psa_pake: use a single function for round one and two in key exchange read/write by Valerio Setti · 2 years, 9 months ago
  5. 9bed8ec tls: psa_pake: make round two reading function symmatric to the writing one by Valerio Setti · 2 years, 9 months ago
  6. 30ebe11 tls: psa_pake: add a check on read size on both rounds by Valerio Setti · 2 years, 9 months ago
  7. a988364 tls: psa_pake: fix missing new round one parsing function on tls12 server by Valerio Setti · 2 years, 9 months ago
  8. a08b1a4 tls: psa_pake: move move key exchange read/write functions to ssl_tls.c by Valerio Setti · 2 years, 9 months ago
  9. 6f1b574 tls12: psa_pake: simplify EC info parsing in server's 2nd round by Valerio Setti · 2 years, 9 months ago
  10. 4a9caaa tls12: psa_pake: check elliptic curve's TLS ID on handshake by Valerio Setti · 2 years, 9 months ago
  11. fbbc1f3 tls12: psa_pake: use proper defines for the output size of each step in ECJPAKE by Valerio Setti · 2 years, 9 months ago
  12. 02c25b5 tls12: psa_pake: use common code for parsing/writing round one and round two data by Valerio Setti · 2 years, 9 months ago
  13. ca7d506 Use PSA PAKE API when MBEDTLS_USE_PSA_CRYPTO is selected by Neil Armstrong · 3 years, 2 months ago
  14. faefe62 Merge pull request #6390 from mpg/fix-ecjpake-psa-format by Gilles Peskine · 2 years, 9 months ago
  15. bf249ac Merge pull request #6498 from yuhaoth/pr/fix-session-resumption-fail-when-hostname-is-not-localhost by Gilles Peskine · 2 years, 9 months ago
  16. 5933f69 Add merge slots to Bignum files by Janos Follath · 2 years, 9 months ago
  17. 2a8bcf8 Add bignum merge scaffolding by Janos Follath · 2 years, 9 months ago
  18. 22cdd0c Update some internal comments by Gilles Peskine · 2 years, 9 months ago
  19. 009d195 Move mbedtls_mpi_core_fill_random to the proper .c file by Gilles Peskine · 2 years, 11 months ago
  20. 5980f2b Implement mbedtls_mpi_core_fill_random by Gilles Peskine · 2 years, 11 months ago
  21. 909e03c Bignum core: fill_random: prototype by Gilles Peskine · 2 years, 10 months ago
  22. f1ed581 Merge pull request #6512 from yanesca/extract_uint_table_lookup_core by Janos Follath · 2 years, 9 months ago
  23. 90c6836 Merge pull request #6524 from daverodgman/fix-duplicate-header by Dave Rodgman · 2 years, 9 months ago
  24. 0877dc8 Improve documentation for psa_crypto_cipher.h by Dave Rodgman · 2 years, 9 months ago
  25. 1630447 Move declaration of mbedtls_cipher_info_from_psa into psa_crypto_cipher.h by Dave Rodgman · 2 years, 9 months ago
  26. ba86484 Remove duplicate function prototype by Dave Rodgman · 2 years, 9 months ago
  27. 29b9b2b Fix zeroization at NULL pointer by Dave Rodgman · 2 years, 9 months ago
  28. 8904a2d mpi_core_ct_uint_table_lookup: style and docs by Janos Follath · 2 years, 9 months ago
  29. e8734d8 Apply suggestions from code review by Dave Rodgman · 2 years, 9 months ago
  30. 55fd0b9 Merge pull request #6121 from daverodgman/pr277 by Dave Rodgman · 2 years, 9 months ago
  31. e50f2f1 Add mbedtls_mpi_core_ct_uint_table_lookup by Janos Follath · 2 years, 9 months ago
  32. 2dc2757 Merge pull request #6457 from minosgalanakis/minos/6017_update_modulus_lifecycle by Janos Follath · 2 years, 9 months ago
  33. 1a22bef Merge pull request #6190 from daverodgman/invalid-ecdsa-pubkey by Dave Rodgman · 2 years, 9 months ago
  34. def7ae4 Add auth mode check by Jerry Yu · 2 years, 9 months ago
  35. 04e2133 Merge pull request #6482 from ronald-cron-arm/tls13-misc by Ronald Cron · 2 years, 9 months ago
  36. 75c4eaf Merge pull request #5841 from aurel32/ecp_mul_mxz-timing-leak by Gilles Peskine · 2 years, 9 months ago
  37. 4d4c98b bignum_mod: `mbedtls_mpi_mod_modulus_setup()` refactoring. by Minos Galanakis · 2 years, 9 months ago
  38. 771c470 bignum_mod: Style changes by Minos Galanakis · 2 years, 9 months ago
  39. 8b33363 bignum_mod: Updated modulus lifecycle with mm and rr. by Minos Galanakis · 2 years, 10 months ago
  40. 760f5d6 bignum_mod: Updated mbedtls_mpi_mod_modulus_setup/free with new fields by Minos Galanakis · 3 years ago
  41. cd860df bignum_mod: Added Montgomery constants by Hanno Becker · 3 years ago
  42. 9603dad Merge pull request #6230 from tom-cosgrove-arm/issue-6223-core-add by Gilles Peskine · 2 years, 9 months ago
  43. 77e15e8 Merge pull request #6460 from xkqian/tls13_add_early_data_preparatory by Ronald Cron · 2 years, 9 months ago
  44. 88f5fd9 Merge pull request #6479 from AndrzejKurek/depends-py-no-psa by Gilles Peskine · 2 years, 9 months ago
  45. d4d080b Merge pull request #6407 from minosgalanakis/minos/6017_add_montgomery_constant_squared by Gilles Peskine · 2 years, 9 months ago
  46. 4f7feca Merge pull request #6391 from davidhorstmann-arm/fix-x509-get-name-cleanup by Ronald Cron · 2 years, 9 months ago
  47. 72dbfef Improve coding styles by Xiaokang Qian · 2 years, 9 months ago
  48. eac00ad tls13: server: Note down client not being authenticated in SSL context by Ronald Cron · 2 years, 11 months ago
  49. 744fd37 Merge pull request #6467 from davidhorstmann-arm/fix-unusual-macros-0 by Gilles Peskine · 2 years, 10 months ago
  50. a709a0f tls13: Declare PSK ephemeral key exchange mode first by Ronald Cron · 2 years, 10 months ago
  51. 6469fdf Fix whitespace issue spotted in review by Tom Cosgrove · 2 years, 10 months ago
  52. 82f1310 Update documentation following review comment by Tom Cosgrove · 2 years, 10 months ago
  53. af7d44b Tidy up, remove MPI_CORE(), apply the naming convention, and use the new mbedtls_mpi_core_add() by Tom Cosgrove · 3 years ago
  54. c988713 Extract MPI_CORE(add) from the prototype by Hanno Becker · 3 years ago
  55. a081c51 Renamed mpi_core_get_mont_R2_unsafe_neg -> mpi_core_get_mont_r2_unsafe_neg by Minos Galanakis · 2 years, 10 months ago
  56. 51d638b bignum_core: Style update by Minos Galanakis · 2 years, 10 months ago
  57. ae4fb67 mbedtls_mpi_core_get_mont_R2_unsafe: Removed NULL input checking by Minos Galanakis · 2 years, 10 months ago
  58. b85506e bignum_core.h: Comment update for mbedtls_mpi_core_get_mont_R2_unsafe by Minos Galanakis · 2 years, 10 months ago
  59. 4f43f61 Renamed mbedtls_mpi_get_montgomery_constant_unsafe to mpi_core_get_mont_R2_unsafe by Minos Galanakis · 2 years, 10 months ago
  60. ec440f2 bignum_mod_raw: Ported mbedtls_mpi_get_montgomery_constant_unsafe from prototype by Hanno Becker · 3 years ago
  61. 3a334c2 Minor improvements to ssl_tls12_server.c by David Horstmann · 2 years, 10 months ago
  62. 7aee0ec Minor improvements in ssl_client.c by David Horstmann · 2 years, 10 months ago
  63. 6e11687 Minor improvements to ecp.c changes by David Horstmann · 2 years, 10 months ago
  64. 9b0eb90 Rename ARIA_SELF_TEST_IF_FAIL by David Horstmann · 2 years, 10 months ago
  65. 059848f Minor changes to asn1write.c by David Horstmann · 2 years, 10 months ago
  66. e5a715e Merge pull request #6449 from gilles-peskine-arm/bignum-core-shift_r by Gilles Peskine · 2 years, 10 months ago
  67. 72de95d Move function mbedtls_ssl_tls13_conf_early_data to ssl_tls.c by Xiaokang Qian · 2 years, 10 months ago
  68. 600804b Remove useless early data related macros for the time being by Xiaokang Qian · 2 years, 10 months ago
  69. 54413b1 Add early data support preparatory work by Xiaokang Qian · 2 years, 10 months ago
  70. 409248a mbedtls_ssl_get_handshake_transcript is unusable without hashes by Andrzej Kurek · 2 years, 10 months ago
  71. 57d1063 Fix tls_prf generic dependencies by Andrzej Kurek · 2 years, 10 months ago
  72. 468c506 Fix key exchange dependencies for ssl_parse_server_ecdh_params by Andrzej Kurek · 2 years, 10 months ago
  73. 083da8e tls13: client: Improve coding style by Ronald Cron · 2 years, 10 months ago
  74. a2900bc tls13: keys: Simplify code guard by Ronald Cron · 2 years, 10 months ago
  75. 766c0cd tls13: Add missing kex guards by Ronald Cron · 2 years, 10 months ago
  76. 82be0d4 tls13: Do not use MBEDTLS_KEY_EXCHANGE_SOME_ECDHE_ENABLED by Ronald Cron · 2 years, 10 months ago
  77. de08cf3 tls13: Do not use MBEDTLS_KEY_EXCHANGE_ECDHE_ECDSA_ENABLED by Ronald Cron · 2 years, 10 months ago
  78. 73fe8df Introduce and use MBEDTLS_SSL_HANDSHAKE_WITH_PSK_ENABLED by Ronald Cron · 2 years, 10 months ago
  79. e68ab4f Introduce and use MBEDTLS_SSL_HANDSHAKE_WITH_CERT_ENABLED by Ronald Cron · 2 years, 10 months ago
  80. 41a443a tls13: Use MBEDTLS_SSL_TLS1_3_KEY_EXCHANGE_MODE_PSK.*ENABLED by Ronald Cron · 2 years, 10 months ago
  81. 928cbd3 tls13: Use MBEDTLS_SSL_TLS1_3_KEY_EXCHANGE_MODE_EPHEMERAL_ENABLED by Ronald Cron · 2 years, 10 months ago
  82. abc6fbb Fix brief description by Gilles Peskine · 2 years, 10 months ago
  83. d29e13e tls: Use the same function in TLS 1.2 and 1.3 to check PSK conf by Ronald Cron · 2 years, 10 months ago
  84. 2a87e9b tls: Align set and usage check for PSK by Ronald Cron · 2 years, 10 months ago
  85. fa1e04a tls13: keys: Fix PSK build only case by Ronald Cron · 2 years, 10 months ago
  86. 9a6a49c tls13: keys: Fail if the group type is not ECDHE or DHE by Ronald Cron · 2 years, 10 months ago
  87. b15d4d8 tls13: keys: Fix error code by Ronald Cron · 2 years, 10 months ago
  88. 3b05620 tls13: keys: Do not use `handshake->premaster` by Ronald Cron · 2 years, 10 months ago
  89. 4c7edb2 tls13: keys: Fix indentation by Ronald Cron · 2 years, 10 months ago
  90. 831fee6 tls13: keys: Avoid input buffer copy by Ronald Cron · 2 years, 10 months ago
  91. 45c6792 Merge pull request #6385 from AndrzejKurek/depends-py-reloaded by Manuel Pégourié-Gonnard · 2 years, 10 months ago
  92. c279b2f Move mbedtls_mpi_core_shift_r to the proper source file by Gilles Peskine · 2 years, 11 months ago
  93. 6641420 Bignum core: Break shift_r function out of the classic shift_r by Gilles Peskine · 2 years, 11 months ago
  94. 4281ae0 Merge pull request #6373 from gilles-peskine-arm/bignum-core-conventions by Gilles Peskine · 2 years, 10 months ago
  95. db29963 Merge pull request #6289 from gabor-mezei-arm/6237_Add_conditional_assign_and_swap_for_bignum by Gilles Peskine · 2 years, 10 months ago
  96. 9387b7b Add a temporary solution to create a seedfile by Andrzej Kurek · 2 years, 10 months ago
  97. c610e74 Formatting & unnecessary (void) fixes by Andrzej Kurek · 2 years, 10 months ago
  98. ecb6309 Fix constant name in ssl_tls13_keys by Andrzej Kurek · 2 years, 10 months ago
  99. e5a5cc1 Remove the dependency of tls1_3 key evolution tests on curve25519 by Andrzej Kurek · 2 years, 10 months ago
  100. eabeb30 Fix SHA512 vs SHA384 dependencies by Andrzej Kurek · 2 years, 10 months ago