1. 65d1026 Remove the hack in library/constant_time_impl.h by Elena Uziunaite · 1 year, 1 month ago
  2. 61dabbd Edit component_release_test_valgrind_constant_flow_no_asm by Elena Uziunaite · 1 year, 1 month ago
  3. aff61f3 Change valgrind constant flow testing to test without asm by Elena Uziunaite · 1 year, 1 month ago
  4. dcb5d83 Disable asm in component_test_memsan by Elena Uziunaite · 1 year, 1 month ago
  5. 969e9e1 Alter constant-flow memsan testing by Elena Uziunaite · 1 year, 1 month ago
  6. be6a471 Merge pull request #9365 from eleuzi01/replace-gcm by Gilles Peskine · 1 year ago
  7. aa6f6d2 Merge pull request #8226 from davidhorstmann-arm/all-sh-separate-components by Manuel Pégourié-Gonnard · 1 year ago
  8. 9c9a3df Merge pull request #9366 from eleuzi01/replace-chachapoly by Gilles Peskine · 1 year ago
  9. 5b85d70 Merge pull request #9442 from gilles-peskine-arm/psa_sim_generate-parse_headers by Tom Cosgrove · 1 year ago
  10. 4b3b4fe Remove cruft and update documentation by Gilles Peskine · 1 year ago
  11. 83a0d9d Replace MBEDTLS_SSL_HAVE_GCM with PSA_WANT_ALG_GCM by Elena Uziunaite · 1 year, 1 month ago
  12. 56b4e5a Merge pull request #9443 from gilles-peskine-arm/psa-keystore-design-doc-development by Gilles Peskine · 1 year ago
  13. bf47cf7 all.sh/components: Moved component_build_zeroize_checks -> compiler. by Minos Galanakis · 1 year ago
  14. 9ceb2c3 all.sh/components: Moved test_malloc_0_null,test_memory_buffer_allocator -> configuration. by Minos Galanakis · 1 year ago
  15. aa09e48 all.sh/components: Moved test_sw_inet_pton -> x509. by Minos Galanakis · 1 year ago
  16. c06fd30 all.sh/components: Moved crypto components out of tls. by Minos Galanakis · 1 year ago
  17. 1c26ef5 all.sh/components: Moved component_test_no_strings -> configuration. by Minos Galanakis · 1 year ago
  18. b5891d5 all.sh/components: Moved aesni and armce components -> platform. by Minos Galanakis · 1 year ago
  19. 1ef3a66 all.sh/components: Moved test_aesni_m32_clang -> platform. by Minos Galanakis · 1 year ago
  20. 07404d2 all.sh/components: Moved build_arm_xxx from compiler -> platform. by Minos Galanakis · 1 year ago
  21. f699d51 all.sh/components: Moved support functions to the same group as their components. by Minos Galanakis · 1 year ago
  22. 4b6ee64 all.sh/components: Moved test_depends_py_kex/psa to tls. by Minos Galanakis · 1 year ago
  23. ce466f0 all.sh: Updated the component sourcing logic. by Minos Galanakis · 1 year ago
  24. ea7fff4 Merge pull request #8775 from tgonzalezorlandoarm/tg/mbedtls_test_ssl_message_queue_pop_info by Bence Szépkúti · 1 year ago
  25. 609f749 all.sh/components: Removed duplicated/obsolete documentation/whitespace. by Minos Galanakis · 1 year ago
  26. f78447f test/scripts/components: Applied consistent style. by Minos Galanakis · 1 year ago
  27. dc0f73a components-configuration-crypto:Added component_test_no_rsa_key_pair_generation. by Minos Galanakis · 1 year ago
  28. cd5668f components-configuration-crypto: Added component_test_full_no_cipher. by Minos Galanakis · 1 year ago
  29. 96bf182 Extract psasim components into a separate file. by Minos Galanakis · 1 year ago
  30. e280ff8 Extract sanitizer components into a separate file. by Minos Galanakis · 1 year ago
  31. 8a98090 Extract platform components into a separate file. by Minos Galanakis · 1 year ago
  32. 31b7a0c Extract configuration components into a separate file. by Minos Galanakis · 1 year ago
  33. 09b179b Extract configuration-x509 components into a separate file. by Minos Galanakis · 1 year ago
  34. 7665a93 Extract configuration-tls components into a separate file. by Minos Galanakis · 1 year ago
  35. f6e1adc Extract configuration-platform components into a separate file. by Minos Galanakis · 1 year ago
  36. 471b34c Extract configuration-crypto-components into a separate file. by Minos Galanakis · 1 year ago
  37. 328b9e8 Extract compliance-components into a separate file. by Minos Galanakis · 1 year ago
  38. 9ebb882 Extract compiler-components into a separate file. by Minos Galanakis · 1 year ago
  39. 5357def Extract build-components into a separate file. by Minos Galanakis · 1 year ago
  40. 85c78f5 Extract basic-components into a separate file. by Minos Galanakis · 1 year ago
  41. db7b1bb Adjusted style for psasim components by Minos Galanakis · 1 year ago
  42. ada21b0 Separate all.sh from components. by Minos Galanakis · 1 year ago
  43. 6aab5b7 Created placeholder component files. by Minos Galanakis · 1 year ago
  44. 4c3ff16 Enhance existing skip mechanism instead of duplicating it by Gilles Peskine · 1 year ago
  45. 343d040 Miscellaneous clarifications by Gilles Peskine · 1 year ago
  46. 7fc3a50 Expand on performance by Gilles Peskine · 1 year ago
  47. 2e0fc78 Discuss why we have so many variants by Gilles Peskine · 1 year ago
  48. 19afbc9 Link to issue about freeing empty slices by Gilles Peskine · 1 year ago
  49. ef94001 Improve and fix explanation of next_free by Gilles Peskine · 1 year ago
  50. 5a040db Update macro name about the static key store by Gilles Peskine · 1 year ago
  51. 708c877 Typos and minor clarifications by Gilles Peskine · 1 year ago
  52. c0037da psa_open_key does not lock the key in memory by Gilles Peskine · 1 year, 1 month ago
  53. d63a0cc Document the key store design by Gilles Peskine · 1 year, 1 month ago
  54. 61f71da Merge pull request #9363 from eleuzi01/replace-cbc by Gilles Peskine · 1 year ago
  55. 7790bef Merge pull request #9229 from gabor-mezei-arm/9158_config.py_use_crypto_config by Ronald Cron · 1 year ago gh-readonly-queue/development/pr-9229-4b9141ccf45e92d42152f9ec19cc69fab31b066b
  56. 89e0901 Update framework by Gabor Mezei · 1 year ago
  57. 2e9a7ee Parse the actual headers by Gilles Peskine · 1 year ago
  58. 2910f4d Write output files to the expected directory by Gilles Peskine · 1 year ago
  59. 5c70c30 Replace MBEDTLS_SSL_HAVE_CHACHAPOLY with PSA_WANT_ALG_CHACHA20_POLY1305 by Elena Uziunaite · 1 year, 1 month ago
  60. 4b9141c Merge pull request #9384 from eleuzi01/replace-util-have-ecdsa by Gilles Peskine · 1 year ago
  61. 74342c7 Replace MBEDTLS_SSL_HAVE_CBC with PSA_WANT_ALG_CBC_NO_PADDING by Elena Uziunaite · 1 year, 1 month ago
  62. d063731 Merge pull request #9360 from eleuzi01/replace-key-aes by Gilles Peskine · 1 year ago
  63. 6121a34 Replace MBEDTLS_SSL_HAVE_AES with PSA_WANT_KEY_TYPE_AES by Elena Uziunaite · 1 year, 1 month ago
  64. 9ac64b8 Merge pull request #9351 from eleuzi01/replace-ecp-have-secp256r1 by Paul Elliott · 1 year ago
  65. cfe8c4c Merge pull request #9431 from ronald-cron-arm/fix-basic-build-test by Gilles Peskine · 1 year ago
  66. 87e0550 Replace MBEDTLS_PSA_UTIL_HAVE_ECDSA with PSA_HAVE_ALG_SOME_ECDSA by Elena Uziunaite · 1 year, 1 month ago
  67. 665eda7 Introduce crypto_adjust_config_derived.h by Elena Uziunaite · 1 year, 1 month ago
  68. 417d05f Replace MBEDTLS_ECP_HAVE_SECP256R1 with PSA_WANT_ECC_SECP_R1_256 by Elena Uziunaite · 1 year, 1 month ago
  69. fd79fe5 basic-build-test.sh: Restore make only command by Ronald Cron · 1 year ago
  70. 91f1746 Remove sanity check for `None` value by Gabor Mezei · 1 year, 1 month ago
  71. 4706fe7 Update documentation and comments by Gabor Mezei · 1 year, 1 month ago
  72. 3de6586 Adjust temporarily the crypto config file location by Gabor Mezei · 1 year, 1 month ago
  73. 33dd293 Give better name for class by Gabor Mezei · 1 year, 1 month ago
  74. c5ff33c Move config file modification checking to the `Config` superclass by Gabor Mezei · 1 year, 1 month ago
  75. 3e2a550 Pass `ConfigFile` object as parameter for `MultiConfig` constructor by Gabor Mezei · 1 year, 1 month ago
  76. 8d72ac6 Fix error type by Gabor Mezei · 1 year, 1 month ago
  77. de6e192 Add documentation by Gabor Mezei · 1 year, 1 month ago
  78. f77722d Rename calss by Gabor Mezei · 1 year, 1 month ago
  79. 9b0f9e7 Simplify set creation by Gabor Mezei · 1 year, 1 month ago
  80. e7742b3 Unify the `_format_parameter` function among the `ConfigFile` subclasses by Gabor Mezei · 1 year, 1 month ago
  81. 93a6d1f Make the `name` parameter mandatory for the constructor of `ConfigFile` by Gabor Mezei · 1 year, 1 month ago
  82. 8a64d8e Only write config files if it is modified by Gabor Mezei · 1 year, 2 months ago
  83. 542fd38 Update unsupported and deprecated psa fearues handling by Gabor Mezei · 1 year, 2 months ago
  84. d723b51 Fix for crypto config default value by Gabor Mezei · 1 year, 2 months ago
  85. ee521b6 Restructure the configuration representation by Gabor Mezei · 1 year, 2 months ago
  86. 92065ed Fix pylint issues by Gabor Mezei · 1 year, 2 months ago
  87. 62a9bd0 Update and add documentation by Gabor Mezei · 1 year, 2 months ago
  88. 3678dee Add crypto config support for config.py by Gabor Mezei · 1 year, 2 months ago
  89. f938f4f Merge pull request #9394 from ronald-cron-arm/move-crypto-test-suites by Ronald Cron · 1 year ago
  90. b16b8c2 Updated auto-generated psa_test_wrappers. by Ronald Cron · 1 year ago
  91. 636e9ef Update the framework submodule to the merge of PR38 by Ronald Cron · 1 year ago
  92. 7262b47 all.sh: psasim: Start server in tf-psa-crypto/tests by Ronald Cron · 1 year ago
  93. 0b796a4 psasim: Rename kill_server.sh to kill_servers.sh by Ronald Cron · 1 year ago
  94. e0e26f7 psasim: Move file clean-up to all.sh by Ronald Cron · 1 year ago
  95. 594ab41 psasim: Fix IPCs removal by Ronald Cron · 1 year ago
  96. 3943467 psasim: Fix doorbell file path by Ronald Cron · 1 year ago
  97. c04c2ed Revert "Adapt psasim" by Ronald Cron · 1 year ago
  98. 3f8275e Scripts improvements by Ronald Cron · 1 year, 1 month ago
  99. b6f6cc8 Adapt psasim by Ronald Cron · 1 year, 1 month ago
  100. c29dd98 Adapt check-generated-files.sh by Ronald Cron · 1 year, 1 month ago