1. 7cc2805 Adapt mbedtls_x509_crt_free after rebase by Przemek Stekiel · 2 years, 7 months ago
  2. 0e09567 Adding missing ending of comment by toth92g · 4 years, 3 months ago
  3. 93e4f76 Adding some comments for easier understand by toth92g · 4 years, 3 months ago
  4. 7e7f606 Removing whitespaces (to meet sanity checks) by toth92g · 4 years, 3 months ago
  5. d2df7ec Renaming x509_get_subject_alt_name to x509_get_general_names and mbedtls_x509_parse_subject_alt_name to mbedtls_x509_parse_general_name so they can be used not only to collect subject alt name, but the V3 authority cert issuer that is also GeneralName type. by toth92g · 4 years, 3 months ago
  6. bf2dae1 Replacing tabs with spaces by toth92g · 4 years, 3 months ago
  7. 98fa4c9 Correcting documentation issues: by toth92g · 4 years, 3 months ago
  8. fcdd029 Updating the new code parts based on the coding standards: adding missing whitespaces to brackets by toth92g · 4 years, 4 months ago
  9. dd12390 Updating the new code parts based on the coding standards: adding missing whitespaces to brackets by toth92g · 4 years, 4 months ago
  10. 1bbc2fe Extracting SubjectKeyId and AuthorityKeyId in case of x509 V3 extensions. Updating mbedtls_x509_crt_free function to also free the new dynamic elements (issuer field of AuthorityKeyId). by toth92g · 4 years, 6 months ago
  11. b4b0bb7 Merge pull request #5907 from mpg/use-psa-rsa-pss by Janos Follath · 2 years, 7 months ago
  12. b402e4b Merge pull request #6595 from mfischer/lms_heap by Gilles Peskine · 2 years, 7 months ago
  13. 676766f Merge pull request #6776 from gabor-mezei-arm/6222_bignum_mod_mul by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  14. 2fcb4c1 Merge pull request #6747 from gilles-peskine-arm/bignum-mod-random by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  15. 2510dd4 Merge pull request #6282 from gstrauss/sw_derive_y by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  16. 4dacf58 Take advantage of now-public macro in pk.c by Manuel Pégourié-Gonnard · 3 years, 2 months ago
  17. 6958355 Use PSA Crypto more often in pk_verify_ext() by Manuel Pégourié-Gonnard · 3 years, 2 months ago
  18. e1d8326 Fix representation of mod-random output by Gilles Peskine · 2 years, 8 months ago
  19. e655479 Generalize representation handling in mbedtls_mpi_mod_read by Gilles Peskine · 2 years, 8 months ago
  20. eb2e77f Document modulus representation selectors by Gilles Peskine · 2 years, 8 months ago
  21. 1e2a4d4 Functions to convert raw residues to/from the modulus representation by Gilles Peskine · 2 years, 8 months ago
  22. 496cd37 Use equality checking for NULL value by Gabor Mezei · 2 years, 8 months ago
  23. 2840884 Typo by Gabor Mezei · 2 years, 8 months ago
  24. 6a31b72 Fix documentation by Gabor Mezei · 2 years, 8 months ago
  25. 9db81e9 Add mod_mul function by Gabor Mezei · 2 years, 8 months ago
  26. efde9d5 remove duplicated consecutive preproc directives by Glenn Strauss · 2 years, 8 months ago
  27. 8b6d14b Extract common code for computing X^3 + AX + B by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  28. 4524161 move mbedtls_ecp_sw_derive_y after MPI_ECP_ macros by Glenn Strauss · 2 years, 8 months ago
  29. fcabc28 use MPI_ECP_* macros in mbedtls_ecp_sw_derive_y() by Glenn Strauss · 2 years, 8 months ago
  30. e162b47 Merge pull request #6777 from tom-cosgrove-arm/issue-6292-mod_inv by Gilles Peskine · 2 years, 8 months ago
  31. cf86d70 Merge pull request #6742 from gabor-mezei-arm/6022_bignum_mod_raw_mul by Gilles Peskine · 2 years, 8 months ago
  32. f723754 Fix typos by Tom Cosgrove · 2 years, 8 months ago
  33. cbfd5e9 comment by Glenn Strauss · 2 years, 8 months ago
  34. 369bfb9 comments and whitespace by Glenn Strauss · 2 years, 8 months ago
  35. 210ea63 Fix documentation by Gabor Mezei · 2 years, 8 months ago
  36. 342d00b Oops, use mbedtls_free() not plain free() by Tom Cosgrove · 2 years, 8 months ago
  37. b1eea02 Implement and test mbedtls_mpi_mod_random by Gilles Peskine · 2 years, 8 months ago
  38. a57cf98 Implement and test mbedtls_mpi_mod_raw_random by Gilles Peskine · 2 years, 8 months ago
  39. 057b458 Merge pull request #6766 from wernerlewis/bignum_mod_docs by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  40. 5bf8629 Merge pull request #6303 from gilles-peskine-arm/bignum-core-random by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  41. d1dd41f Merge pull request #6723 from mpg/restartable-vs-use-psa by Gilles Peskine · 2 years, 8 months ago
  42. 6bb49ba Document const parameter conventions by Werner Lewis · 2 years, 8 months ago
  43. b38c2ed Fix double space between words by Tom Cosgrove · 2 years, 8 months ago
  44. d692ba4 Note that (as usual) for mbedtls_mpi_mod_inv() residues must be associated with the modulus by Tom Cosgrove · 2 years, 8 months ago
  45. a9e0f95 Split mbedtls_mpi_mod_inv() into separate functions for mont/non-mont form by Tom Cosgrove · 2 years, 8 months ago
  46. 4302d02 Add mbedtls_mpi_mod_inv() by Tom Cosgrove · 2 years, 8 months ago
  47. 786848b Add low-level Montgomery conversion functions to bignum_core by Tom Cosgrove · 2 years, 8 months ago
  48. 28ff92c Add an explicit mbedtls_mpi_core_montmul_working_limbs() function by Tom Cosgrove · 2 years, 8 months ago
  49. 30f3b4d Add mbedtls_mpi_core_check_zero_ct() and tests by Tom Cosgrove · 2 years, 8 months ago
  50. e9ffb6c Fix mbedtls_platform_zeroize() call in mbedtls_mpi_mod_modulus_free() by Tom Cosgrove · 2 years, 8 months ago
  51. 756a34a Use lower case for p and r by Werner Lewis · 2 years, 8 months ago
  52. 0f644f4 Add output initialization requirement by Werner Lewis · 2 years, 8 months ago
  53. 6b7ce96 Clarify some comments by Gilles Peskine · 2 years, 8 months ago
  54. 95b754d Fix documentation by Gabor Mezei · 2 years, 8 months ago
  55. 979d34c Add mod_raw_mul function by Gabor Mezei · 2 years, 8 months ago
  56. 214ae64 Replace \p with \c for non-parameter code typeset by Werner Lewis · 2 years, 8 months ago
  57. 1d89ebf Clarify all functions operate modulo N by Werner Lewis · 2 years, 8 months ago
  58. a306886 Add modulus to parameter ordering by Werner Lewis · 2 years, 8 months ago
  59. 2e70b9a Reword bignum sizes section by Werner Lewis · 2 years, 8 months ago
  60. 2bd263d Fix grammar and spelling by Werner Lewis · 2 years, 8 months ago
  61. 945a165 Clarify output requirements by Werner Lewis · 2 years, 8 months ago
  62. eac8be7 Remove unnecessary type comment by Werner Lewis · 2 years, 8 months ago
  63. e1eb75d Specify modulus constraints by Werner Lewis · 2 years, 8 months ago
  64. 50faa55 Merge pull request #6732 from wernerlewis/bignum_6019_mod_add by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  65. 01f6e61 Merge pull request #986 from Mbed-TLS/merge-back-3.3.0-3 by Dave Rodgman · 2 years, 8 months ago
  66. ebef356 Revert "Add generated files" by Dave Rodgman · 2 years, 8 months ago
  67. e90ed7d Bump versions for libmbedcrypto and libmbedtls by Dave Rodgman · 2 years, 8 months ago
  68. c98624a Merge pull request #6680 from valeriosetti/issue6599 by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  69. 4064a82 Merge pull request #5600 from yuhaoth/pr/refactor-cookie-members-of-handshake by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  70. eed01aa Clarify wording in documentation by Werner Lewis · 2 years, 8 months ago
  71. 2b70a3f Merge pull request #6558 from lpy4105/6416-psa_macros_name_typo by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  72. 48232ed Merge pull request #6743 from minosgalanakis/bignum/implement_modular_negation by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  73. f764154 Correct the fix for the PKCS 7 memory leak by Bence Szépkúti · 2 years, 8 months ago
  74. 8a05c06 Merge pull request #6751 from ZachFleck42/development by Dave Rodgman · 2 years, 8 months ago
  75. 5e9d2e9 Add conventions for bignum mod and mod_raw by Werner Lewis · 2 years, 8 months ago
  76. a9ac612 Merge pull request #6666 from daverodgman/fast_unaligned by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  77. 5e8443e6 mbedtls_mpi_mod_raw_neg: Updated documentation. by Minos Galanakis · 2 years, 8 months ago
  78. 21fe8bd bignum_mod_raw: Added modular negation. by Minos Galanakis · 2 years, 8 months ago
  79. 016f682 tls: pake: small code refactoring for password setting functions by Valerio Setti · 2 years, 8 months ago
  80. 5f09930 Clarify use of temporary in mbedtls_mpi_mod_raw_inv_prime() by Tom Cosgrove · 2 years, 8 months ago
  81. c18d932 Add generated files by Dave Rodgman · 2 years, 8 months ago
  82. df0c73c Readability improvement in pk_wrap.c by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  83. 79ae7eb Use deterministic ECDSA in PSA when we do in legacy by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  84. eb3f788 tls: pake: do not destroy password key in TLS by Valerio Setti · 2 years, 8 months ago
  85. 48223bc Bump version to 3.3.0. No changes to .so versions. by Dave Rodgman · 2 years, 8 months ago
  86. a5b2c52 Merge remote-tracking branch 'restricted/development-restricted' into mbedtls-3.3.0rc0-pr by Dave Rodgman · 2 years, 8 months ago
  87. 73defe4 Fix typo in `library/entropy.c` by Zachary Fleckenstein · 2 years, 8 months ago
  88. 6129268 Bignum: Implement mbedtls_mpi_mod_raw_inv_prime() and tests by Tom Cosgrove · 2 years, 8 months ago
  89. a7f0d7b mbedtls_mpi_core_exp_mod() ouuput may alias input A by Tom Cosgrove · 2 years, 8 months ago
  90. ae7fe7e tls: pake: avoid useless psa_pake_abort in setting opaque password by Valerio Setti · 2 years, 8 months ago
  91. 70d1fa5 tls: pake: fix missing return values check by Valerio Setti · 2 years, 8 months ago
  92. c689ed8 tls: pake: minor adjustments by Valerio Setti · 2 years, 8 months ago
  93. 90af1a1 Merge pull request #6734 from daverodgman/fix_test_dep_spelling by Dave Rodgman · 2 years, 8 months ago
  94. fbba0e9 Merge pull request #6537 from yuhaoth/pr/tls13-refactor-early-data-configuration-interface by Ronald Cron · 2 years, 8 months ago
  95. d45924d Merge pull request #6733 from tom-cosgrove-arm/issue-6293-mod_exp-memory by Janos Follath · 2 years, 8 months ago
  96. 1d26d97 Merge pull request #6731 from tom-cosgrove-arm/issue-6293-mod_exp by Janos Follath · 2 years, 8 months ago
  97. 556e8a3 Fix additional mis-spelling by Dave Rodgman · 2 years, 8 months ago
  98. 92011ee Merge pull request #6717 from tom-cosgrove-arm/fix-typos-2212 by Dave Rodgman · 2 years, 8 months ago
  99. 0a0dded Have mbedtls_mpi_core_exp_mod() take a temporary instead of allocating memory by Tom Cosgrove · 2 years, 8 months ago
  100. e1b6b7c Implement mbedtls_mpi_mod_add() by Werner Lewis · 2 years, 8 months ago