1. 4869dcd Change some examples to use new PSA crypto config by David Brown · 4 years, 6 months ago
  2. bb86d0c Merge pull request #3995 from stevew817/feature/psa_configurable_static_ram_usage by Gilles Peskine · 4 years, 6 months ago
  3. ea8d387 Fix config query file by Steven Cooreman · 4 years, 6 months ago
  4. 5cd00d2 Merge pull request #4092 from ronald-cron-arm/psa-crypto-client by Ronald Cron · 4 years, 6 months ago
  5. a63b20d Rename AEAD tag length macros by Bence Szépkúti · 4 years, 8 months ago
  6. d945871 Merge pull request #3872 from gabor-mezei-arm/3275_use_PSA_ERROR_DATA_INVALID_where_warranted by Gilles Peskine · 4 years, 6 months ago
  7. 3768ac1 Add MBEDTLS_PSA_CRYPTO_CLIENT configuration option by Ronald Cron · 4 years, 6 months ago
  8. 53943ca Merge pull request #3992 from stevew817/feature/ecp_no_fallback by Gilles Peskine · 4 years, 6 months ago
  9. 318515b Merge pull request #3984 from gabor-mezei-arm/3268_update_macros_for_ouput_buffer_size_renames by Ronald Cron · 4 years, 6 months ago
  10. 0426e25 Merge pull request #4020 from gilles-peskine-arm/ssl_test_lib-hmac_drg by Ronald Cron · 4 years, 6 months ago
  11. ddb3bd5 Merge pull request #3897 from d3zd3z/fix-cmake28 by Ronald Cron · 4 years, 6 months ago
  12. da9529f Update copypasta by Gilles Peskine · 4 years, 6 months ago
  13. 94ad831 Add comments to some endif guards by Gilles Peskine · 4 years, 6 months ago
  14. cbcec21 Rename output buffer size macros by gabor-mezei-arm · 4 years, 8 months ago
  15. 1af872d Move the fake PSA external RNG to its own header and source files by Gilles Peskine · 4 years, 7 months ago
  16. 2146211 SSL test programs: enable the PSA test external RNG by Gilles Peskine · 4 years, 7 months ago
  17. ba74904 SSL test programs: support HMAC_DRBG by Gilles Peskine · 4 years, 7 months ago
  18. 535fb37 SSL test programs: abstract CTR_DRBG away by Gilles Peskine · 4 years, 7 months ago
  19. f1cb75f Local cleanups following the code move by Gilles Peskine · 4 years, 7 months ago
  20. daa94c4 SSL test programs: move RNG common code to ssl_test_lib by Gilles Peskine · 4 years, 7 months ago
  21. b3715eb SSL test programs: prepare to unify common code by Gilles Peskine · 4 years, 7 months ago
  22. 8a8492b SSL test programs: stuff RNG context into a struct by Gilles Peskine · 4 years, 7 months ago
  23. 2427d15 Merge pull request #3986 from gilles-peskine-arm/ssl_test_lib-create by paul-elliott-arm · 4 years, 7 months ago
  24. c772b18 Move the declaration of query_config() to a dedicated header file by Gilles Peskine · 4 years, 7 months ago
  25. b4df754 Update #else and #endif comments by Gilles Peskine · 4 years, 7 months ago
  26. 97b4984 Add a flag for disabling fallback in ecp.c by Steven Cooreman · 4 years, 7 months ago
  27. a51e1db Merge pull request #3895 from gilles-peskine-arm/psa-external-random by Gilles Peskine · 4 years, 7 months ago
  28. 504c1a3 ssl_test_lib: move common functions and variables by Gilles Peskine · 4 years, 7 months ago
  29. 7c818d6 ssl_test_lib: move common type definitions by Gilles Peskine · 4 years, 7 months ago
  30. c11eb1f Prepare to merge identical code from ssl_client2.c and ssl_server2.c by Gilles Peskine · 4 years, 7 months ago
  31. 7f679c7 ssl_test_lib: move declaration of query_config by Gilles Peskine · 4 years, 7 months ago
  32. 67638d6 ssl_test_lib: move common includes by Gilles Peskine · 4 years, 7 months ago
  33. ab7ce96 ssl_test_lib: move initial includes and is-it-supported check by Gilles Peskine · 4 years, 7 months ago
  34. 0d980b8 ssl_test_common_source.c: new source file for common SSL test code by Gilles Peskine · 4 years, 7 months ago
  35. a3ed34f ssl_test_lib.[hc]: new source file for common SSL test code by Gilles Peskine · 4 years, 7 months ago
  36. d20a210 git: don't ignore fuzz/Makefile by Gilles Peskine · 4 years, 7 months ago
  37. f06a54c With make, build query_config.c only once by Gilles Peskine · 4 years, 7 months ago
  38. 880334c Fix use-after-scope error in programs/ssl by Bence Szépkúti · 4 years, 8 months ago
  39. a27a4e2 Merge pull request #3929 from gilles-peskine-arm/psa-driver-remove-old-accel by Manuel Pégourié-Gonnard · 4 years, 8 months ago
  40. 2b75962 Merge pull request #3948 from bensze01/update_psa_values by Gilles Peskine · 4 years, 8 months ago
  41. 1de907d Introduce PSA_ALG_STREAM_CIPHER by Bence Szépkúti · 4 years, 8 months ago
  42. db6b03b Remove old-style accelerator and entropy driver interfaces by Gilles Peskine · 4 years, 8 months ago
  43. 80448aa Fix GCC warning about `test_snprintf` by Rodrigo Dias Correa · 4 years, 9 months ago
  44. fe30924 Use PSA_ERROR_DATA_INVALID error code by gabor-mezei-arm · 4 years, 9 months ago
  45. 3d8b4f5 Add missing error code documentation by gabor-mezei-arm · 4 years, 9 months ago
  46. ed03890 PSA: allow the configuration to favor HMAC_DRBG by Gilles Peskine · 4 years, 9 months ago
  47. f08b3f8 Autonomous random driver: create configuration option by Gilles Peskine · 4 years, 9 months ago
  48. 662deb3 Merge pull request #3547 from ronald-cron-arm/psa-openless by Gilles Peskine · 4 years, 9 months ago
  49. c985114 programs: ssl: Fix printf parameter type cast by Ronald Cron · 4 years, 9 months ago
  50. a8e309e cmake: Fix added sources to targets by David Brown · 4 years, 9 months ago
  51. c704314 Merge pull request #3867 from gilles-peskine-arm/error-include-string by Gilles Peskine · 4 years, 9 months ago
  52. 77c89f5 Fix several typos by Ronald Cron · 4 years, 9 months ago
  53. adc2ff2 Adapt programs to PSA openless APIs by Ronald Cron · 4 years, 11 months ago
  54. c4d1b51 Define handles as key identifiers by Ronald Cron · 5 years ago
  55. c26f8d4 Introduce psa_key_handle_is_null inline function by Ronald Cron · 5 years ago
  56. 91e9515 Introduce PSA_KEY_HANDLE_INIT macro by Ronald Cron · 5 years ago
  57. f4a6a05 ssl_context_info: fix config requirements by Gilles Peskine · 4 years, 9 months ago
  58. 381c107 cmake: Avoid using target_properties for old cmake by David Brown · 4 years, 9 months ago
  59. 5fbe9e7 remove useless parentheses by Johan Pascal · 4 years, 9 months ago
  60. 5ef72d2 Style and typos by Johan Pascal · 4 years, 9 months ago
  61. 2258a4f Do not return a structure, use a return parameter by Johan Pascal · 4 years, 9 months ago
  62. 0dbcd1d Make API safer by Johan Pascal · 4 years, 9 months ago
  63. 20c7db3 API modified so server side can get mki value by Johan Pascal · 4 years, 9 months ago
  64. 76fdf1d Minor fix and improvements by Johan Pascal · 4 years, 10 months ago
  65. 9bc50b0 Test check the key material exported match - include interop with openssl client by Johan Pascal · 4 years, 11 months ago
  66. d387aa0 style + missing cast by Johan Pascal · 4 years, 11 months ago
  67. 253d026 set protection profile API gets a MBEDTLS_TLS_SRTP_UNSET terminated list by Johan Pascal · 4 years, 11 months ago
  68. 43f9490 SRTP profiles definition use macros only by Johan Pascal · 4 years, 11 months ago
  69. d576fdb Style + fix bound check in write_use_srt_ext by Johan Pascal · 4 years, 11 months ago
  70. 9bc97ca SRTP-DTLS protection profile configuration list not copied into ssl_config by Johan Pascal · 4 years, 11 months ago
  71. 8526957 Minor style modifications by Johan Pascal · 5 years ago
  72. 48f62e9 Fix ssl_client2 after rebase by Johan Pascal · 5 years ago
  73. 1d957e6 Fix build warning by Johan Pascal · 5 years ago
  74. b64eab7 fix style by Johan Pascal · 5 years ago
  75. 8f284c1 Add the SRTP configuration to query_config by Ron Eldor · 6 years ago
  76. 65b56ef Change key derivation for srtp by Ron Eldor · 6 years ago
  77. a978804 Style fixes by Ron Eldor · 7 years ago
  78. ef72faf Style fixes by Ron Eldor · 7 years ago
  79. 311b95a Fix compilation errors by Ron Eldor · 7 years ago
  80. 12c6ead Fix mki issues by Ron Eldor · 7 years ago
  81. 6ea6451 Add dtls-srtp to client and server examples by Ron Eldor · 7 years ago
  82. 935b4f9 Merge pull request #3407 from RcColes/development by Gilles Peskine · 4 years, 9 months ago
  83. 2d0b723 Merge pull request #3712 from jdurkop/psa-crypto-config-ecdsa-3670 by Gilles Peskine · 4 years, 9 months ago
  84. 88ebb2d Include public and public-ish PSA headers in CPP check by Steven Cooreman · 4 years, 10 months ago
  85. d696e7d programs/ssl: Fix incorrect EOF check in ssl_context_info.c by Nayna Jain · 5 years ago
  86. 995c66f Build: Add MBEDTLS_TARGET_PREFIX by Raef Coles · 4 years, 10 months ago
  87. 8f24a8b Merge pull request #3595 from gilles-peskine-arm/cert-gen-cleanup-202008-development by Ronald Cron · 4 years, 10 months ago
  88. ef94c4f Merge pull request #3474 from ronald-cron-arm/common-mbedtls_param_failed by Gilles Peskine · 4 years, 10 months ago
  89. de47217 Do not print any messages if query_config option is used by gabor-mezei-arm · 5 years ago
  90. f1f7b29 Fix overiding of return value. by gabor-mezei-arm · 5 years ago
  91. 7859585 Use goto exit instead of direct return by gabor-mezei-arm · 5 years ago
  92. a9eecf1 If query_config is used only the config value is printed. by gabor-mezei-arm · 5 years ago
  93. 2542c21 Add MBEDTLS_PSA_CRYPTO_CONFIG to test program by John Durkop · 4 years, 11 months ago
  94. e18d09d fix(programs/psa): commit python3 generated file by Cameron Nemo · 4 years, 11 months ago
  95. dc57c25 Merge pull request #3527 from ronald-cron-arm/key-extended-id by Gilles Peskine · 5 years ago
  96. e5874e1 Merge pull request #3525 from HowJMay/typo by Dave Rodgman · 5 years ago
  97. ccbd622 Fix typo in comment by HowJMay · 5 years ago
  98. 0d59f7b0 Add configuration flag `MBEDTLS_PSA_CRYPTO_DRIVERS` by Steven Cooreman · 5 years ago
  99. a70d588 Add initial test driver conforming to the new spec by Steven Cooreman · 5 years ago
  100. 71016a9 psa: Rename psa_key_file_id_t to mbedtls_svc_key_id_t by Ronald Cron · 5 years ago