1. 893be8d Replace cpu modifier flags by Jerry Yu · 2 years, 1 month ago
  2. b1d06bb Add error message for old armclang by Jerry Yu · 2 years, 3 months ago
  3. 8e96e78 update document and error message by Jerry Yu · 2 years, 3 months ago
  4. 6b00f5a Add guards for arm_neon.h by Jerry Yu · 2 years, 3 months ago
  5. 22a4d3e fix armclang build fail for sha512. by Jerry Yu · 2 years, 3 months ago
  6. 580e06f fix armclang compile fail by Jerry Yu · 2 years, 3 months ago
  7. 08933d3 fix compile fail for armclang by Jerry Yu · 2 years, 3 months ago
  8. 3c22366 Merge pull request #7863 from valeriosetti/issue7790 by Paul Elliott · 2 years, 1 month ago
  9. a824e40 Merge pull request #7500 from tom-cosgrove-arm/fix-armclang-bswap32 by Dave Rodgman · 2 years, 1 month ago
  10. 88f34e3 Merge pull request #7703 from gabor-mezei-arm/7598_clone_the_eco_module by Paul Elliott · 2 years, 1 month ago
  11. f2b5a13 Fix MBEDTLS_BSWAP32 on armcc 5 by Tom Cosgrove · 2 years, 3 months ago
  12. 4999f15 Merge pull request #7878 from beni-sandu/development by Dave Rodgman · 2 years, 1 month ago
  13. 41b0818 ecp: rearrange code in ecp_read_key() by Valerio Setti · 2 years, 1 month ago
  14. 21d4241 pkparse: always check all private keys on import by Valerio Setti · 2 years, 1 month ago
  15. 6b062ee pkparse: parse also Weierstrass private keys using ecp_read_key() by Valerio Setti · 2 years, 1 month ago
  16. 805e4a0 pkparse: use ecp_read_key() for parsing private key of Montgomery curves by Valerio Setti · 2 years, 1 month ago
  17. 6aca2c9 Merge pull request #7716 from mpg/psa-util-internal by Gilles Peskine · 2 years, 1 month ago
  18. 5c41ae8 Merge pull request #7887 from ronald-cron-arm/fix-hrr-in-psk-kem by Manuel Pégourié-Gonnard · 2 years, 1 month ago
  19. 2dfe799 Merge pull request #6914 from davidhorstmann-arm/cmake-pass-through-config-defines by Paul Elliott · 2 years, 1 month ago
  20. c5f41bf Merge pull request #7212 from sergio-nsk/patch-4 by Tom Cosgrove · 2 years, 1 month ago
  21. 602a091 Merge pull request #7464 from yuhaoth/pr/Change-clock-source-to-bootime-for-ms-time by Dave Rodgman · 2 years, 1 month ago
  22. 461d59b Merge pull request #7858 from mprse/ffdh_tls13_v2_f by Manuel Pégourié-Gonnard · 2 years, 1 month ago
  23. 8a74f07 tls13: server: Fix spurious HRR by Ronald Cron · 2 years, 2 months ago
  24. f05ca73 Update comment by Gabor Mezei · 2 years, 1 month ago
  25. 9967f11 Merge pull request #7810 from valeriosetti/issue7771 by Manuel Pégourié-Gonnard · 2 years, 1 month ago
  26. 46b2d2b Fix code style by Przemek Stekiel · 2 years, 1 month ago
  27. d55d66f Fix missing includes by Manuel Pégourié-Gonnard · 2 years, 2 months ago
  28. abfe640 Rationalize includes in psa_util by Manuel Pégourié-Gonnard · 2 years, 2 months ago
  29. b7e8939 Move error functions to internal header by Manuel Pégourié-Gonnard · 2 years, 2 months ago
  30. a5a8f29 Move ECC and FFDH macros to internal header by Manuel Pégourié-Gonnard · 2 years, 2 months ago
  31. 5c731b0 Use consistent guards for deprecated feature by Manuel Pégourié-Gonnard · 2 years, 2 months ago
  32. 57fa72f Remove unused function in cipher.c by Manuel Pégourié-Gonnard · 2 years, 2 months ago
  33. efcc1f2 Make cipher functions static in cipher.c by Manuel Pégourié-Gonnard · 2 years, 2 months ago
  34. 2be8c63 Create psa_util_internal.h by Manuel Pégourié-Gonnard · 2 years, 2 months ago
  35. 408569f Adapt function name: mbedtls_ssl_tls13_generate_and_write_dh_key_exchange by Przemek Stekiel · 2 years, 1 month ago
  36. 615cbcd Provide additional comments for claryfication by Przemek Stekiel · 2 years, 1 month ago
  37. 5adfdbd AES: fix mismatch comment in #endif by Yanray Wang · 2 years, 1 month ago
  38. c97a407 Remove value assignment for enum entries by Gabor Mezei · 2 years, 1 month ago
  39. 2a7bcaf Use only `MBEDTLS_ECP_WITH_MPI_UINT` to switch between the ecp variants by Gabor Mezei · 2 years, 1 month ago
  40. 836aed7 Merge pull request #6003 from gstrauss/x509_time by Tom Cosgrove · 2 years, 1 month ago
  41. 3d0c825 Merge pull request #7825 from daverodgman/cipher_wrap_size by Dave Rodgman · 2 years, 1 month ago
  42. 1a729dc Fix comment by Gabor Mezei · 2 years, 1 month ago
  43. d6789f1 Used preferred macro definition check by Gabor Mezei · 2 years, 1 month ago
  44. 0f1dd57 Use emptiness-checks rather than DEFINED checks by David Horstmann · 2 years, 6 months ago
  45. ae33ab8 Pass config file options to mbedtls_test(_helpers) by David Horstmann · 2 years, 7 months ago
  46. 82f11ff Pass MBEDTLS_CONFIG_FILE defines through cmake by David Horstmann · 2 years, 7 months ago
  47. 3ae1c4c Fix formatting of explanatory commented code by David Horstmann · 2 years, 1 month ago
  48. b1d27bc Improve comment formatting by David Horstmann · 2 years, 1 month ago
  49. cdf5283 Rename variables to more descriptive names by David Horstmann · 2 years, 1 month ago
  50. e80bbf4 Fix function name after rebase by Przemek Stekiel · 2 years, 1 month ago
  51. db084d1 Merge pull request #7862 from ronald-cron-arm/improve-write-supported-group-ext by Manuel Pégourié-Gonnard · 2 years, 1 month ago
  52. 7ac93be Adapt names: dh -> xxdh by Przemek Stekiel · 2 years, 1 month ago
  53. d5f79e7 Adapt functions names for ffdh by Przemek Stekiel · 2 years, 1 month ago
  54. 6f19985 Adapt handshake fields to ffdh by Przemek Stekiel · 2 years, 1 month ago
  55. e03ddbb Use valid size of peerkey buffer (EC vs FF) by Przemek Stekiel · 2 years, 1 month ago
  56. aa4f621 aesce: use correct target attribute when building with clang by Beniamin Sandu · 2 years, 1 month ago
  57. c8d81ad Merge pull request #7784 from daverodgman/aesce-unroll by Dave Rodgman · 2 years, 1 month ago
  58. e939464 Merge pull request #7829 from mpg/deduplicate-tls-hashing by Tom Cosgrove · 2 years, 1 month ago
  59. b7af7ea Merge pull request #7834 from beni-sandu/development by Tom Cosgrove · 2 years, 1 month ago
  60. 1ffa450 tls: client: Improve writing of supported_groups ext by Ronald Cron · 2 years, 1 month ago
  61. aaad2b6 Rename some local variables by Manuel Pégourié-Gonnard · 2 years, 1 month ago
  62. 443589a Merge pull request #7870 from valeriosetti/fix-tls13-guards by Manuel Pégourié-Gonnard · 2 years, 1 month ago
  63. 9b20c6f Merge pull request #7840 from yanrayw/7381_aes_gen_table by Tom Cosgrove · 2 years, 1 month ago
  64. dbd01cb tls13: fix guards for PSA error translating function by Valerio Setti · 2 years, 1 month ago
  65. 9cf17da Merge pull request #7851 from daverodgman/fix-unused-aes by Dave Rodgman · 2 years, 1 month ago
  66. 56b159a Merge pull request #7627 from mprse/ffdh_tls13_v2 by Manuel Pégourié-Gonnard · 2 years, 1 month ago
  67. 45e009a Merge pull request #7814 from valeriosetti/issue7746 by Manuel Pégourié-Gonnard · 2 years, 1 month ago
  68. f7cd419 pk: ignore opaque EC keys in pk_setup when they are not supported by Valerio Setti · 2 years, 1 month ago
  69. 35d1dac pk_wrap: fix: always clear buffer holding private key in eckey_check_pair_psa by Valerio Setti · 2 years, 1 month ago
  70. f4aab6f Add comments and remove unneeded defines by Gabor Mezei · 2 years, 1 month ago
  71. 38913c1 pk_wrap: do not support opaque EC keys when !PK_HAVE_ECC_KEYS by Valerio Setti · 2 years, 1 month ago
  72. c4a760c Merge pull request #7849 from davidhorstmann-arm/fix-string-to-names-retcode by Tom Cosgrove · 2 years, 1 month ago
  73. a2c1a38 Merge pull request #7630 from daverodgman/prefer-intrinsics by Dave Rodgman · 2 years, 1 month ago
  74. c810707 Add check for the ecp module variants by Gabor Mezei · 2 years, 2 months ago
  75. 1df4c64 Enable build of the new ecp_new.c file by Gabor Mezei · 2 years, 2 months ago
  76. a306d20 Clone the ecp.c file as ecp_new.c by Gabor Mezei · 2 years, 2 months ago
  77. 27c501a lib/test: replace BASIC_IMPORT_EXPORT internal symbol with BASIC,IMPORT,EXPORT by Valerio Setti · 2 years, 1 month ago
  78. 86587ab psa: fix guards for EC key derivation by Valerio Setti · 2 years, 1 month ago
  79. dd24f29 psa: fix wrong naming for ECC derive symbols in code by Valerio Setti · 2 years, 1 month ago
  80. 4c0174d psa: replace remaining ECC_KEY_PAIR_LEGACY symbols with proper ones by Valerio Setti · 2 years, 1 month ago
  81. 5dad705 psa_crypto_ecp: fix wrong comment in #endif by Valerio Setti · 2 years, 1 month ago
  82. 2a63460 psa: fix guards for EC key derivation by Valerio Setti · 2 years, 1 month ago
  83. 6a9d0ee library/test: replace LEGACY symbol with BASIC_IMPORT_EXPORT by Valerio Setti · 2 years, 2 months ago
  84. bfeaf5b library: replace ECC_KEY_PAIR_LEGACY with GENERATE by Valerio Setti · 2 years, 2 months ago
  85. 8ffdb5d library: replace ECC_KEY_PAIR_LEGACY with DERIVE by Valerio Setti · 2 years, 2 months ago
  86. 88a3aee pk_wrap: use PK_HAVE_ECC_KEYS as guard for ecdsa_opaque_check_pair_wrap by Valerio Setti · 2 years, 1 month ago
  87. d9d74c2 pk_wrap: guard all ECDSA function with MBEDTLS_PK_HAVE_ECC_KEYS by Valerio Setti · 2 years, 1 month ago
  88. 4d1daf8 pk_wrap: minor fixes for guards by Valerio Setti · 2 years, 1 month ago
  89. 97976e3 pk_wrap: always fill all the fields of the pk_info structures by Valerio Setti · 2 years, 1 month ago
  90. 76d0f96 pk: uniform naming of functions and structures in pk/pk_wrap by Valerio Setti · 2 years, 1 month ago
  91. 884c1ec pk_wrap: share code for selecting the psa_alg in ECDSA sign by Valerio Setti · 2 years, 1 month ago
  92. 574a00b pk_wrap: minor reorganization for opaque keys by Valerio Setti · 2 years, 1 month ago
  93. 5c26b30 pk_wrap: add missing labels to #else and #endif by Valerio Setti · 2 years, 1 month ago
  94. bb7603a pk_wrap: optimize eckey_check_pair() by Valerio Setti · 2 years, 1 month ago
  95. f69514a pk_wrap: name all the fields of the pk_info structs by Valerio Setti · 2 years, 1 month ago
  96. e773077 pk_wrap: add support for ECDSA verify for opaque keys by Valerio Setti · 2 years, 1 month ago
  97. ed7d6af pk_wrap: optimize code for ECDSA verify by Valerio Setti · 2 years, 1 month ago
  98. 4657f10 pk_wrap: optimize code for ECDSA sign by Valerio Setti · 2 years, 2 months ago
  99. f032c98 Improve #endif comments by Dave Rodgman · 2 years, 1 month ago
  100. afe85db Improve #endif comments by Dave Rodgman · 2 years, 1 month ago