1. 8273df8 Re-classify errors on missing peer CRT by Hanno Becker · 6 years ago
  2. 0329f75 Increase robustness and documentation of ticket implementation by Hanno Becker · 6 years ago
  3. aee8717 Simplify session cache implementation via mbedtls_ssl_session_copy() by Hanno Becker · 6 years ago
  4. 52055ae Give ssl_session_copy() external linkage by Hanno Becker · 6 years ago
  5. c7bd780 Allow passing any X.509 CRT chain to ssl_parse_certificate_chain() by Hanno Becker · 7 years ago
  6. 6863619 Introduce helper function for peer CRT chain verification by Hanno Becker · 7 years ago
  7. fcd9e71 Don't progress TLS state machine on peer CRT chain parsing error by Hanno Becker · 7 years ago
  8. 77adddc Make use of macro and helper detecting whether CertRequest allowed by Hanno Becker · 6 years ago
  9. 28f2fcd Add helper function to check whether a CRT msg is expected by Hanno Becker · 6 years ago
  10. 7177a88 Introduce helper function to determine whether suite uses server CRT by Hanno Becker · 7 years ago
  11. 2148993 Use helper macro to detect whether some ciphersuite uses CRTs by Hanno Becker · 7 years ago
  12. 6bdfab2 Unify state machine update in mbedtls_ssl_parse_certificate() by Hanno Becker · 7 years ago
  13. 7a955a0 Clear peer's CRT chain outside before parsing new one by Hanno Becker · 7 years ago
  14. 4a55f63 Introduce helper to check for no-CRT notification from client by Hanno Becker · 7 years ago
  15. a028c5b Introduce CRT counter to CRT chain parsing function by Hanno Becker · 7 years ago
  16. 1294a0b Introduce helper function to clear peer CRT from session structure by Hanno Becker · 7 years ago
  17. f852b1c Break overly long line in definition of mbedtls_ssl_get_session() by Hanno Becker · 7 years ago
  18. 60848e6 Don't reuse CRT from initial handshake during renegotiation by Hanno Becker · 7 years ago
  19. 86016a0 Merge remote-tracking branch 'origin/pr/2338' into development by Jaeden Amero · 6 years ago
  20. e895342 Merge remote-tracking branch 'origin/pr/2427' into development by Jaeden Amero · 6 years ago
  21. d247762 Merge remote-tracking branch 'origin/pr/2460' into development by Jaeden Amero · 6 years ago
  22. 85fd913 Fix typo in check_config.h by Hanno Becker · 6 years ago
  23. caca307 crypto: Update submodule to Mbed Crypto 1.0.0d6 by Jaeden Amero · 6 years ago
  24. 415620c Merge remote-tracking branch 'origin/pr/2105' into development by Jaeden Amero · 6 years ago
  25. 461bd3d Merge remote-tracking branch 'origin/pr/2454' into development by Jaeden Amero · 6 years ago
  26. 9f47f82 Merge remote-tracking branch 'origin/pr/2391' into development by Jaeden Amero · 6 years ago
  27. 8963b03 Merge remote-tracking branch 'origin/pr/2411' into development by Jaeden Amero · 6 years ago
  28. d9516b5 Merge remote-tracking branch 'origin/pr/2407' into development by Jaeden Amero · 6 years ago
  29. 0ae63f7 Merge remote-tracking branch 'origin/pr/2383' into development by Jaeden Amero · 6 years ago
  30. 241b524 Disable restartable ECC in full config PSA test in all.sh by Hanno Becker · 6 years ago
  31. 1ce51e4 Forbid setting MBEDTLS_ECP_RESTARTABLE and MBEDTLS_USE_PSA_CRYPTO_C by Hanno Becker · 6 years ago
  32. 3497323 Initialize PSA Crypto operation contexts by Jaeden Amero · 6 years ago
  33. 135baef Define maximum EC public key length depending on enabled curves by Hanno Becker · 6 years ago
  34. 28f7844 Grep for debug output witnessing use of PSA in ECDHE ssl-opt.sh by Hanno Becker · 6 years ago
  35. 4af484e Regenerate VS2010 project file by Hanno Becker · 7 years ago
  36. 3b7c4a0 Regenerate VisualStudio project file by Hanno Becker · 7 years ago
  37. 354e248 Add ssl-opt.sh tests for PSA-based ECDH with various ECC curves by Hanno Becker · 7 years ago
  38. 0a94a64 Add debugging output to confirm that PSA was used for ECDHE by Hanno Becker · 7 years ago
  39. c14a3bb Make variable in ssl_write_client_key_exchange() more descriptive by Hanno Becker · 7 years ago
  40. 4a63ed4 Implement ClientKeyExchange writing in PSA-based ECDHE suites by Hanno Becker · 7 years ago
  41. bb89e27 Implement ServerKeyExchange parsing for PSA-based ECDHE suites by Hanno Becker · 7 years ago
  42. df51dbe Add fields for PSA-based ECDHE to handshake structure by Hanno Becker · 6 years ago
  43. f75f912 Add functions to psa_util module to convert EC public keys by Hanno Becker · 7 years ago
  44. 9c99dc8 Merge pull request #2395 from ARMmbed/development-psa-merged-dev-8e76332 by Manuel Pégourié-Gonnard · 6 years ago
  45. 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
  46. 1b20be5 Write documentation for TEST_ASSERT by Andrzej Kurek · 6 years ago
  47. 2d79266 psa_utils: Make fallthrough clear for compilers by Jaeden Amero · 6 years ago
  48. eb50871 all.sh: add a seedfile generation step by Andrzej Kurek · 6 years ago
  49. c058773 Update submodule pointer to dea02cc8b by Andrzej Kurek · 6 years ago
  50. 3ea2687 psa: Initialize crypto in tests that need to by Jaeden Amero · 6 years ago
  51. 54efcb7 Update query config with VSNPRINTF macro by Andres Amaya Garcia · 6 years ago
  52. 08b807a Update crypto submodule version to commit f54597144874 by Andrzej Kurek · 6 years ago
  53. 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
  54. 6f7703d rsa: Enable use of zero-length null output by Jaeden Amero · 6 years ago
  55. 004f87b RSA encryption: accept input=NULL if ilen=0 by Gilles Peskine · 7 years ago
  56. 46f34d0 Fix style issue and wording by Hanno Becker · 6 years ago
  57. c1e18bd Fix memory leak by Hanno Becker · 7 years ago
  58. e2734e2 Improve formatting of ssl_parse_certificate_chain() by Hanno Becker · 7 years ago
  59. 84879e3 Add compile-time guards around helper routine by Hanno Becker · 7 years ago
  60. bd9d51d Adapt ChangeLog by Hanno Becker · 7 years ago
  61. def9bdc Don't store the peer CRT chain twice during renegotiation by Hanno Becker · 7 years ago
  62. b2964cb SSL/TLS client: Remove old session ticket on renegotiation by Hanno Becker · 7 years ago
  63. ac4172c Adapt ChangeLog by Hanno Becker · 7 years ago
  64. 2d8a2c0 Modify existing X.509 test for also test new copyless API by Hanno Becker · 7 years ago
  65. 462c3e5 Add test for mbedtls_x509_parse_file() with DER encoded CRT by Hanno Becker · 7 years ago
  66. 1a65dcd Add a new X.509 API call for copy-less parsing of CRTs by Hanno Becker · 7 years ago
  67. fb23673 Revert "Forbid passing NULL input buffers to RSA encryption routines" by Jaeden Amero · 6 years ago
  68. 02f39ac Adjust documentation of mbedtls_cipher_update_ad by Andrzej Kurek · 6 years ago
  69. 57f04e5 Adjust documentation of mbedtls_cipher_update_ad by Andrzej Kurek · 6 years ago
  70. 3c2b15d Update version_features file by Andrzej Kurek · 6 years ago
  71. 85ac0ae Update submodule version to include parameter validation for rsa.c by Andrzej Kurek · 6 years ago
  72. 1724574 Add MBEDTLS_PSA_HAS_ITS_IO to config.pl exclude list by Andrzej Kurek · 6 years ago
  73. d3643ef Add PSA defines to config.pl exclude list by Andrzej Kurek · 6 years ago
  74. 70d8a5b Update crypto submodule version to 94a3abcd by Andrzej Kurek · 6 years ago
  75. 17c53c5 Fix check-generated-files.sh failure with query_config by Andres Amaya Garcia · 7 years ago
  76. e7856bf Suppress visual studio preprocessor warnings on query_config.c by Andres Amaya Garcia · 7 years ago
  77. bc432b8 Use \r instead of 0xD in generate_visualc_files.pl by Andres Amaya Garcia · 7 years ago
  78. 8645f73 Update query_config.c with new macros by Andres Amaya Garcia · 7 years ago
  79. ef672f0 Exclude macros from query_config.c generation by Andres Amaya Garcia · 7 years ago
  80. 27b3372 Fix query_config macro expansion for windows by Andres Amaya Garcia · 7 years ago
  81. 5bc6e92 Fix query_config macro expansion for windows by Andres Amaya Garcia · 7 years ago
  82. c84a65d Fix missing include in vs proj files for query programs by Andres Amaya Garcia · 7 years ago
  83. cb9c015 Improve cmake inclusion of query_config.c when building apps by Andres Amaya Garcia · 7 years ago
  84. c28da7e Improve comments in query_config.fmt by Andres Amaya Garcia · 7 years ago
  85. 5aca555 Fix GCC 0-length printf format string error by Andres Amaya Garcia · 7 years ago
  86. 2fdc2c2 Fix multiple stdio.h inclusion in query_config.c by Andres Amaya Garcia · 7 years ago
  87. 08457ce Fix aligment in programs/test/query_compile_time_config.c by Andres AG · 7 years ago
  88. 509ba69 Create programs/test/query_compile_time_config app by Andres AG · 7 years ago
  89. 4581486 Ensure query_config.c includes stdio only when needed by Andres AG · 7 years ago
  90. 109f8b6 Fix typo in quenerate_query_config.pl comment by Andres Amaya Garcia · 7 years ago
  91. bb92364 Update programs/ssl/CMakeLists.txt with query_config.c dep by Andres Amaya Garcia · 7 years ago
  92. aabe52f Add ChangeLog entries by Andres Amaya Garcia · 7 years ago
  93. 4c981a0 Add gen_query_config.pl to check-gen-files and bump_version by Andres Amaya Garcia · 7 years ago
  94. 88121a9 Script generation of query_config.c file by Andres Amaya Garcia · 7 years ago
  95. 3b2f9d3 query_config.c: remove duplicated inc of platform.h by Andres Amaya Garcia · 7 years ago
  96. 3169dc0 ssl-opt: Use ssl_server2 to query config instead of grep and sed by Andres Amaya Garcia · 7 years ago
  97. bc81884 Query config through ssl_server2 and ssl_client2 cmdline by Andres Amaya Garcia · 7 years ago
  98. 1767e40 all.sh: fix submodule test names by Andrzej Kurek · 7 years ago
  99. 8a2e97c Merge development-psa commit 80b5662 into development-psa-merged branch by Andrzej Kurek · 7 years ago
  100. e9c3b81 all.sh: move crypto submodule check to pre_check_git by Andrzej Kurek · 7 years ago