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