1. 03d2daf Enable 64-bit limbs for all Aarch64 builds. by Ko- · 7 years ago
  2. 822b8f6 Merge pull request #238 from hanno-arm/hmac_drbg_entropy_incompatibility_fix-crypto by Jaeden Amero · 6 years ago
  3. a823d4c HMAC DRBG: Split entropy-gathering requests to reduce request sizes by Hanno Becker · 6 years ago
  4. f071654 Merge pull request #140 from yanesca/everest_integration by Jaeden Amero · 6 years ago
  5. 98d5685 Merge pull request #232 from Patater/psa-crypto-api-1.0b3 by Jaeden Amero · 6 years ago
  6. 21db2a9 Merge pull request #229 from k-stachowiak/IOTCRYPT-791-remove-legacy-psa-key-derivation by Jaeden Amero · 6 years ago
  7. 6fa62a5 psa: Use application key ID where necessary by Jaeden Amero · 6 years ago
  8. e3cdf28 psa: Adapt set_key_id() for when owner is included by Jaeden Amero · 6 years ago
  9. 39f03fc psa: Add PSA_KEY_ID_INIT by Jaeden Amero · 6 years ago
  10. f89cc69 psa: Don't duplicate policy initializer by Jaeden Amero · 6 years ago
  11. c7529c9 crypto_extra: Use const seed for entropy injection by Jaeden Amero · 6 years ago
  12. 884738a getting_started: Update for PSA Crypto API 1.0b3 by Jaeden Amero · 6 years ago
  13. 932e496 Merge pull request #224 from tempesta-tech/development by Jaeden Amero · 6 years ago
  14. 85c78b4 Merge pull request #225 from RonEld/iotssl_2739 by Jaeden Amero · 6 years ago
  15. b14a48b Merge pull request #235 from athoelke/at-key-handles by Jaeden Amero · 6 years ago
  16. 8824dae Editorial fixes. by Andrew Thoelke · 6 years ago
  17. 3c2b803 Cross reference 'key handles' from INVALID_HANDLE by Andrew Thoelke · 6 years ago
  18. 07f16b7 Update documentation for psa_destroy_key by Andrew Thoelke · 6 years ago
  19. 3daba81 Update documentation for psa_close_key by Andrew Thoelke · 6 years ago
  20. 9741b11 Update psa_open_key documentation by Andrew Thoelke · 6 years ago
  21. 203491c Remove duplicated information in psa_open_key by Andrew Thoelke · 6 years ago
  22. de4453d Merge pull request #174 from dgreen-arm/psa-se-driver-hooks by Jaeden Amero · 6 years ago
  23. 0892d0f Initialize key bits to max size + 1 in psa_import_key by Darryl Green · 6 years ago
  24. 74c932e Parametrize key bits in import mock test by Darryl Green · 6 years ago
  25. 4abb40c Clean up core storage between tests by Jaeden Amero · 6 years ago
  26. f740b0a crypto_se_driver: add verification mock test by Unknown · 6 years ago
  27. b7656a8 crypto_se_driver: add signing mock test by Unknown · 6 years ago
  28. 136901c crypto_se_driver: add public key exporting test by Unknown · 6 years ago
  29. 903b5da crypto_se_driver: add an error injection mechanism to the mocks by Unknown · 6 years ago
  30. 9fd6b0c crypto_se_driver: add key generation mock and test by Unknown · 6 years ago
  31. c9ad591 crypto_se_driver: add mock tests by Unknown · 6 years ago
  32. 71dcefb Remove Mbed Crypto headers from everest_inc by Janos Follath · 6 years ago
  33. 8013f44 Make crypto_struct C++ compatible by Jaeden Amero · 6 years ago
  34. b090d5d Merge pull request #231 from dgreen-arm/api-to-development by Jaeden Amero · 6 years ago
  35. ecfd050 Merge pull request #230 from AndrzejKurek/remove-double-underscore by Darryl Green · 6 years ago
  36. 572a16e Merge branch 'psa-api-1.0-beta' into api-to-development by Darryl Green · 6 years ago
  37. 712f7a8 Add a check for double underscores in identifiers in check-names.sh by Unknown · 6 years ago
  38. e2e1995 Rename AEAD macro to not use double underscores by Unknown · 6 years ago
  39. 20082cb Correct 3rdparty include path for Mbed TLS by Janos Follath · 6 years ago
  40. c25df68 Fix code style by Christoph M. Wintersteiger · 6 years ago
  41. 09a24b3 Add Everest components to all.sh by Gilles Peskine · 6 years ago
  42. 0969eee 3rdparty: Fix Everest's mbedtls_x25519_get_params by Christoph M. Wintersteiger · 6 years ago
  43. 19d5c80 3rdparty: Added config checks for Everest by Christoph M. Wintersteiger · 6 years ago
  44. 6212617 Fix macros in benchmark.c by Christoph M. Wintersteiger · 6 years ago
  45. f8d4c88 Update generated files by Christoph M. Wintersteiger · 6 years ago
  46. 7b747fc 3rdparty: fix inclusion order of CMakeLists.txt by Christoph M. Wintersteiger · 6 years ago
  47. d64e1e1 3rdparty: Fix Everest header installation by Christoph M. Wintersteiger · 6 years ago
  48. ec70771 3rdparty: fix paths in Everest build scripts by Christoph M. Wintersteiger · 6 years ago
  49. 26b98e1 3rdparty: Fix newlines and trailing whitespace by Christoph M. Wintersteiger · 6 years ago
  50. 6e0cac1 3rdparty: Fix Everest build to not depend on build-time macros by Christoph M. Wintersteiger · 6 years ago
  51. 2c69d10 3rdparty: Adjust use of Everest in ecp_supported_curves by Christoph M. Wintersteiger · 6 years ago
  52. 7ec367f 3rdparty: don't claim armcc support in Everest Readme.md by Christoph M. Wintersteiger · 6 years ago
  53. cf5603f ECDH: Fix inclusion of platform.h for proper use of MBEDTLS_ERR_PLATFORM_FEATURE_UNSUPPORTED by Christoph M. Wintersteiger · 6 years ago
  54. 3b58700 ECDH: Fix use of ECDH API in full handshake benchmark by Christoph M. Wintersteiger · 6 years ago
  55. bfc8eb2 Revert "ECDH: Fix memory leaks due to context re-initialization" by Christoph M. Wintersteiger · 6 years ago
  56. d8c45d5 Revert "ECDH: Fix context initialization" by Christoph M. Wintersteiger · 6 years ago
  57. 30bc9ce ECDH: Fix context initialization by Christoph M. Wintersteiger · 6 years ago
  58. e7e74ba 3rdparty: Improve Everest README.md by Christoph M. Wintersteiger · 6 years ago
  59. 1b73a71 3rdparty: Fix .gitignore by Christoph M. Wintersteiger · 6 years ago
  60. 8592958 ECDH: Use macro-based sizes in Everest x25519 by Christoph M. Wintersteiger · 6 years ago
  61. 2f563e3 ECDH: Fix memory leaks due to context re-initialization by Christoph M. Wintersteiger · 6 years ago
  62. 2be66d4 ECDH: Remove duplicate lines of code by Christoph M. Wintersteiger · 6 years ago
  63. ac0e64d ECDH: Removed unnecessary calls to mbedtls_ecp_group_load in ECDH benchmark by Christoph M. Wintersteiger · 6 years ago
  64. efdf4d7 ECDH: Fix Everest x25519 make_public by Christoph M. Wintersteiger · 6 years ago
  65. 537f41e 3rdparty: Updated comments for Everest x25519 by Christoph M. Wintersteiger · 6 years ago
  66. 088ef49 3rdparty: Make proper use of mbedtls_platform_zeroize in Everest x25519 by Christoph M. Wintersteiger · 6 years ago
  67. fb779f1 3rdparty: Pull Everest x25519 key size into macro by Christoph M. Wintersteiger · 6 years ago
  68. f21aba4 3rdparty: Fix Everest platform detection for CMake by Christoph M. Wintersteiger · 6 years ago
  69. cb31073 ECP: add Curve448 to ecp_supported_curves by Christoph M. Wintersteiger · 6 years ago
  70. 4061f04 ECDH: Remove unnecessary #include by Christoph M. Wintersteiger · 6 years ago
  71. 737df0c Fix file permissions by Christoph M. Wintersteiger · 6 years ago
  72. 9b5e77e 3rdparty: Use LOCAL_FLAGS instead of CFLAGS by Christoph M. Wintersteiger · 6 years ago
  73. 2d4725f 3rdparty: Rename THIRDPARTY_OBJECTS by Christoph M. Wintersteiger · 6 years ago
  74. 3ff60bc ECDH/ECDSA: Fix indentation by Christoph M. Wintersteiger · 6 years ago
  75. ef17e3b ECDSA: Fix formatting by Christoph M. Wintersteiger · 6 years ago
  76. 5833de7 3rdparty: Update description of MBEDTLS_ECDH_VARIANT_EVEREST_ENABLED by Christoph M. Wintersteiger · 6 years ago
  77. f43e1d9 3rdparty: Remove unnecessary copy of license file by Christoph M. Wintersteiger · 6 years ago
  78. 20819af 3rdparty: Adjust .gitignore by Christoph M. Wintersteiger · 6 years ago
  79. 02174b9 3rdparty: Fix Makefile coding conventions by Christoph M. Wintersteiger · 6 years ago
  80. 41fb2c0 ECDSA: Refactor return value checks for mbedtls_ecdsa_can_do by Christoph M. Wintersteiger · 6 years ago
  81. d2085f5 Document that curve lists can include partially-supported curves by Gilles Peskine · 6 years ago
  82. 20b3ef3 Add mbedtls_ecdh_can_do by Gilles Peskine · 6 years ago
  83. 1fdf2c2 Fix build with gcc -Wshadow by Gilles Peskine · 6 years ago
  84. 9597238 ECDH: Make benchmarks check MBEDTLS_ERR_PLATFORM_FEATURE_UNSUPPORTED by Christoph M. Wintersteiger · 6 years ago
  85. 6ea2dea1 3rdparty: Add additional build facilities for 3rd-party code by Christoph M. Wintersteiger · 7 years ago
  86. 405b371 Silences missing documentation warning for MBEDTLS_ECDH_VARIANT_EVEREST_ENABLED by Christoph M. Wintersteiger · 7 years ago
  87. 78450a3 ECDH: Disables MBEDTLS_ECDH_VARIANT_EVEREST_ENABLED by default by Christoph M. Wintersteiger · 7 years ago
  88. ea24394 ECDH: Fix whitespace and permission problems by Christoph M. Wintersteiger · 7 years ago
  89. 0082f9d ECDSA: Add mbedtls_ecdsa_can_do by Christoph M. Wintersteiger · 7 years ago
  90. 8a0f5bb Make check-names.sh find the right names in 3rdparty by Christoph M. Wintersteiger · 7 years ago
  91. 1083a25 ECDH: Exclude FStar and Hacl* from exported symbol checks by Christoph M. Wintersteiger · 7 years ago
  92. 7cc4c68 Fix preprocessor directive recognition in list-enum-consts.pl by Christoph M. Wintersteiger · 7 years ago
  93. 62dddd0 Add new 3rdparty build scripts by Christoph M. Wintersteiger · 7 years ago
  94. 2e724a1 ECDH: Fix Everest ECDH side type by Christoph M. Wintersteiger · 7 years ago
  95. 24fbcef ECDH: Everest: Remove unnecessary file by Christoph M. Wintersteiger · 7 years ago
  96. 3c44962 ECDH: Fix error checks in benchmark.c by Christoph M. Wintersteiger · 7 years ago
  97. 34811a8 ECDH: Use LOCAL_CFLAGS instead of CFLAGS by Christoph M. Wintersteiger · 7 years ago
  98. c3cbdde ECDH: Fix whitespace, permissions by Christoph M. Wintersteiger · 7 years ago
  99. 999f3b5 ECDH: Remove YOTTA config #define by Christoph M. Wintersteiger · 7 years ago
  100. 4936beb ECDH: Clean up the interface to Everest code by Christoph M. Wintersteiger · 7 years ago