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