1. 2875270 Avoid potentially passing NULL arguments by Leonid Rozenboim · 3 years, 4 months ago
  2. de68e39 Merge pull request #5568 from superna9999/5159-pk-rsa-verification by Manuel Pégourié-Gonnard · 3 years, 4 months ago
  3. 0e980e8 Merge pull request #5640 from ronald-cron-arm/version-negotiation-2 by Ronald Cron · 3 years, 4 months ago
  4. 33a9d61 Merge pull request #5638 from paul-elliott-arm/ssl_cid_accessors by Manuel Pégourié-Gonnard · 3 years, 4 months ago
  5. 6a25159 Merge pull request #5648 from gabor-mezei-arm/5403_hkdf_use_internal_psa_implementations by Manuel Pégourié-Gonnard · 3 years, 4 months ago
  6. 451114f Merge pull request #5647 from superna9999/5179-follow-up-tls-record-hmac-no-mdinfo by Manuel Pégourié-Gonnard · 3 years, 4 months ago
  7. 0113cf1 Add accessor for own cid to ssl context by Paul Elliott · 3 years, 5 months ago
  8. 11218dd ssl_client.c: Fix unused parameter by Ronald Cron · 3 years, 4 months ago
  9. bdb4f58 Add and update documentation of some minor version fields by Ronald Cron · 3 years, 4 months ago
  10. 82c785f Make handshake::min_minor_ver client only by Ronald Cron · 3 years, 4 months ago
  11. 6476726 Fix comments by Ronald Cron · 3 years, 4 months ago
  12. a980adf Merge pull request #5637 from ronald-cron-arm/version-negotiation-1 by Ronald Cron · 3 years, 4 months ago
  13. ba120bb ssl_tls13_client.c: Fix ciphersuite final validation by Ronald Cron · 3 years, 4 months ago
  14. 8fdad9e ssl_tls12_client.c: Remove duplicate of ciphersuite validation by Ronald Cron · 3 years, 4 months ago
  15. 757a2ab ssl_client.c: Extend and export ciphersuite validation function by Ronald Cron · 3 years, 4 months ago
  16. f735cf1 ssl_tls.c: Fix ciphersuite selection regarding protocol version by Ronald Cron · 3 years, 4 months ago
  17. 9847338 ssl_tls13_client.c: Add check in supported_versions parsing by Ronald Cron · 3 years, 4 months ago
  18. 1fa4f68 ssl_tls.c: Return in error if default config fails by Ronald Cron · 3 years, 4 months ago
  19. a77fc27 ssl_tls13_client.c: versions ext writing : Fix available space check by Ronald Cron · 3 years, 4 months ago
  20. 37bdaab tls: Simplify the logic of the config version check and test it by Ronald Cron · 3 years, 4 months ago
  21. 3cffc5c tls: Remove unnecessary checks of MBEDTLS_CIPHERSUITE_NODTLS by Ronald Cron · 3 years, 4 months ago
  22. 150d579 ssl_client.c: Improve coding style by Ronald Cron · 3 years, 4 months ago
  23. e451295 Remove md_info in ssl_tls12_populate_transform() when USE_PSA_CRYPTO is defined by Neil Armstrong · 3 years, 5 months ago
  24. 253e9e7 Use mbedtls_rsa_info directly in rsa_verify_wrap() by Neil Armstrong · 3 years, 5 months ago
  25. ea54dbe Fix comment typo in rsa_verify_wrap() by Neil Armstrong · 3 years, 5 months ago
  26. 19e6bc4 Use new PSA to mbedtls PK error mapping functions in rsa_verify_wrap() by Neil Armstrong · 3 years, 5 months ago
  27. 8a44bb4 Handle INVALID_SIGNATURE instead of INVALID_PADDING in rsa_verify_wrap() by Neil Armstrong · 3 years, 5 months ago
  28. 82cf804 Fix 80 characters indentation in rsa_verify_wrap() by Neil Armstrong · 3 years, 5 months ago
  29. 6baea78 Use now shared RSA_PUB_DER_MAX_BYTES define in pk_wrap.c by Neil Armstrong · 3 years, 5 months ago
  30. a33280a Check psa_destroy_key() return in rsa_verify_wrap() by Neil Armstrong · 3 years, 5 months ago
  31. 059a80c Map INVALID_PADDING from PSA to MbedTLS error in rsa_verify_wrap() by Neil Armstrong · 3 years, 5 months ago
  32. 52f41f8 PK: RSA verification PSA wrap implementation by Neil Armstrong · 3 years, 6 months ago
  33. da41b38 Improve and fix comments by Ronald Cron · 3 years, 4 months ago
  34. 3304f25 Merge pull request #5653 from paul-elliott-arm/handshake_over by Manuel Pégourié-Gonnard · 3 years, 4 months ago
  35. e42d8bf Add macro guard for header file by Gabor Mezei · 3 years, 4 months ago
  36. abed05f Merge pull request #5652 from arturallmann/issue-commit by Manuel Pégourié-Gonnard · 3 years, 4 months ago
  37. 8ecd993 ssl_client.c: Fix state change for DTLS 1.2 by Ronald Cron · 3 years, 4 months ago
  38. f660655 TLS: Allow hybrid TLS 1.2/1.3 in default configurations by Ronald Cron · 3 years, 5 months ago
  39. e71639d Simplify TLS major version default value setting by Ronald Cron · 3 years, 5 months ago
  40. dbe87f0 Propose TLS 1.3 and TLS 1.2 by Ronald Cron · 3 years, 6 months ago
  41. 9f0fba3 Add logic to switch to TLS 1.2 by Ronald Cron · 3 years, 6 months ago
  42. e1d3f06 Allow hybrid TLS 1.3 + TLS 1.2 configuration by Ronald Cron · 3 years, 6 months ago
  43. fbd9f99 ssl_tls.c: Move some client specific functions to ssl_client.c by Ronald Cron · 3 years, 5 months ago
  44. 7320e64 ssl_tls12_client.c: Switch to generic Client Hello state handler by Ronald Cron · 3 years, 5 months ago
  45. 27c85e7 ssl_tls.c: Unify TLS 1.2 and TLS 1.3 SSL state logs by Ronald Cron · 3 years, 5 months ago
  46. 5f4e912 ssl_client.c: Add DTLS ClientHello message sending specifics by Ronald Cron · 3 years, 6 months ago
  47. 4079abc ssl_client.c: Adapt extensions writing to the TLS 1.2 case by Ronald Cron · 3 years, 6 months ago
  48. 11e1857 ssl_client.c: Fix key share code guards by Ronald Cron · 3 years, 5 months ago
  49. df823bf ssl_client.c: Re-order partially extension writing by Ronald Cron · 3 years, 4 months ago
  50. 42c1cbf ssl_client.c: Adapt compression methods comment to TLS 1.2 case by Ronald Cron · 3 years, 6 months ago
  51. 571f118 Merge pull request #5642 from mprse/ecp_export by Paul Elliott · 3 years, 4 months ago
  52. 3f39615 Fix typo "phtreads" to "pthreads" by Artur Allmann · 3 years, 5 months ago
  53. d491c2d ssl_client.c: Adapt ciphersuite writing to TLS 1.2 case by Ronald Cron · 3 years, 6 months ago
  54. a874aa8 ssl_client.c: Add DTLS 1.2 cookie support by Ronald Cron · 3 years, 6 months ago
  55. 021b178 ssl_client.c: Adapt session id generation to the TLS 1.2 case by Ronald Cron · 3 years, 6 months ago
  56. 58b8038 ssl_client.c: Adapt TLS random generation and writing to TLS 1.2 case by Ronald Cron · 3 years, 6 months ago
  57. cb5ef6a Remove duplicated includes by Gabor Mezei · 3 years, 4 months ago
  58. 55c49a3 Use proper macro guard by Gabor Mezei · 3 years, 4 months ago
  59. 29e7ca8 Fix typo by Gabor Mezei · 3 years, 4 months ago
  60. c094375 Remove commented out code by Gabor Mezei · 3 years, 4 months ago
  61. 1614eb6 ssl_client.c: Adapt TLS version writing to TLS 1.2 case by Ronald Cron · 3 years, 6 months ago
  62. 86a477f ssl_client.c: Adapt initial version selection to TLS 1.2 case by Ronald Cron · 3 years, 6 months ago
  63. 5456a7f ssl_client.c: Expand ssl_write_client_hello_body doc with TLS 1.2 case by Ronald Cron · 3 years, 6 months ago
  64. 71c2332 ssl_client.c: Rename TLS 1.3 ClientHello writing functions by Ronald Cron · 3 years, 6 months ago
  65. 3d580bf Move TLS 1.3 client hello writing to new TLS 1.2 and 1.3 client file by Ronald Cron · 3 years, 6 months ago
  66. 1c41501 Merge pull request #5632 from tom-cosgrove-arm/seclib-667-sha512-acceleration-mbedtls-internal by Dave Rodgman · 3 years, 4 months ago
  67. 8f6d39a Make some handshake TLS 1.3 utility routines available for TLS 1.2 by Ronald Cron · 3 years, 5 months ago
  68. 7ffe7eb ssl_tls13_client.c: Add some MBEDTLS_SSL_PROTO_TLS1_3 guards by Ronald Cron · 3 years, 5 months ago
  69. 04fbd2b ssl_tls13_client.c: Move writing of TLS 1.3 specific extensions by Ronald Cron · 3 years, 6 months ago
  70. 12dcdf0 ssl_tls12_client.c: Move writing of TLS 1.2 specific extensions by Ronald Cron · 3 years, 6 months ago
  71. 4e263fd ssl_tls12_client.c: Simplify TLS version in encrypted PMS by Ronald Cron · 3 years, 5 months ago
  72. 90f0120 ssl_tls12_server.c: Simplify TLS version check in ClientHello by Ronald Cron · 3 years, 5 months ago
  73. 086ee0b ssl_tls.c: Reject TLS 1.3 version configuration for server by Ronald Cron · 3 years, 5 months ago
  74. 8457c12 ssl_tls12_server.c: Remove some unnecessary checks on TLS minor version by Ronald Cron · 3 years, 5 months ago
  75. b894ac7 ssl_tls12_server.c: Remove some dead code for versions of TLS < 1.2 by Ronald Cron · 3 years, 5 months ago
  76. 90915f2 ssl_tls12_client.c: Remove some unnecessary checks on TLS minor version by Ronald Cron · 3 years, 5 months ago
  77. a25cf58 ssl_tls.c: Remove one unnecessary minor version check by Ronald Cron · 3 years, 5 months ago
  78. c2f13a0 ssl_tls.c: Modify mbedtls_ssl_set_calc_verify_md() by Ronald Cron · 3 years, 5 months ago
  79. 4dcbca9 ssl_tls.c: Move mbedtls_ssl_set_calc_verify_md() to TLS 1.2 section by Ronald Cron · 3 years, 5 months ago
  80. 81591aa ssl_tls.c: Remove ssl_set_handshake_prfs unnecessary minor_ver param by Ronald Cron · 3 years, 5 months ago
  81. f12b81d ssl_tls.c: Fix PSA ECDH private key destruction by Ronald Cron · 3 years, 5 months ago
  82. 5b98ac9 TLS 1.3: Move PSA ECDH private key destroy to dedicated function by Ronald Cron · 3 years, 5 months ago
  83. 8540cf6 ssl_tls.c: Propose PKCS1 v1.5 signatures with SHA_384/512 by Ronald Cron · 3 years, 5 months ago
  84. 60ff794 ssl_tls13_client.c: alpn: Miscellanous minor improvements by Ronald Cron · 3 years, 5 months ago
  85. 13d8ea1 ssl_tls13_client.c: alpn: Loop only once over protocol names by Ronald Cron · 3 years, 5 months ago
  86. a0855a6 ssl_tls13_client.c: alpn: Add missing return value assignment by Ronald Cron · 3 years, 5 months ago
  87. de1adee Rename ssl_cli/srv.c by Ronald Cron · 3 years, 5 months ago
  88. 63d97ad Merge pull request #5559 from yuhaoth/pr/add-rsae-sha384-sha512 by Ronald Cron · 3 years, 4 months ago
  89. 39f2f73 Merge pull request #5630 from ronald-cron-arm/restore-full-compat-testing by Manuel Pégourié-Gonnard · 3 years, 4 months ago
  90. e44d8e7 Merge pull request #5369 from xkqian/add_2nd_client_hello by Ronald Cron · 3 years, 4 months ago
  91. ab5274b Remove parameters validation using ECP_VALIDATE_RET by Przemek Stekiel · 3 years, 4 months ago
  92. ed6d658 Use hash algoritm for parameter instead of HMAC by Gabor Mezei · 3 years, 4 months ago
  93. 07732f7 Translate from mbedtls_md_type_t to psa_algorithm_t by Gabor Mezei · 3 years, 4 months ago
  94. 5d9a1fe PSA code depends on MBEDTLS_SSL_PROTO_TLS1_3 by Gabor Mezei · 3 years, 5 months ago
  95. fb39f15 ssl_tls.c: Use ETM status only in CBC mode case by Ronald Cron · 3 years, 4 months ago
  96. 862902d ssl_srv.c: Mark ETM as disabled if cipher is not CBC by Ronald Cron · 3 years, 5 months ago
  97. cefa904 Merge pull request #5622 from paul-elliott-arm/timing_delay_accessor by Manuel Pégourié-Gonnard · 3 years, 4 months ago
  98. 2043897 Change comments and styles base on review by XiaokangQian · 3 years, 5 months ago
  99. c02768a Replace ssl->handshake with handshake in write_cookie_ext() by XiaokangQian · 3 years, 6 months ago
  100. 9b93c0d Change cookie parameters for dtls and tls 1.3 by XiaokangQian · 3 years, 6 months ago