1. 169d9e6 Merge pull request #6802 from gilles-peskine-arm/test_suite_psa_crypto_metadata-20221215 by Manuel Pégourié-Gonnard · 2 years, 6 months ago
  2. 803638c Merge pull request #6939 from minosgalanakis/bignum/6027_hardcode_montgomery_moduli by Janos Follath · 2 years, 6 months ago
  3. 8296eab Merge pull request #6957 from tom-cosgrove-arm/fix-spelling-of-doxygen-return by Gilles Peskine · 2 years, 6 months ago
  4. 3b8623f Merge pull request #6903 from Mihir-Raj-Singh/Bignum_rename_mtoN by Gilles Peskine · 2 years, 6 months ago
  5. 37dabd5 Fix doxygen return parameter spelling by Tom Cosgrove · 2 years, 6 months ago
  6. 8692ec8 pkarse: Added `pk_group_id_from_specified()` documentation. by Minos Galanakis · 2 years, 7 months ago
  7. 7658b63 Remove volatile from diff; add explanatory comment by Dave Rodgman · 2 years, 7 months ago
  8. fa96026 Move definition of asm out of public header by Dave Rodgman · 2 years, 7 months ago
  9. 7f376fa Improve documentation by Dave Rodgman · 2 years, 7 months ago
  10. b9cd19b Prevent perf regressions in mbedtls_xor by Dave Rodgman · 2 years, 7 months ago
  11. 051225d Address potential perf regression by Dave Rodgman · 2 years, 7 months ago
  12. 36dfc5a Improve efficiency of some constant time functions by Dave Rodgman · 2 years, 8 months ago
  13. cb0f2c4 Tidy-up - move asm #define into build_info.h by Dave Rodgman · 2 years, 7 months ago
  14. c8e381a pkarse: Update `pk_group_id_from_specified()` clean-up. by Minos Galanakis · 2 years, 7 months ago
  15. e9fa7a7 ecp_curves: Update pre-processor define guards for `ecp_mpi_load()`. by Minos Galanakis · 2 years, 7 months ago
  16. d61dbd4 ecp_curves: Update `mbedtls_ecp_group_free()`. by Minos Galanakis · 2 years, 7 months ago
  17. 146fed9 ecp_curves: Hardcode Montgomery const for curve448. by Minos Galanakis · 2 years, 7 months ago
  18. bececeb ecp_curves: Hardcod Montgomery const for curve25519 by Minos Galanakis · 2 years, 7 months ago
  19. bb3814c Reject key agreement chained with PSA_ALG_TLS12_ECJPAKE_TO_PMS by Gilles Peskine · 2 years, 8 months ago
  20. 432cacf bignum_mod_raw: Renamed `m` -> N in mbedtls_mpi_mod_raw_neg() by Mihir Raj Singh · 2 years, 7 months ago
  21. b0354c5 bignum_mod_raw: Renamed `m` -> N in mbedtls_mpi_mod_raw_from_mont_rep() by Mihir Raj Singh · 2 years, 7 months ago
  22. 37ece72 bignum_mod_raw: Renamed `m` -> N in mbedtls_mpi_mod_raw_to_mont_rep() by Mihir Raj Singh · 2 years, 7 months ago
  23. 01e861f bignum_mod_raw: Renamed `m` -> N in mbedtls_mpi_mod_raw_write() by Mihir Raj Singh · 2 years, 7 months ago
  24. cd17ff0 bignum_mod_raw: Renamed `m` -> N in mbedtls_mpi_mod_raw_read() by Mihir Raj Singh · 2 years, 7 months ago
  25. a43290d bignum_mod: Renamed `m` -> N in mbedtls_mpi_mod_write() by Mihir Raj Singh · 2 years, 7 months ago
  26. fdc314b bignum_mod: Renamed `m` -> N in mbedtls_mpi_mod_read() by Mihir Raj Singh · 2 years, 7 months ago
  27. 928a07b bignum_mod: Renamed `m` -> N in mbedtls_mpi_mod_modulus_free by Mihir Raj Singh · 2 years, 7 months ago
  28. f438ad1 bignum_mod: Renamed `m` -> N in mbedtls_mpi_mod_modulus_setup() by Mihir Raj Singh · 2 years, 7 months ago
  29. b6fa940 bignum_mod: Renamed `m` -> N in mbedtls_mpi_mod_modulus_init() by Mihir Raj Singh · 2 years, 7 months ago
  30. b13a589 bignum_mod: Renamed `m` -> N in mbedtls_mpi_mod_residue_setup() by Mihir Raj Singh · 2 years, 7 months ago
  31. 9b84ea7 remove ssl_tls13_has_compat_ticket_flags by Pengyu Lv · 2 years, 7 months ago
  32. e2f1dbf update docs of ssl_client2 and improve code format by Pengyu Lv · 2 years, 7 months ago
  33. 4938a56 refine ticket_flags printing helper by Pengyu Lv · 2 years, 7 months ago
  34. acecf9c make ticket_flags param types consistent by Pengyu Lv · 2 years, 7 months ago
  35. 3643fdb refine the state setting in tls13_handshake_wrapup by Pengyu Lv · 2 years, 7 months ago
  36. ee455c0 move ticket_flags debug helpers by Pengyu Lv · 2 years, 7 months ago
  37. 1894653 remove MBEDTLS_ERR_SSL_TICKET_INVALID_KEX_MODE error by Pengyu Lv · 2 years, 7 months ago
  38. 80270b2 rename ticket_flags helper functions to generic ones by Pengyu Lv · 2 years, 7 months ago
  39. a1aa31b fix review comments by Pengyu Lv · 2 years, 8 months ago
  40. 1735ba3 fix review comments by Pengyu Lv · 2 years, 8 months ago
  41. 9eacb44 improve code format and readability by Pengyu Lv · 2 years, 8 months ago
  42. 9356678 filter the tickets with tls13_kex_mode on client side. by Pengyu Lv · 2 years, 8 months ago
  43. e6487fe guard tls13_kex_modes related function calls with macro by Pengyu Lv · 2 years, 8 months ago
  44. 3eb49be move kex mode check in ticket_flags to psks_check_identity_match_ticket by Pengyu Lv · 2 years, 8 months ago
  45. c7af2c4 tls13: send new session ticket only when client supports psk by Pengyu Lv · 2 years, 8 months ago
  46. c55eeb6 tls13: check if the session ticket is compatible with key exchange modes by Pengyu Lv · 2 years, 9 months ago
  47. 9f92695 tls13: set key exchange mode in ticket_flags on client/server by Pengyu Lv · 2 years, 9 months ago
  48. b7d50ac tls13: add helpers to manipulate ticket_flags by Pengyu Lv · 2 years, 9 months ago
  49. 5b8dcd2 Add debug helper to print ticket_flags status by Pengyu Lv · 2 years, 9 months ago
  50. 449bd83 Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
  51. 03e99cf Remove redundant error code definitions by Gilles Peskine · 2 years, 7 months ago
  52. 83c5ad4 Merge pull request #6787 from yuhaoth/pr/workaround-gnutls_anti_replay_fail by Ronald Cron · 2 years, 7 months ago
  53. 0770efe Merge pull request #6888 from daverodgman/iar-bignum-warning by Gilles Peskine · 2 years, 7 months ago
  54. 28d4d43 Merge pull request #6863 from valeriosetti/issue6830 by Manuel Pégourié-Gonnard · 2 years, 7 months ago
  55. 3e60cad Improve comment and changlog by Jerry Yu · 2 years, 7 months ago
  56. a0b97bc fix wrong type in debug message by Valerio Setti · 2 years, 7 months ago
  57. 1e868cc fix several typos and extra blank spaces by Valerio Setti · 2 years, 7 months ago
  58. 2b5d3de remove remaining occurencies of mbedtls_ecc_group_to_psa() from TLS by Valerio Setti · 2 years, 7 months ago
  59. bdb936b Workaround anti replay fail of GnuTLS by Jerry Yu · 2 years, 7 months ago
  60. 14db512 Fix IAR warning by Glenn Strauss · 2 years, 7 months ago archive/new-code-style/test/6888/old features/new-code-style/test/6888/old
  61. cd0a565 Merge pull request #6703 from yuhaoth/pr/tls13-misc-from-prototype by Gilles Peskine · 2 years, 7 months ago
  62. bec9532 Don't restyle end of file by David Horstmann · 2 years, 7 months ago
  63. cb3b6ae Disable code style correction for bignum assembly by David Horstmann · 2 years, 7 months ago
  64. 67419f0 tls: fix + save code size when DEBUG_C is not enabled by Valerio Setti · 2 years, 7 months ago
  65. 40d9ca9 tls: remove useless legacy function by Valerio Setti · 2 years, 7 months ago
  66. 18c9fed tls: remove dependency from mbedtls_ecp_curve functions by Valerio Setti · 2 years, 7 months ago
  67. e3d8f31 Workaround Uncrustify parsing of "asm" by David Horstmann · 2 years, 7 months ago
  68. 7a389dd Merge pull request #6784 from valeriosetti/issue6702 by Manuel Pégourié-Gonnard · 2 years, 7 months ago
  69. b4b0bb7 Merge pull request #5907 from mpg/use-psa-rsa-pss by Janos Follath · 2 years, 7 months ago
  70. b402e4b Merge pull request #6595 from mfischer/lms_heap by Gilles Peskine · 2 years, 7 months ago
  71. 326cf46 test: improved readability in sha self tests by Valerio Setti · 2 years, 7 months ago
  72. 676766f Merge pull request #6776 from gabor-mezei-arm/6222_bignum_mod_mul by Manuel Pégourié-Gonnard · 2 years, 7 months ago
  73. 2fcb4c1 Merge pull request #6747 from gilles-peskine-arm/bignum-mod-random by Manuel Pégourié-Gonnard · 2 years, 7 months ago
  74. 543d00e sha: remove SHA1 from ssl_cookie by Valerio Setti · 2 years, 8 months ago
  75. 2510dd4 Merge pull request #6282 from gstrauss/sw_derive_y by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  76. 4dacf58 Take advantage of now-public macro in pk.c by Manuel Pégourié-Gonnard · 3 years, 2 months ago
  77. 6958355 Use PSA Crypto more often in pk_verify_ext() by Manuel Pégourié-Gonnard · 3 years, 2 months ago
  78. e1d8326 Fix representation of mod-random output by Gilles Peskine · 2 years, 8 months ago
  79. e655479 Generalize representation handling in mbedtls_mpi_mod_read by Gilles Peskine · 2 years, 8 months ago
  80. eb2e77f Document modulus representation selectors by Gilles Peskine · 2 years, 8 months ago
  81. 1e2a4d4 Functions to convert raw residues to/from the modulus representation by Gilles Peskine · 2 years, 8 months ago
  82. 496cd37 Use equality checking for NULL value by Gabor Mezei · 2 years, 8 months ago
  83. 2840884 Typo by Gabor Mezei · 2 years, 8 months ago
  84. 6a31b72 Fix documentation by Gabor Mezei · 2 years, 8 months ago
  85. 9db81e9 Add mod_mul function by Gabor Mezei · 2 years, 8 months ago
  86. efde9d5 remove duplicated consecutive preproc directives by Glenn Strauss · 2 years, 8 months ago
  87. 8b6d14b Extract common code for computing X^3 + AX + B by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  88. 4524161 move mbedtls_ecp_sw_derive_y after MPI_ECP_ macros by Glenn Strauss · 2 years, 8 months ago
  89. fcabc28 use MPI_ECP_* macros in mbedtls_ecp_sw_derive_y() by Glenn Strauss · 2 years, 8 months ago
  90. e162b47 Merge pull request #6777 from tom-cosgrove-arm/issue-6292-mod_inv by Gilles Peskine · 2 years, 8 months ago
  91. cf86d70 Merge pull request #6742 from gabor-mezei-arm/6022_bignum_mod_raw_mul by Gilles Peskine · 2 years, 8 months ago
  92. f723754 Fix typos by Tom Cosgrove · 2 years, 8 months ago
  93. cbfd5e9 comment by Glenn Strauss · 2 years, 8 months ago
  94. 369bfb9 comments and whitespace by Glenn Strauss · 2 years, 8 months ago
  95. 210ea63 Fix documentation by Gabor Mezei · 2 years, 8 months ago
  96. e7221a2 test: adjust depends.py to new SHA224/SHA384 changes by Valerio Setti · 2 years, 8 months ago
  97. 342d00b Oops, use mbedtls_free() not plain free() by Tom Cosgrove · 2 years, 8 months ago
  98. b1eea02 Implement and test mbedtls_mpi_mod_random by Gilles Peskine · 2 years, 8 months ago
  99. a57cf98 Implement and test mbedtls_mpi_mod_raw_random by Gilles Peskine · 2 years, 8 months ago
  100. 057b458 Merge pull request #6766 from wernerlewis/bignum_mod_docs by Manuel Pégourié-Gonnard · 2 years, 8 months ago