1. a616afe Remove redundant inline workarounds by Dave Rodgman · 2 years, 8 months ago
  2. 5a1d00f Merge remote-tracking branch 'origin/development' into fast_xor by Dave Rodgman · 2 years, 8 months ago
  3. bf9b23a Merge pull request #6648 from gilles-peskine-arm/psa-ecb-null-0 by Dave Rodgman · 2 years, 8 months ago
  4. 6e85673 Merge pull request #3431 from naynajain/development-pkcs7 by Bence Szépkúti · 2 years, 8 months ago
  5. 505a228 Merge pull request #6606 from gabor-mezei-arm/6222_bignum_low_level_subtraction by Janos Follath · 2 years, 8 months ago
  6. 7d23778 Explain why p + n isn't good enough by Gilles Peskine · 2 years, 8 months ago
  7. 5a34b36 Remove more now-redundant definitions of inline by Gilles Peskine · 2 years, 8 months ago
  8. f1419db Merge pull request #6381 from tom-cosgrove-arm/pr2164 by Dave Rodgman · 2 years, 8 months ago
  9. 8f6583d Fix for MSVC unsupported #inline keyword by Dave Rodgman · 2 years, 8 months ago
  10. ae79fb2 Merge branch 'development' into pr3431 by Bence Szépkúti · 2 years, 8 months ago
  11. b8c4a0d Minor formatting tweaks by Dave Rodgman · 2 years, 8 months ago
  12. 7a910a8 Minor formatting tweaks by Dave Rodgman · 2 years, 8 months ago
  13. 875d238 Improve documentation by Dave Rodgman · 2 years, 8 months ago
  14. aaf69fd Fix missing newline by Dave Rodgman · 2 years, 8 months ago
  15. c588588 Fix off-by-one error by Dave Rodgman · 2 years, 8 months ago
  16. 6643344 Fix static inline linker issues by Dave Rodgman · 2 years, 8 months ago
  17. 4b910c1 Fix whitespace by Dave Rodgman · 2 years, 8 months ago
  18. 069e7f4 Correct mixed up comments by Dave Rodgman · 2 years, 8 months ago
  19. 96d61d1 Use memcpy for unaligned accesses by Dave Rodgman · 2 years, 8 months ago
  20. fbc2322 Tidy up alignment-related code into separate header by Dave Rodgman · 2 years, 8 months ago
  21. 6921959 Remove unused variable by Dave Rodgman · 2 years, 9 months ago
  22. 4cf77e9 Merge pull request #6621 from ronald-cron-arm/tls13-early-data-write by Ronald Cron · 2 years, 9 months ago
  23. 358c7d6 Fix naming inconsistency by Dave Rodgman · 2 years, 9 months ago
  24. dd3103e Tidy up UNALIGNED_UINT32_T macro by Dave Rodgman · 2 years, 9 months ago
  25. e7cd137 Define UNALIGNED_UINT32_PTR for unaligned access by Dave Rodgman · 2 years, 9 months ago
  26. a677801 Tidy up UBSan detection by Dave Rodgman · 2 years, 9 months ago
  27. 468df31 Fix MSVC support for inline keyword by Dave Rodgman · 2 years, 9 months ago
  28. 1bab27f Prevent unaligned access under ASan builds by Dave Rodgman · 2 years, 9 months ago
  29. 3c8eb7e Provide external definition of mbedtls_xor by Dave Rodgman · 2 years, 9 months ago
  30. 63d1143 Whitespace cleanup by Dave Rodgman · 2 years, 9 months ago
  31. f9a1c37 Whitespace cleanup by Dave Rodgman · 2 years, 9 months ago
  32. 02d2313 Fix documentation by Gabor Mezei · 2 years, 9 months ago
  33. 3411e94 Cas variable to proper type by Gabor Mezei · 2 years, 9 months ago
  34. 4c7cf7d Add low level subtraction with modulus by Gabor Mezei · 2 years, 9 months ago
  35. 531a871 Merge pull request #6235 from tom-cosgrove-arm/issue-6231-core-sub-int by Janos Follath · 2 years, 9 months ago
  36. 4a8c9e2 tls13: Add definition of mbedtls_ssl_{write,read}_early_data by Ronald Cron · 2 years, 9 months ago
  37. 42649d9 Fix NULL+0 undefined behavior in ECB encryption and decryption by Gilles Peskine · 2 years, 9 months ago
  38. ef25a99 Merge pull request #6533 from valeriosetti/issue5847 by Manuel Pégourié-Gonnard · 2 years, 9 months ago
  39. 1d1d536 Merge pull request #6490 from xkqian/tls13_parse_early_data_indication_ee by Ronald Cron · 2 years, 9 months ago
  40. cb0e680 Merge pull request #6476 from yuhaoth/pr/fix-tls13-mbedtls_ssl_is_handshake_over by Ronald Cron · 2 years, 9 months ago
  41. b157e91 Move the early data status set afeter all of the extensions parse by Xiaokang Qian · 2 years, 9 months ago
  42. e861ba0 Remove the duplicate early_data_status check by Xiaokang Qian · 2 years, 9 months ago
  43. ca09afc Remove useless function and parse early data in ee by Xiaokang Qian · 2 years, 9 months ago
  44. fdd967e Detect support for unaligned memory access by Dave Rodgman · 2 years, 9 months ago
  45. c36a56e Use mbedtls_xor in TLS messaging layer by Dave Rodgman · 2 years, 9 months ago
  46. 74b345f Use mbedtls_xor in PKCS #5 by Dave Rodgman · 2 years, 9 months ago
  47. 99a507e Use mbedtls_xor in md by Dave Rodgman · 2 years, 9 months ago
  48. d22fb73 Use mbedtls_xor in GCM by Dave Rodgman · 2 years, 9 months ago
  49. 2e9db8e Use mbedtls_xor in DES by Dave Rodgman · 2 years, 9 months ago
  50. ffb5499 Use mbedtls_xor in CTR_DRBG by Dave Rodgman · 2 years, 9 months ago
  51. 8c0ff81 Use mbedtls_xor in CMAC by Dave Rodgman · 2 years, 9 months ago
  52. c1d9022 Use mbedtls_xor in ChaCha20 by Dave Rodgman · 2 years, 9 months ago
  53. 0d3b55b Use mbedtls_xor in ccm by Dave Rodgman · 2 years, 9 months ago
  54. d23399e Use mbedtls_xor in Camellia by Dave Rodgman · 2 years, 9 months ago
  55. 7bb6b84 Use mbedtls_xor in ARIA by Dave Rodgman · 2 years, 9 months ago
  56. a8cf607 Use mbedtls_xor in AES by Dave Rodgman · 2 years, 9 months ago
  57. 99d88c1 tls: psa_pake: fix missing casting in mbedtls_psa_ecjpake_write_round by Valerio Setti · 2 years, 9 months ago
  58. c3d8041 Introduce mbedtls_xor by Dave Rodgman · 2 years, 9 months ago
  59. 452c99c Use mbedtls_mpi_core_sub_int() in mbedtls_mpi_sub_abs() by Tom Cosgrove · 3 years ago
  60. f7ff4c9 Tidy up, remove MPI_CORE(), and apply the naming convention by Tom Cosgrove · 3 years ago
  61. d9b2348 Extract MPI_CORE(sub_int) from the prototype by Hanno Becker · 3 years ago
  62. a17d038 Merge branch 'development' into pr3431 by Bence Szépkúti · 2 years, 9 months ago
  63. 4f19d86 Merge pull request #6608 from mprse/ecjpake_password_fix by Gilles Peskine · 2 years, 9 months ago
  64. d4a9b1a tls: psa_pake: remove useless defines and fix a comment by Valerio Setti · 2 years, 9 months ago
  65. 8bee899 Add parse function for early data in encrypted extentions by Xiaokang Qian · 2 years, 9 months ago
  66. 0bdec19 Further optimizations of pake set_password implementation by Przemek Stekiel · 2 years, 9 months ago
  67. fdd24b8 Revert change in flight transmit by Jerry Yu · 2 years, 9 months ago
  68. 339406d Merge pull request #6609 from gilles-peskine-arm/mpi_sint-min-ub by Gilles Peskine · 2 years, 9 months ago
  69. ad0f357 Optimize pake code that sets/use password key by Przemek Stekiel · 2 years, 9 months ago
  70. e2d6b5f psa_key_slot_get_slot_number: Move documentation to header file by Przemek Stekiel · 2 years, 9 months ago
  71. 5151bdf tls: psa_pake: add missing braces by Valerio Setti · 2 years, 9 months ago
  72. 79f6b6b tls: psa_pake: fixing mbedtls_psa_ecjpake_write_round() by Valerio Setti · 2 years, 9 months ago
  73. 9e1836c Merge pull request #6593 from Mbed-TLS/fix_tls12_sent_sigalgs by Dave Rodgman · 2 years, 9 months ago
  74. 9b42145 Revert change in dtls1.2 by Jerry Yu · 2 years, 9 months ago
  75. 668070d Remove unnecessary replace by Jerry Yu · 2 years, 9 months ago
  76. a8d3c50 Rename new session ticket name for TLS 1.3 by Jerry Yu · 2 years, 9 months ago
  77. cfda4bb Replace handshake over in flight transmit by Jerry Yu · 2 years, 9 months ago
  78. 1fb3299 Replace internal usage of is_handshake_over. by Jerry Yu · 2 years, 9 months ago
  79. 5ed73ff Add NEW_SESSION_TICKET* into handshake over states by Jerry Yu · 2 years, 9 months ago
  80. 6848a61 Revert "Replace internal usage of mbedtls_ssl_is_handshake_over" by Jerry Yu · 2 years, 9 months ago
  81. e219c11 Replace internal usage of mbedtls_ssl_is_handshake_over by Jerry Yu · 2 years, 10 months ago
  82. 61ea17d tls: psa_pake: fix return values in parse functions by Valerio Setti · 2 years, 9 months ago
  83. aca21b7 tls: psa_pake: enforce not empty passwords by Valerio Setti · 2 years, 9 months ago
  84. 819de86 tls: removed extra white spaces and other minor fix by Valerio Setti · 2 years, 9 months ago
  85. 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
  86. 9bed8ec tls: psa_pake: make round two reading function symmatric to the writing one by Valerio Setti · 2 years, 9 months ago
  87. 30ebe11 tls: psa_pake: add a check on read size on both rounds by Valerio Setti · 2 years, 9 months ago
  88. a988364 tls: psa_pake: fix missing new round one parsing function on tls12 server by Valerio Setti · 2 years, 9 months ago
  89. a08b1a4 tls: psa_pake: move move key exchange read/write functions to ssl_tls.c by Valerio Setti · 2 years, 9 months ago
  90. ec71b09 Introduce a test for single signature algorithm correctness by Andrzej Kurek · 2 years, 9 months ago
  91. 96a0fd9 Fix signature algorithms list entry getting overwritten by length. by Paul Elliott · 2 years, 9 months ago
  92. 369ae0a Zeroize pake password buffer before free by Przemek Stekiel · 2 years, 9 months ago
  93. 152ae07 Change password ec j-pake operation fields to more suitable by Przemek Stekiel · 2 years, 9 months ago
  94. d12922a Merge pull request #6486 from xkqian/tls13_add_early_data_indication by Ronald Cron · 2 years, 9 months ago
  95. 1def5be Add psa_get_and_lock_key_slot_with_policy to header file by Przemyslaw Stekiel · 2 years, 9 months ago
  96. 6f1b574 tls12: psa_pake: simplify EC info parsing in server's 2nd round by Valerio Setti · 2 years, 9 months ago
  97. 4a9caaa tls12: psa_pake: check elliptic curve's TLS ID on handshake by Valerio Setti · 2 years, 9 months ago
  98. fbbc1f3 tls12: psa_pake: use proper defines for the output size of each step in ECJPAKE by Valerio Setti · 2 years, 9 months ago
  99. 02c25b5 tls12: psa_pake: use common code for parsing/writing round one and round two data by Valerio Setti · 2 years, 9 months ago
  100. 0cc4320 Add EARLY_DATA guard to the early data extension in session ticket by Xiaokang Qian · 2 years, 9 months ago