- 8b6a997 Merge pull request #8002 from valeriosetti/issue7904 by Gilles Peskine · 2 years ago gh-readonly-queue/development/pr-8002-d55e451b3ea56060caa3772124f90b88daab7422
- d55e451 Merge pull request #7997 from yanesca/fix_new_bignum_tests by Gilles Peskine · 2 years ago gh-readonly-queue/development/pr-7997-cbc495eb0f29c9ccfa5e9da2d4c5b3a2691c49c3
- cbc495e Merge pull request #8011 from valeriosetti/improve-outcome-analysis by Manuel Pégourié-Gonnard · 2 years ago
- 5b7c38f Sort full config exceptions in config.py by Janos Follath · 2 years ago
- e416f03 Improve wording of MBEDTLS_ECP_WITH_MPI_UINT doc by Janos Follath · 2 years ago
- de8f56e Merge pull request #7884 from valeriosetti/issue7612 by Manuel Pégourié-Gonnard · 2 years ago
- 3ed980d Fix full config in config.py by Janos Follath · 2 years ago
- ab02d39 test: use only rev-parse for getting the current branch by Valerio Setti · 2 years ago
- ccb0344 test: add GIT alternative commands for older GIT versions by Valerio Setti · 2 years ago
- dc2d7cc Merge pull request #7777 from xkqian/bignum_cleanup_ecp_curves by Tom Cosgrove · 2 years ago
- 2f04582 Move MBEDTLS_ECP_WITH_MPI_UINT to mbedtls_config.h by Janos Follath · 2 years ago
- 43c5bf4 crypto_sizes: use PSA_WANT_ALG for MAX signatures and key agreement sizes by Valerio Setti · 2 years ago
- f5051ef test: properly size output buffer in key_agreement_fail() by Valerio Setti · 2 years ago
- 8b27dec Revert "crypto_sizes: check also if DH is enabled for PSA_SIGNATURE_MAX_SIZE" by Valerio Setti · 2 years ago
- f3135af Use config.py in all new bignum tests by Janos Follath · 2 years ago
- 82823b2 Fix new bignum tests by Janos Follath · 2 years ago
- 59159ab Fix fast quasi-reduction modulo value of p192K1 in comments by Xiaokang Qian · 2 years ago
- d0657b0 ecp_mod_p448 has been moved to ecp_mod_p_generic_raw, remove here by Xiaokang Qian · 2 years ago
- 796500e Fix the type cast(size_t to unsigned short) warning by Xiaokang Qian · 2 years, 1 month ago
- b903f4e Free P and N of the group cause they are dynamic allocated by Xiaokang Qian · 2 years, 1 month ago
- 02a3e03 Declare mbedtls_ecp_fix_negative() always static to fix check_name failures by Xiaokang Qian · 2 years, 2 months ago
- a8d30ac Use new ECP_LIGHT symbol in ecp_curves.c by Xiaokang Qian · 2 years, 2 months ago
- be4d6b6 Fix use of sizeof without brackets in ecp_curves.c by Xiaokang Qian · 2 years, 2 months ago
- e25597d Make ecp_mode_xxx functions depend on the new macro by Xiaokang Qian · 2 years, 2 months ago
- 748a362 Revert ecp_curves.c to commit 449bd83 to save code size by Xiaokang Qian · 2 years, 2 months ago
- 1eacae8 test: check exported length against proper MAX_SIZE by Valerio Setti · 2 years ago
- 9cd8011 tls: fix definition of symbol KEY_EXCHANGE_SOME_XXDH_PSA_ANY by Valerio Setti · 2 years ago
- 478c236 crypto_sizes: check also if DH is enabled for PSA_SIGNATURE_MAX_SIZE by Valerio Setti · 2 years ago
- 43cef57 Merge pull request #7811 from mpg/md-info by Manuel Pégourié-Gonnard · 2 years ago gh-readonly-queue/development/pr-7811-cec82e41e03a92a5e79c68cb74d16d8876f9a015
- cec82e4 Merge pull request #8003 from daverodgman/code_style_since by Dave Rodgman · 2 years ago
- c012a2d crypto_sizes: change initial MAX_SIZE value to 1 by Valerio Setti · 2 years ago
- 644e01d crypto_sizes: fix typo by Valerio Setti · 2 years ago
- fccc5f8 whitespace fix by Dave Rodgman · 2 years ago
- 82d174a pylint tidy-up by Dave Rodgman · 2 years ago
- eaf2761 Make code_style.py -s default to -s=development by Dave Rodgman · 2 years ago
- 05b60f4 Make code_style.py -s more precise by Dave Rodgman · 2 years ago
- a83d9bf crypto_sizes: size PSA max symbols according to actual support by Valerio Setti · 2 years ago
- e0fa7ec Merge pull request #7988 from gabor-mezei-arm/7598_add_32bit_test_component by Janos Follath · 2 years ago
- 0fda0d2 Fix overly specific description in public doc by Manuel Pégourié-Gonnard · 2 years ago
- 7ef14bf Merge pull request #7835 from gilles-peskine-arm/ssl_premaster_secret-empty-3.4 by Gilles Peskine · 2 years ago
- 51ed313 Merge pull request #7909 from mpg/dh-generate-psa-tests by Gilles Peskine · 2 years ago
- e256cc1 Add 32bit test component for ecp with new bignum interface by Gabor Mezei · 2 years ago
- b52f9cf Merge pull request #7758 from xkqian/bignum_clone_ecp_curves by Janos Follath · 2 years ago
- bb07377 Merge pull request #7935 from AgathiyanB/add-enum-casts by Gilles Peskine · 2 years ago
- 1c739ec Merge pull request #7900 from mpg/doc-driver-only by Manuel Pégourié-Gonnard · 2 years ago
- 182eb15 Fix KeyType.can_do() for DH+FFDH by Manuel Pégourié-Gonnard · 2 years, 1 month ago
- c154a04 Fix dependencies for DH (and RSA) key pairs by Manuel Pégourié-Gonnard · 2 years, 1 month ago
- 636d857 Shorten DH_FAMILY just like ECC_FAMILY by Manuel Pégourié-Gonnard · 2 years, 1 month ago
- afe4b79 Enable DH in generate_psa_tests.py by Manuel Pégourié-Gonnard · 2 years, 1 month ago
- f1c032a Merge pull request #7902 from valeriosetti/issue7772 by Paul Elliott · 2 years ago
- 93a8593 Remove remaining redundant casts by Agathiyan Bragadeesh · 2 years ago
- d298b76 Remove redundant casts by Agathiyan Bragadeesh · 2 years ago
- 19fec54 test: remove GENPRIME dependency when RSA_KEY_PAIR_GENERATE by Valerio Setti · 2 years ago
- fe47890 psa_crypto_rsa: fix guards for importing the key by Valerio Setti · 2 years ago
- 46520ea tls12: check buffer size before memcpy-ing data into it by Valerio Setti · 2 years ago
- c9ae862 tls: use TLS 1.3 guards in ssl_tls13 modules by Valerio Setti · 2 years ago
- ea59c43 tls: fix a comment a rename a variable/symbol by Valerio Setti · 2 years ago
- d0371b0 debug: keep ECDH_C guard for debug printf accessing ecdh_context's items by Valerio Setti · 2 years ago
- 60d3b91 tls: use TLS 1.2 macros in ssl_tls12_server.c by Valerio Setti · 2 years ago
- 17526a0 Merge pull request #7906 from yanrayw/add-pake_guards_psa_crypto by Tom Cosgrove · 2 years ago
- 5647d06 Merge pull request #7518 from gilles-peskine-arm/psa_inject_entropy-file-stability by Gilles Peskine · 2 years ago
- 87f6285 Merge pull request #7893 from ronald-cron-arm/misc-from-psa-crypto by Ronald Cron · 2 years, 1 month ago
- c495845 Align ECP_MPI_INIT with mbedtls_mpi struct order in ecp_new.c by Xiaokang Qian · 2 years, 1 month ago
- 73d9840 Rework the clone of ecp_curves.c by Xiaokang Qian · 2 years, 1 month ago
- 4d71051 Enable build of ecp_curves_new.c by Xiaokang Qian · 2 years, 2 months ago
- dc2ea27 Clone the ecp_curve.c file as ecp_curve_new.c by Xiaokang Qian · 2 years, 2 months ago
- c723e86 Fix copypasta in function documentation by Gilles Peskine · 2 years, 1 month ago
- ed70fd0 Merge pull request #5549 from AndrzejKurek/doxygen-bad-param-names by Dave Rodgman · 2 years, 1 month ago
- c844c1a Merge pull request #7546 from mpg/align-psa-md-identifiers by Manuel Pégourié-Gonnard · 2 years, 1 month ago
- 7612d8c all.sh: Use consistently CONFIG_TEST_DRIVER_H by Ronald Cron · 2 years, 1 month ago
- 6b49b55 all.sh: Use consistently CRYPTO_CONFIG_H by Ronald Cron · 2 years, 1 month ago
- 7a93ac5 all.sh: Use consistently CONFIG_H by Ronald Cron · 2 years, 1 month ago
- 2b25d36 Fix PSA crypto configuration file name by Ronald Cron · 2 years, 1 month ago
- 7fa27a1 Merge pull request #7960 from daverodgman/expect-fix by Dave Rodgman · 2 years, 1 month ago
- e9fcffd Robustness fix to MBEDTLS_LIKELY by Dave Rodgman · 2 years, 1 month ago
- 8e8e6b9 Merge pull request #7934 from AgathiyanB/move-declarations-to-top by Dave Rodgman · 2 years, 1 month ago
- 6dd4064 Merge pull request #7932 from AgathiyanB/add-mpi-uint-size-macro by Dave Rodgman · 2 years, 1 month ago
- eed55c6 Use defined macros for MBEDTLS_MPI_UINT_MAX by Agathiyan Bragadeesh · 2 years, 1 month ago
- 9e8104c Merge pull request #7949 from AgathiyanB/IAR-asm-keyword by Dave Rodgman · 2 years, 1 month ago
- 131a22e Merge pull request #7950 from AgathiyanB/fix-IAR-using-memset-s by Dave Rodgman · 2 years, 1 month ago
- 5f65acb Merge pull request #7859 from gilles-peskine-arm/mbedtls_mpi-smaller by Dave Rodgman · 2 years, 1 month ago
- 789e50e Use correct asm keyword for IAR compilers by Agathiyan Bragadeesh · 2 years, 1 month ago
- 24a305e Explain why we check 65535 (not USHORT_MAX) by Gilles Peskine · 2 years, 1 month ago
- b8f1885 Align ECP_MPI_INIT parameter order with mbedtls_mpi struct order by Dave Rodgman · 2 years, 1 month ago
- fb22c27 Misc wording fixes and improvements by Manuel Pégourié-Gonnard · 2 years, 1 month ago
- 828b3ac Merge pull request #7848 from valeriosetti/issue7749 by Manuel Pégourié-Gonnard · 2 years, 1 month ago
- 7485203 Fix IAR trying to use memset_s in platform_util by Agathiyan Bragadeesh · 2 years, 1 month ago
- 2d310de Add cast in test macros.h by Agathiyan Bragadeesh · 2 years, 1 month ago
- 387bfa5 Add cast in psa_crypto by Agathiyan Bragadeesh · 2 years, 1 month ago
- 4d47cea Move declarations in psa_crypto to top by Agathiyan Bragadeesh · 2 years, 1 month ago
- 1975650 Make consistent suffix MBEDTLS_MPI_UINT_MAX by Agathiyan Bragadeesh · 2 years, 1 month ago
- 900e20d Change MBEDTLS_MPI_UINT_MAX suffix by Agathiyan Bragadeesh · 2 years, 1 month ago
- 08b04b1 Merge pull request #7923 from gabor-mezei-arm/7598_fix_clone_of_ecp_module by Tom Cosgrove · 2 years, 1 month ago
- 5058a5b Remove trailing whitespace bignum_core by Agathiyan Bragadeesh · 2 years, 1 month ago
- 10b6775 Add enum type casts in lmots.c and lms.c by Agathiyan Bragadeesh · 2 years, 1 month ago
- 2f017a8 Add enum casts in ssl_helpers.c by Agathiyan Bragadeesh · 2 years, 1 month ago
- 01ed84a Add type casts in rsa.c by Agathiyan Bragadeesh · 2 years, 1 month ago
- be3ad4a Add type casts in psa_exercise_key by Agathiyan Bragadeesh · 2 years, 1 month ago
- 8b52b88 Add type casts in ssl library by Agathiyan Bragadeesh · 2 years, 1 month ago
- e55a1e1 Refactor preprocessing for arm none by Agathiyan Bragadeesh · 2 years, 1 month ago