- cad28ae Merge remote-tracking branch 'origin/development' into psa-sha3 by Dave Rodgman · 2 years ago
- 5647d06 Merge pull request #7518 from gilles-peskine-arm/psa_inject_entropy-file-stability by Gilles Peskine · 2 years ago
- c844c1a Merge pull request #7546 from mpg/align-psa-md-identifiers by Manuel Pégourié-Gonnard · 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
- 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
- b8f1885 Align ECP_MPI_INIT parameter order with mbedtls_mpi struct order by Dave Rodgman · 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
- 4d47cea Move declarations in psa_crypto to top 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
- e55a1e1 Refactor preprocessing for arm none by Agathiyan Bragadeesh · 2 years, 1 month ago
- ec4c91e Move declaration in ecp_mod_koblitz to top by Agathiyan Bragadeesh · 2 years, 1 month ago
- c99840a Move declarations in mbedtls_mpi_add_abs to top by Agathiyan Bragadeesh · 2 years, 1 month ago
- 271a953 Remove tautology in mbedtls_mpi_core_clz by Agathiyan Bragadeesh · 2 years, 1 month ago
- 66bbecb Fix comment by Gabor Mezei · 2 years, 1 month ago
- 8f6094c Merge pull request #7792 from robUx4/win32_winnt by Dave Rodgman · 2 years, 1 month ago
- 63a21f4 Merge pull request #7920 from daverodgman/gcm-size by Dave Rodgman · 2 years, 1 month ago
- 5ff0245 Reduce size of static data in gcm by Dave Rodgman · 2 years, 1 month ago
- 551b3bf Don't force the _WIN32_WINT version by Steve Lhomme · 2 years, 2 months ago
- 4000b6e Don't force the default windows version down by Steve Lhomme · 2 years, 2 months ago
- 369d7c7 Don't use FindFirstFileW() before Windows XP by Steve Lhomme · 2 years, 2 months ago
- 893be8d Replace cpu modifier flags by Jerry Yu · 2 years, 1 month ago
- b1d06bb Add error message for old armclang by Jerry Yu · 2 years, 3 months ago
- 8e96e78 update document and error message by Jerry Yu · 2 years, 3 months ago
- 6b00f5a Add guards for arm_neon.h by Jerry Yu · 2 years, 3 months ago
- 22a4d3e fix armclang build fail for sha512. by Jerry Yu · 2 years, 3 months ago
- 580e06f fix armclang compile fail by Jerry Yu · 2 years, 3 months ago
- 08933d3 fix compile fail for armclang by Jerry Yu · 2 years, 3 months ago
- 3c22366 Merge pull request #7863 from valeriosetti/issue7790 by Paul Elliott · 2 years, 1 month ago
- a824e40 Merge pull request #7500 from tom-cosgrove-arm/fix-armclang-bswap32 by Dave Rodgman · 2 years, 1 month ago
- 84eaefa Use designated initializers for mbedtls_mpi by Dave Rodgman · 2 years, 1 month ago
- 88f34e3 Merge pull request #7703 from gabor-mezei-arm/7598_clone_the_eco_module by Paul Elliott · 2 years, 1 month ago
- f2b5a13 Fix MBEDTLS_BSWAP32 on armcc 5 by Tom Cosgrove · 2 years, 3 months ago
- 4999f15 Merge pull request #7878 from beni-sandu/development by Dave Rodgman · 2 years, 1 month ago
- 41b0818 ecp: rearrange code in ecp_read_key() by Valerio Setti · 2 years, 1 month ago
- 21d4241 pkparse: always check all private keys on import by Valerio Setti · 2 years, 1 month ago
- 6b062ee pkparse: parse also Weierstrass private keys using ecp_read_key() by Valerio Setti · 2 years, 1 month ago
- 805e4a0 pkparse: use ecp_read_key() for parsing private key of Montgomery curves by Valerio Setti · 2 years, 1 month ago
- 6aca2c9 Merge pull request #7716 from mpg/psa-util-internal by Gilles Peskine · 2 years, 1 month ago
- 5c41ae8 Merge pull request #7887 from ronald-cron-arm/fix-hrr-in-psk-kem by Manuel Pégourié-Gonnard · 2 years, 1 month ago
- 54e2379 tls: replace numeric values with proper TLS IANA symbols by Valerio Setti · 2 years, 1 month ago
- 6f0441d tls: replace occurencies of ECP_LIGHT with PK_HAVE_ECC_KEYS by Valerio Setti · 2 years, 1 month ago
- acd32c0 programs: add helper functions for supported EC curves by Valerio Setti · 2 years, 1 month ago
- 49e6907 tls: replace ECP_LIGHT occurrencies with PK_HAVE_ECC_KEYS by Valerio Setti · 2 years, 1 month ago
- 2dfe799 Merge pull request #6914 from davidhorstmann-arm/cmake-pass-through-config-defines by Paul Elliott · 2 years, 1 month ago
- c5f41bf Merge pull request #7212 from sergio-nsk/patch-4 by Tom Cosgrove · 2 years, 1 month ago
- 602a091 Merge pull request #7464 from yuhaoth/pr/Change-clock-source-to-bootime-for-ms-time by Dave Rodgman · 2 years, 1 month ago
- 461d59b Merge pull request #7858 from mprse/ffdh_tls13_v2_f by Manuel Pégourié-Gonnard · 2 years, 1 month ago
- 8a74f07 tls13: server: Fix spurious HRR by Ronald Cron · 2 years, 2 months ago
- f05ca73 Update comment by Gabor Mezei · 2 years, 1 month ago
- 9967f11 Merge pull request #7810 from valeriosetti/issue7771 by Manuel Pégourié-Gonnard · 2 years, 1 month ago
- 46b2d2b Fix code style by Przemek Stekiel · 2 years, 1 month ago
- d55d66f Fix missing includes by Manuel Pégourié-Gonnard · 2 years, 2 months ago
- abfe640 Rationalize includes in psa_util by Manuel Pégourié-Gonnard · 2 years, 2 months ago
- b7e8939 Move error functions to internal header by Manuel Pégourié-Gonnard · 2 years, 2 months ago
- a5a8f29 Move ECC and FFDH macros to internal header by Manuel Pégourié-Gonnard · 2 years, 2 months ago
- 5c731b0 Use consistent guards for deprecated feature by Manuel Pégourié-Gonnard · 2 years, 1 month ago
- 57fa72f Remove unused function in cipher.c by Manuel Pégourié-Gonnard · 2 years, 2 months ago
- efcc1f2 Make cipher functions static in cipher.c by Manuel Pégourié-Gonnard · 2 years, 2 months ago
- 2be8c63 Create psa_util_internal.h by Manuel Pégourié-Gonnard · 2 years, 2 months ago
- 408569f Adapt function name: mbedtls_ssl_tls13_generate_and_write_dh_key_exchange by Przemek Stekiel · 2 years, 1 month ago
- 615cbcd Provide additional comments for claryfication by Przemek Stekiel · 2 years, 1 month ago
- 5adfdbd AES: fix mismatch comment in #endif by Yanray Wang · 2 years, 1 month ago
- c97a407 Remove value assignment for enum entries by Gabor Mezei · 2 years, 1 month ago
- 2a7bcaf Use only `MBEDTLS_ECP_WITH_MPI_UINT` to switch between the ecp variants by Gabor Mezei · 2 years, 1 month ago
- 836aed7 Merge pull request #6003 from gstrauss/x509_time by Tom Cosgrove · 2 years, 1 month ago
- 852b6c3 Support MBEDTLS_MD_SHA3_xxx_VIA_PSA by Dave Rodgman · 2 years, 1 month ago
- 3a498a6 Add SHA-3 cases in mbedtls_md_type_from_psa_alg, mbedtls_md_psa_alg_from_type by Dave Rodgman · 2 years, 1 month ago
- 527f48f Add OID definitions for SHA3 by Dave Rodgman · 2 years, 1 month ago
- 3d0c825 Merge pull request #7825 from daverodgman/cipher_wrap_size by Dave Rodgman · 2 years, 1 month ago
- 1a729dc Fix comment by Gabor Mezei · 2 years, 1 month ago
- d6789f1 Used preferred macro definition check by Gabor Mezei · 2 years, 1 month ago
- 0f1dd57 Use emptiness-checks rather than DEFINED checks by David Horstmann · 2 years, 6 months ago
- ae33ab8 Pass config file options to mbedtls_test(_helpers) by David Horstmann · 2 years, 7 months ago
- 82f11ff Pass MBEDTLS_CONFIG_FILE defines through cmake by David Horstmann · 2 years, 7 months ago
- 3ae1c4c Fix formatting of explanatory commented code by David Horstmann · 2 years, 1 month ago
- b1d27bc Improve comment formatting by David Horstmann · 2 years, 1 month ago
- cdf5283 Rename variables to more descriptive names by David Horstmann · 2 years, 1 month ago
- e80bbf4 Fix function name after rebase by Przemek Stekiel · 2 years, 1 month ago
- db084d1 Merge pull request #7862 from ronald-cron-arm/improve-write-supported-group-ext by Manuel Pégourié-Gonnard · 2 years, 1 month ago
- 7ac93be Adapt names: dh -> xxdh by Przemek Stekiel · 2 years, 1 month ago
- d5f79e7 Adapt functions names for ffdh by Przemek Stekiel · 2 years, 1 month ago
- 6f19985 Adapt handshake fields to ffdh by Przemek Stekiel · 2 years, 1 month ago
- e03ddbb Use valid size of peerkey buffer (EC vs FF) by Przemek Stekiel · 2 years, 1 month ago
- aa4f621 aesce: use correct target attribute when building with clang by Beniamin Sandu · 2 years, 1 month ago
- c8d81ad Merge pull request #7784 from daverodgman/aesce-unroll by Dave Rodgman · 2 years, 1 month ago
- e939464 Merge pull request #7829 from mpg/deduplicate-tls-hashing by Tom Cosgrove · 2 years, 1 month ago
- b7af7ea Merge pull request #7834 from beni-sandu/development by Tom Cosgrove · 2 years, 1 month ago
- 1ffa450 tls: client: Improve writing of supported_groups ext by Ronald Cron · 2 years, 1 month ago
- aaad2b6 Rename some local variables by Manuel Pégourié-Gonnard · 2 years, 1 month ago
- 443589a Merge pull request #7870 from valeriosetti/fix-tls13-guards by Manuel Pégourié-Gonnard · 2 years, 1 month ago
- 9b20c6f Merge pull request #7840 from yanrayw/7381_aes_gen_table by Tom Cosgrove · 2 years, 1 month ago
- dbd01cb tls13: fix guards for PSA error translating function by Valerio Setti · 2 years, 1 month ago