1. 419bd00 Adjust DES exclude lists in test scripts by Andres Amaya Garcia · 6 years ago
  2. f8dffb3 Clarify 3DES changes in ChangeLog by Andres Amaya Garcia · 6 years ago
  3. bdfba79 Fix documentation for 3DES removal by Andres Amaya Garcia · 6 years ago
  4. 2dadab7 Exclude 3DES tests in test scripts by Andres Amaya Garcia · 7 years ago
  5. 22a8905 Fix wording of ChangeLog and 3DES_REMOVE docs by Andres Amaya Garcia · 7 years ago
  6. 4a51228 Reduce priority of 3DES ciphersuites by Andres Amaya Garcia · 7 years ago
  7. 86016a0 Merge remote-tracking branch 'origin/pr/2338' into development by Jaeden Amero · 6 years ago
  8. e895342 Merge remote-tracking branch 'origin/pr/2427' into development by Jaeden Amero · 6 years ago
  9. d247762 Merge remote-tracking branch 'origin/pr/2460' into development by Jaeden Amero · 6 years ago
  10. 85fd913 Fix typo in check_config.h by Hanno Becker · 6 years ago
  11. caca307 crypto: Update submodule to Mbed Crypto 1.0.0d6 by Jaeden Amero · 6 years ago
  12. 415620c Merge remote-tracking branch 'origin/pr/2105' into development by Jaeden Amero · 6 years ago
  13. 461bd3d Merge remote-tracking branch 'origin/pr/2454' into development by Jaeden Amero · 6 years ago
  14. 9f47f82 Merge remote-tracking branch 'origin/pr/2391' into development by Jaeden Amero · 6 years ago
  15. 8963b03 Merge remote-tracking branch 'origin/pr/2411' into development by Jaeden Amero · 6 years ago
  16. d9516b5 Merge remote-tracking branch 'origin/pr/2407' into development by Jaeden Amero · 6 years ago
  17. 0ae63f7 Merge remote-tracking branch 'origin/pr/2383' into development by Jaeden Amero · 6 years ago
  18. 241b524 Disable restartable ECC in full config PSA test in all.sh by Hanno Becker · 6 years ago
  19. 1ce51e4 Forbid setting MBEDTLS_ECP_RESTARTABLE and MBEDTLS_USE_PSA_CRYPTO_C by Hanno Becker · 6 years ago
  20. 3497323 Initialize PSA Crypto operation contexts by Jaeden Amero · 6 years ago
  21. 135baef Define maximum EC public key length depending on enabled curves by Hanno Becker · 6 years ago
  22. 28f7844 Grep for debug output witnessing use of PSA in ECDHE ssl-opt.sh by Hanno Becker · 6 years ago
  23. 4af484e Regenerate VS2010 project file by Hanno Becker · 7 years ago
  24. 3b7c4a0 Regenerate VisualStudio project file by Hanno Becker · 7 years ago
  25. 354e248 Add ssl-opt.sh tests for PSA-based ECDH with various ECC curves by Hanno Becker · 7 years ago
  26. 0a94a64 Add debugging output to confirm that PSA was used for ECDHE by Hanno Becker · 7 years ago
  27. c14a3bb Make variable in ssl_write_client_key_exchange() more descriptive by Hanno Becker · 7 years ago
  28. 4a63ed4 Implement ClientKeyExchange writing in PSA-based ECDHE suites by Hanno Becker · 7 years ago
  29. bb89e27 Implement ServerKeyExchange parsing for PSA-based ECDHE suites by Hanno Becker · 7 years ago
  30. df51dbe Add fields for PSA-based ECDHE to handshake structure by Hanno Becker · 6 years ago
  31. f75f912 Add functions to psa_util module to convert EC public keys by Hanno Becker · 7 years ago
  32. 9c99dc8 Merge pull request #2395 from ARMmbed/development-psa-merged-dev-8e76332 by Manuel Pégourié-Gonnard · 6 years ago
  33. 064128c Update submodule pointer to commit 0574e6a of mbed-crypto/development by Andrzej Kurek · 6 years ago archive/development-psa-merged-dev-8e76332 development-psa-merged-dev-8e76332
  34. 1b20be5 Write documentation for TEST_ASSERT by Andrzej Kurek · 6 years ago
  35. 2d79266 psa_utils: Make fallthrough clear for compilers by Jaeden Amero · 6 years ago
  36. eb50871 all.sh: add a seedfile generation step by Andrzej Kurek · 6 years ago
  37. c058773 Update submodule pointer to dea02cc8b by Andrzej Kurek · 6 years ago
  38. 3ea2687 psa: Initialize crypto in tests that need to by Jaeden Amero · 6 years ago
  39. 54efcb7 Update query config with VSNPRINTF macro by Andres Amaya Garcia · 6 years ago
  40. 08b807a Update crypto submodule version to commit f54597144874 by Andrzej Kurek · 6 years ago
  41. f389629 Move a restartable ecp context to a conditional compilation block by Andrzej Kurek · 6 years ago archive/restartable-ecc-unused-variable restartable-ecc-unused-variable
  42. 6f7703d rsa: Enable use of zero-length null output by Jaeden Amero · 6 years ago
  43. 004f87b RSA encryption: accept input=NULL if ilen=0 by Gilles Peskine · 7 years ago
  44. 46f34d0 Fix style issue and wording by Hanno Becker · 6 years ago
  45. c1e18bd Fix memory leak by Hanno Becker · 7 years ago
  46. e2734e2 Improve formatting of ssl_parse_certificate_chain() by Hanno Becker · 7 years ago
  47. 84879e3 Add compile-time guards around helper routine by Hanno Becker · 7 years ago
  48. bd9d51d Adapt ChangeLog by Hanno Becker · 7 years ago
  49. def9bdc Don't store the peer CRT chain twice during renegotiation by Hanno Becker · 7 years ago
  50. b2964cb SSL/TLS client: Remove old session ticket on renegotiation by Hanno Becker · 7 years ago
  51. ac4172c Adapt ChangeLog by Hanno Becker · 7 years ago
  52. 2d8a2c0 Modify existing X.509 test for also test new copyless API by Hanno Becker · 7 years ago
  53. 462c3e5 Add test for mbedtls_x509_parse_file() with DER encoded CRT by Hanno Becker · 7 years ago
  54. 1a65dcd Add a new X.509 API call for copy-less parsing of CRTs by Hanno Becker · 7 years ago
  55. fb23673 Revert "Forbid passing NULL input buffers to RSA encryption routines" by Jaeden Amero · 6 years ago
  56. 02f39ac Adjust documentation of mbedtls_cipher_update_ad by Andrzej Kurek · 6 years ago
  57. 57f04e5 Adjust documentation of mbedtls_cipher_update_ad by Andrzej Kurek · 6 years ago
  58. 3c2b15d Update version_features file by Andrzej Kurek · 6 years ago
  59. 85ac0ae Update submodule version to include parameter validation for rsa.c by Andrzej Kurek · 6 years ago
  60. 1724574 Add MBEDTLS_PSA_HAS_ITS_IO to config.pl exclude list by Andrzej Kurek · 6 years ago
  61. d3643ef Add PSA defines to config.pl exclude list by Andrzej Kurek · 6 years ago
  62. 70d8a5b Update crypto submodule version to 94a3abcd by Andrzej Kurek · 6 years ago
  63. 17c53c5 Fix check-generated-files.sh failure with query_config by Andres Amaya Garcia · 7 years ago
  64. e7856bf Suppress visual studio preprocessor warnings on query_config.c by Andres Amaya Garcia · 7 years ago
  65. bc432b8 Use \r instead of 0xD in generate_visualc_files.pl by Andres Amaya Garcia · 7 years ago
  66. 8645f73 Update query_config.c with new macros by Andres Amaya Garcia · 7 years ago
  67. ef672f0 Exclude macros from query_config.c generation by Andres Amaya Garcia · 7 years ago
  68. 27b3372 Fix query_config macro expansion for windows by Andres Amaya Garcia · 7 years ago
  69. 5bc6e92 Fix query_config macro expansion for windows by Andres Amaya Garcia · 7 years ago
  70. c84a65d Fix missing include in vs proj files for query programs by Andres Amaya Garcia · 7 years ago
  71. cb9c015 Improve cmake inclusion of query_config.c when building apps by Andres Amaya Garcia · 7 years ago
  72. c28da7e Improve comments in query_config.fmt by Andres Amaya Garcia · 7 years ago
  73. 5aca555 Fix GCC 0-length printf format string error by Andres Amaya Garcia · 7 years ago
  74. 2fdc2c2 Fix multiple stdio.h inclusion in query_config.c by Andres Amaya Garcia · 7 years ago
  75. 08457ce Fix aligment in programs/test/query_compile_time_config.c by Andres AG · 7 years ago
  76. 509ba69 Create programs/test/query_compile_time_config app by Andres AG · 7 years ago
  77. 4581486 Ensure query_config.c includes stdio only when needed by Andres AG · 7 years ago
  78. 109f8b6 Fix typo in quenerate_query_config.pl comment by Andres Amaya Garcia · 7 years ago
  79. bb92364 Update programs/ssl/CMakeLists.txt with query_config.c dep by Andres Amaya Garcia · 7 years ago
  80. aabe52f Add ChangeLog entries by Andres Amaya Garcia · 7 years ago
  81. 4c981a0 Add gen_query_config.pl to check-gen-files and bump_version by Andres Amaya Garcia · 7 years ago
  82. 88121a9 Script generation of query_config.c file by Andres Amaya Garcia · 7 years ago
  83. 3b2f9d3 query_config.c: remove duplicated inc of platform.h by Andres Amaya Garcia · 7 years ago
  84. 3169dc0 ssl-opt: Use ssl_server2 to query config instead of grep and sed by Andres Amaya Garcia · 7 years ago
  85. bc81884 Query config through ssl_server2 and ssl_client2 cmdline by Andres Amaya Garcia · 7 years ago
  86. 1767e40 all.sh: fix submodule test names by Andrzej Kurek · 7 years ago
  87. 8a2e97c Merge development-psa commit 80b5662 into development-psa-merged branch by Andrzej Kurek · 7 years ago
  88. e9c3b81 all.sh: move crypto submodule check to pre_check_git by Andrzej Kurek · 7 years ago
  89. c690523 Merge PSA config and check-config changes by Andrzej Kurek · 7 years ago
  90. d142856 cipher: remove unnecessary precondition by Andrzej Kurek · 7 years ago
  91. efed323 pk: restructure precondition check by Andrzej Kurek · 7 years ago
  92. b274f27 Documentation fixes by Andrzej Kurek · 7 years ago
  93. fd0381a all.sh: change test_submodule to test_use_psa_crypto by Andrzej Kurek · 7 years ago
  94. 8764ccc ChangeLog: rearrange misplaced sections. by Andrzej Kurek · 7 years ago
  95. 246cc86 cipher: fix indentation by Andrzej Kurek · 7 years ago
  96. a1dc911 Correct code formatting in the timing test suites by k-stachowiak · 7 years ago
  97. c5a4a13 Apply imperative style in the changelog entry by k-stachowiak · 7 years ago
  98. 80b5662 Merge remote-tracking branch 'origin/pr/2386' into development-psa by Jaeden Amero · 7 years ago archive/development-psa development-psa
  99. d18b264 Merge remote-tracking branch 'origin/pr/2382' into development-psa by Jaeden Amero · 7 years ago
  100. 65408c5 Merge remote-tracking branch 'origin/pr/2355' into development-psa by Jaeden Amero · 7 years ago