1. cf86d70 Merge pull request #6742 from gabor-mezei-arm/6022_bignum_mod_raw_mul by Gilles Peskine · 2 years, 8 months ago
  2. 210ea63 Fix documentation by Gabor Mezei · 2 years, 8 months ago
  3. 057b458 Merge pull request #6766 from wernerlewis/bignum_mod_docs by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  4. 5bf8629 Merge pull request #6303 from gilles-peskine-arm/bignum-core-random by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  5. d1dd41f Merge pull request #6723 from mpg/restartable-vs-use-psa by Gilles Peskine · 2 years, 8 months ago
  6. 6bb49ba Document const parameter conventions by Werner Lewis · 2 years, 8 months ago
  7. 756a34a Use lower case for p and r by Werner Lewis · 2 years, 8 months ago
  8. 0f644f4 Add output initialization requirement by Werner Lewis · 2 years, 8 months ago
  9. 6b7ce96 Clarify some comments by Gilles Peskine · 2 years, 8 months ago
  10. 95b754d Fix documentation by Gabor Mezei · 2 years, 8 months ago
  11. 979d34c Add mod_raw_mul function by Gabor Mezei · 2 years, 8 months ago
  12. 214ae64 Replace \p with \c for non-parameter code typeset by Werner Lewis · 2 years, 8 months ago
  13. 1d89ebf Clarify all functions operate modulo N by Werner Lewis · 2 years, 8 months ago
  14. a306886 Add modulus to parameter ordering by Werner Lewis · 2 years, 8 months ago
  15. 2e70b9a Reword bignum sizes section by Werner Lewis · 2 years, 8 months ago
  16. 2bd263d Fix grammar and spelling by Werner Lewis · 2 years, 8 months ago
  17. 945a165 Clarify output requirements by Werner Lewis · 2 years, 8 months ago
  18. eac8be7 Remove unnecessary type comment by Werner Lewis · 2 years, 8 months ago
  19. e1eb75d Specify modulus constraints by Werner Lewis · 2 years, 8 months ago
  20. 50faa55 Merge pull request #6732 from wernerlewis/bignum_6019_mod_add by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  21. 01f6e61 Merge pull request #986 from Mbed-TLS/merge-back-3.3.0-3 by Dave Rodgman · 2 years, 8 months ago
  22. ebef356 Revert "Add generated files" by Dave Rodgman · 2 years, 8 months ago
  23. e90ed7d Bump versions for libmbedcrypto and libmbedtls by Dave Rodgman · 2 years, 8 months ago
  24. c98624a Merge pull request #6680 from valeriosetti/issue6599 by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  25. 4064a82 Merge pull request #5600 from yuhaoth/pr/refactor-cookie-members-of-handshake by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  26. eed01aa Clarify wording in documentation by Werner Lewis · 2 years, 8 months ago
  27. 2b70a3f Merge pull request #6558 from lpy4105/6416-psa_macros_name_typo by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  28. 48232ed Merge pull request #6743 from minosgalanakis/bignum/implement_modular_negation by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  29. f764154 Correct the fix for the PKCS 7 memory leak by Bence Szépkúti · 2 years, 8 months ago
  30. 8a05c06 Merge pull request #6751 from ZachFleck42/development by Dave Rodgman · 2 years, 8 months ago
  31. 5e9d2e9 Add conventions for bignum mod and mod_raw by Werner Lewis · 2 years, 8 months ago
  32. a9ac612 Merge pull request #6666 from daverodgman/fast_unaligned by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  33. 5e8443e6 mbedtls_mpi_mod_raw_neg: Updated documentation. by Minos Galanakis · 2 years, 8 months ago
  34. 21fe8bd bignum_mod_raw: Added modular negation. by Minos Galanakis · 2 years, 8 months ago
  35. 016f682 tls: pake: small code refactoring for password setting functions by Valerio Setti · 2 years, 8 months ago
  36. 5f09930 Clarify use of temporary in mbedtls_mpi_mod_raw_inv_prime() by Tom Cosgrove · 2 years, 8 months ago
  37. c18d932 Add generated files by Dave Rodgman · 2 years, 8 months ago
  38. df0c73c Readability improvement in pk_wrap.c by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  39. 79ae7eb Use deterministic ECDSA in PSA when we do in legacy by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  40. eb3f788 tls: pake: do not destroy password key in TLS by Valerio Setti · 2 years, 8 months ago
  41. 48223bc Bump version to 3.3.0. No changes to .so versions. by Dave Rodgman · 2 years, 8 months ago
  42. a5b2c52 Merge remote-tracking branch 'restricted/development-restricted' into mbedtls-3.3.0rc0-pr by Dave Rodgman · 2 years, 8 months ago
  43. 73defe4 Fix typo in `library/entropy.c` by Zachary Fleckenstein · 2 years, 8 months ago
  44. 6129268 Bignum: Implement mbedtls_mpi_mod_raw_inv_prime() and tests by Tom Cosgrove · 2 years, 8 months ago
  45. a7f0d7b mbedtls_mpi_core_exp_mod() ouuput may alias input A by Tom Cosgrove · 2 years, 8 months ago
  46. ae7fe7e tls: pake: avoid useless psa_pake_abort in setting opaque password by Valerio Setti · 2 years, 8 months ago
  47. 70d1fa5 tls: pake: fix missing return values check by Valerio Setti · 2 years, 8 months ago
  48. c689ed8 tls: pake: minor adjustments by Valerio Setti · 2 years, 8 months ago
  49. 90af1a1 Merge pull request #6734 from daverodgman/fix_test_dep_spelling by Dave Rodgman · 2 years, 8 months ago
  50. fbba0e9 Merge pull request #6537 from yuhaoth/pr/tls13-refactor-early-data-configuration-interface by Ronald Cron · 2 years, 8 months ago
  51. d45924d Merge pull request #6733 from tom-cosgrove-arm/issue-6293-mod_exp-memory by Janos Follath · 2 years, 8 months ago
  52. 1d26d97 Merge pull request #6731 from tom-cosgrove-arm/issue-6293-mod_exp by Janos Follath · 2 years, 8 months ago
  53. 556e8a3 Fix additional mis-spelling by Dave Rodgman · 2 years, 8 months ago
  54. 92011ee Merge pull request #6717 from tom-cosgrove-arm/fix-typos-2212 by Dave Rodgman · 2 years, 8 months ago
  55. 0a0dded Have mbedtls_mpi_core_exp_mod() take a temporary instead of allocating memory by Tom Cosgrove · 2 years, 8 months ago
  56. e1b6b7c Implement mbedtls_mpi_mod_add() by Werner Lewis · 2 years, 8 months ago
  57. ecda186 Require input to mbedtls_mpi_core_exp_mod() to already be in Montgomery form by Tom Cosgrove · 2 years, 8 months ago
  58. 6ee56aa Add default values for conf->*early_data* by Jerry Yu · 2 years, 8 months ago
  59. 39da985 remove limitation of max_early_data_size by Jerry Yu · 2 years, 8 months ago
  60. 12c46bd fix various issues by Jerry Yu · 2 years, 8 months ago
  61. ed4f59e Fix another typo where 'PSK' was 'PKS' by Tom Cosgrove · 2 years, 8 months ago
  62. e01304f fix type conversion issue by Jerry Yu · 3 years, 4 months ago
  63. ac5ca5a Refactor cookie members of handshake struct by Jerry Yu · 3 years, 5 months ago
  64. acbb6dc Merge remote-tracking branch 'origin/development' into merge-dev by Dave Rodgman · 2 years, 8 months ago
  65. 1797b05 Fix typos prior to release by Tom Cosgrove · 2 years, 8 months ago
  66. 757f359 tls: pake: do not destroy key on errors while setting opaque password by Valerio Setti · 2 years, 8 months ago
  67. 70375b2 Move mbedtls_mpi_core_random to the proper source file by Gilles Peskine · 2 years, 11 months ago
  68. 78cf3bb Bignum core: break mbedtls_mpi_core_random out of mbedtls_mpi_random by Gilles Peskine · 2 years, 11 months ago
  69. 4a8c5cd Bignum core: random: prototype by Gilles Peskine · 2 years, 10 months ago
  70. 26be89b Bignum core: random: prepare to break out the core function by Gilles Peskine · 2 years, 11 months ago
  71. 8a32a75 mbedtls_mpi_random: avoid local allocation by Gilles Peskine · 2 years, 11 months ago
  72. 6f949ea New constant-flow function mbedtls_mpi_core_uint_le_mpi by Gilles Peskine · 2 years, 11 months ago
  73. cc4e007 Add max_early_data_size to mbedtls_ssl_config by Jerry Yu · 2 years, 9 months ago
  74. 62b2048 Implement mbedtls_mpi_mod_sub() by Tom Cosgrove · 2 years, 8 months ago
  75. 0944329 tls: pake: add check for empty passwords in mbedtls_ssl_set_hs_ecjpake_password() by Valerio Setti · 2 years, 8 months ago
  76. 266f79c Merge pull request #6426 from aditya-deshpande-arm/driver-wrapper-key-agreement by Paul Elliott · 2 years, 8 months ago
  77. 2dae4b3 Support armcc builtin byteswap routine by Dave Rodgman · 2 years, 8 months ago
  78. 2d0f27d Make use of optimised bswap from ARIA by Dave Rodgman · 2 years, 8 months ago
  79. 7df787c Merge pull request #6538 from yuhaoth/pr/tls13-add-early-data-transform-computation by Ronald Cron · 2 years, 8 months ago
  80. edaa17b Merge pull request #6547 from yanesca/extract_mod_exp_from_prototype by Gilles Peskine · 2 years, 8 months ago
  81. b6bc752 Minor formatting fixes to address code review comments by Aditya Deshpande · 2 years, 8 months ago
  82. 0b9b560 Merge pull request #6601 from valeriosetti/issue6502 by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  83. f9720cf Merge pull request #6670 from gilles-peskine-arm/pkcs7-use-after-free-20221127 by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  84. ffc330f Merge pull request #6264 from hannestschofenig/rfc9146_2 by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  85. aec08b3 fix various format issues by Jerry Yu · 2 years, 8 months ago
  86. 97915c8 Merge pull request #6619 from minosgalanakis/bignum/add_high_lv_IO_methods by Janos Follath · 2 years, 8 months ago
  87. a9a97dc psa_pake: add support for opaque password by Valerio Setti · 2 years, 8 months ago
  88. 6d23ff6 Make use of optimised bswap from bignum by Dave Rodgman · 2 years, 8 months ago
  89. f7f1f74 Support built-in byteswap routines from clang, gcc, MSVC by Dave Rodgman · 2 years, 8 months ago
  90. a5110b0 Make use of efficient unaligned access functions by Dave Rodgman · 2 years, 8 months ago
  91. 6298b24 Add byteswap routines by Dave Rodgman · 2 years, 8 months ago
  92. e5c4259 Add byte order detection macro by Dave Rodgman · 2 years, 8 months ago
  93. a360e19 Add efficent unaligned get/put functions by Dave Rodgman · 2 years, 8 months ago
  94. d98ac8b Merge remote-tracking branch 'dave/fast_xor' into fast_unaligned by Dave Rodgman · 2 years, 8 months ago
  95. 1f8afa2 Bignum Mod: improve documentation and style by Janos Follath · 2 years, 8 months ago
  96. 1ac41de Add test function for opaque driver (simply returns PSA_ERROR_NOT_SUPPORTED), and address other review comments. by Aditya Deshpande · 2 years, 8 months ago
  97. 84bee4c mbedtls_mpi_mod_write: improve readability by Janos Follath · 2 years, 8 months ago
  98. 3d78e08 erase early secrets and transcripts by Jerry Yu · 2 years, 9 months ago
  99. a5db6c0 fix coding style issues. by Jerry Yu · 2 years, 9 months ago
  100. e31688b fix comments issue by Jerry Yu · 2 years, 9 months ago