1. 2793f74 Forbid inlining of some functions to reduce code-size on ARMC6 by Hanno Becker · 6 years ago
  2. 8e7f23a Force inlining of mbedtls_ssl_read/write_version() by Hanno Becker · 6 years ago
  3. 2f41b24 Remove calc_verify SSL function pointer by Hanno Becker · 6 years ago
  4. 8443491 Make SSL checksum update function inline by Hanno Becker · 6 years ago
  5. 8a4b590 Remove checksum update function pointer from SSL handshake params by Hanno Becker · 6 years ago
  6. c2fb759 Remove TLS calc_finished function pointer from SSL handshake params by Hanno Becker · 6 years ago
  7. 39c7f7e Remove TLS PRF function pointer from SSL handshake parameters by Hanno Becker · 6 years ago
  8. 6617a24 Merge remote-tracking branch 'origin/pr/633' into baremetal by Simon Butcher · 6 years ago
  9. f0f01e1 Merge remote-tracking branch 'origin/pr/630' into baremetal by Simon Butcher · 6 years ago
  10. 434ab19 Merge remote-tracking branch 'origin/pr/629' into baremetal by Simon Butcher · 6 years ago
  11. 0863b2a Merge remote-tracking branch 'origin/pr/612' into baremetal by Simon Butcher · 6 years ago
  12. a9d5c45 Remove mbedtls_ssl_transform::minlen by Hanno Becker · 6 years ago
  13. 3a33679 Fix style issue in ssl_internal.h by Hanno Becker · 6 years ago
  14. 8295ff0 tinyCrypt: Don't store public ECDH-share in handshake struct by Hanno Becker · 6 years ago
  15. 9175c21 tinyCrypt: Move key buffers to end of mbedtls_ssl_handshake_params by Hanno Becker · 6 years ago
  16. 75f12d1 tinyCrypt: Add ServerKeyExchange parsing code by Hanno Becker · 6 years ago
  17. ef982d5 tinyCrypt: Bind RNG wrapper to tinyCrypt in mbedtls_ssl_setup() by Hanno Becker · 6 years ago
  18. e12aafb tinyCrypt: Initial commit towards ECDHE support by Jarno Lamsa · 6 years ago
  19. 2fc84ce Remove unused restartable ECC state for SrvKeyExchange by Hanno Becker · 6 years ago
  20. 868cb58 Rename SSL_PROC_CHK -> MBEDTLS_SSL_CHK by Hanno Becker · 6 years ago
  21. 572d448 Enforce NULL context for hardcoded RNG by Hanno Becker · 6 years ago
  22. 9a12243 Introduce getter function for RNG context by Hanno Becker · 6 years ago
  23. 09d2364 Share code between In-CliKeyExch and Out-CliKeyExch by Hanno Becker · 6 years ago
  24. 6fb638b Restructure outgoing CliKeyExch: Move PMS assembly code by Hanno Becker · 7 years ago
  25. 5d39768 Restructure outgoing CliKeyExch: Add frame for new structure by Hanno Becker · 7 years ago
  26. 8844055 Remove compression field from SSL session if compression disabled by Hanno Becker · 6 years ago
  27. f903dc8 Make mbedtls_ssl_in_hdr_len() CID-unaware by Hanno Becker · 6 years ago
  28. fc55172 Mark DTLS replay check as `const` on the SSL context by Hanno Becker · 6 years ago
  29. 40478be Mark ssl_decrypt_buf() as `const in the input SSL context by Hanno Becker · 6 years ago
  30. e84b28c Expand documentation of internal mbedtls_record structure by Hanno Becker · 6 years ago
  31. cdb83e7 Merge pull request #616 from mpg/context-s11n by Manuel Pégourié-Gonnard · 6 years ago
  32. 18332c5 Improve getter for renegotiation enabled by Manuel Pégourié-Gonnard · 6 years ago
  33. b3bb31b Introduce getter function for disable_renego by Manuel Pégourié-Gonnard · 6 years ago
  34. fcb721d Correct documentation on use of alert pending by Hanno Becker · 6 years ago
  35. dd69119 Update include/mbedtls/ssl_internal.h by Hanno Becker · 6 years ago
  36. b82350b Introduce helper function to send pending fatal alerts by Hanno Becker · 6 years ago
  37. c8f5299 Rename pend_alert_msg -> pending_fatal_alert_msg by Hanno Becker · 6 years ago
  38. d829d0f Remove return value from mbedtls_ssl_pend_fatal_alert() by Hanno Becker · 6 years ago
  39. eeabfa4 Note that mbedtls_ssl_pend_fatal_alert() must only be called once by Hanno Becker · 6 years ago
  40. 3caf718 Remove field to store level of pending alert by Hanno Becker · 6 years ago
  41. de62da9 Use separate functions to pend fatal and non-fatal alerts by Hanno Becker · 6 years ago
  42. 1f5a793 Use attribute always_inline only for GCC and ARM compiler by Hanno Becker · 6 years ago
  43. f46e1ce Introduce SSL helper function to mark pending alerts by Hanno Becker · 6 years ago
  44. 569ed6b Implement usage checks in context_save() by Manuel Pégourié-Gonnard · 6 years ago
  45. a3024ee Save Hello random bytes for later use by Manuel Pégourié-Gonnard · 6 years ago
  46. 56595f4 Allow hardcoding single signature hash at compile-time by Hanno Becker · 6 years ago
  47. f1bc9e1 Introduce helper functions to traverse signature hashes by Hanno Becker · 6 years ago
  48. feb1cee Merge remote-tracking branch 'origin/pr/602' into baremetal by Simon Butcher · 6 years ago
  49. 7ae3026 [Fixup] Minor changes addressing review feedback by Hanno Becker · 6 years ago
  50. c1096e7 Allow hardcoding single supported elliptic curve by Hanno Becker · 6 years ago
  51. a4a9c69 Introduce helper macro for traversal of supported EC TLS IDs by Hanno Becker · 6 years ago
  52. 004619f Store TLS curve ID instead of information structure by Hanno Becker · 6 years ago
  53. 0a92b81 Remove mbedtls_ssl_transform::minor_ver if the version is hardcoded by Hanno Becker · 6 years ago
  54. 18729ae Guard RSA-only max_major/minor_ver fields from SSL handshake params by Hanno Becker · 6 years ago
  55. 7b628e5 Make mbedtls_ssl_read/write_version static inline by Hanno Becker · 6 years ago
  56. 381eaa5 Remove min/maj version from SSL context if only one version enabled by Hanno Becker · 6 years ago
  57. 2881d80 Introduce getter function for max/min SSL version by Hanno Becker · 6 years ago
  58. e965bd3 Allow hardcoding of min/max minor/major SSL version at compile-time by Hanno Becker · 6 years ago
  59. f4d6b49 Allow use of continue in single-ciphersuite 'loops' by Hanno Becker · 6 years ago
  60. 73f4cb1 Rename XXX_SINGLE_CIPHERSUITE -> XXX_CONF_SINGLE_CIPHERSUITE by Hanno Becker · 6 years ago
  61. df64596 Remove ciphersuite from handshake params if single suite hardcoded by Hanno Becker · 6 years ago
  62. 1499027 Adapt ClientHello writing to case of single hardcoded ciphersuite by Hanno Becker · 6 years ago
  63. 473f98f Introduce ciphersuite handle type by Hanno Becker · 6 years ago
  64. 5455afd Merge pull request #599 from ARMmbed/baremetal-ec-preparation by Manuel Pégourié-Gonnard · 6 years ago
  65. d3b2fcb Don't store client-supported ECs in heap-allocated buffer by Hanno Becker · 6 years ago
  66. 31d9bde [Fixup] Fix rebase by Hanno Becker · 6 years ago
  67. 0ae6b24 Allow compile-time configuration of timer callbacks by Hanno Becker · 6 years ago
  68. a58a896 Allow compile-time configuration of I/O function pointers by Hanno Becker · 6 years ago
  69. ece325c Allow compile-time configuration of PRNG in SSL module by Hanno Becker · 6 years ago
  70. 44ba6b0 Merge remote-tracking branch 'restricted/pr/594' into baremetal-proposed by Manuel Pégourié-Gonnard · 6 years ago
  71. c2cfdaa Allow config'n of incl of CertificateReq CA list Y/N at compile-time by Hanno Becker · 6 years ago
  72. 2d9623f Allow configuration of endpoint (cli/srv) at compile-time by Hanno Becker · 6 years ago
  73. 1f835fa Allow configuration of read timeouts at compile-time by Hanno Becker · 6 years ago
  74. e0200da Allow configuration of ConnectionID at compile-time by Hanno Becker · 6 years ago
  75. b0b2b67 Allow compile-time configuration of legacy renegotiation by Hanno Becker · 6 years ago
  76. acd4fc0 Allow compile-time configuration of authentication mode by Hanno Becker · 6 years ago
  77. de67154 Allow compile-time configuration of DTLS badmac limit by Hanno Becker · 6 years ago
  78. 1772c9f Move code to reduce probability of conflicts by Manuel Pégourié-Gonnard · 6 years ago
  79. 754b9f3 Introduce getter function for renego_status by Manuel Pégourié-Gonnard · 6 years ago
  80. 3652e99 Add getter function for handshake->resume by Manuel Pégourié-Gonnard · 6 years ago
  81. 29f2dd0 Address review comments by Jarno Lamsa · 6 years ago
  82. 59bd12b Add new config MBEDTLS_SSL_SESSION_RESUMPTION by Jarno Lamsa · 6 years ago
  83. 7f376f4 Allow compile-time configuration of DTLS anti replay by Hanno Becker · 6 years ago
  84. 57e72c7 Move getter functions for SSL configuration to ssl_internal.h by Hanno Becker · 6 years ago
  85. 1ab322b Remove extended_ms field from HS param if ExtendedMS enforced by Hanno Becker · 6 years ago
  86. a49ec56 Introduce getter function for `extended_ms` field in HS struct by Hanno Becker · 6 years ago
  87. 3010d55 Introduce helper macro indicating if use of ExtendedMS is enforced by Hanno Becker · 6 years ago
  88. dd68931 Fix indentation of Doxygen comment in ssl_internal.h by Hanno Becker · 6 years ago
  89. e669770 Remove misleading and redundant guard around restartable ECC field by Hanno Becker · 6 years ago
  90. 3bf8cdf Add field for peer's raw public key to TLS handshake param structure by Hanno Becker · 6 years ago
  91. e4aeb76 Parse and verify peer CRT chain in local variable by Hanno Becker · 6 years ago
  92. 58fccf2 Give ssl_session_copy() external linkage by Hanno Becker · 6 years ago
  93. 889bbc7 Fix unreachable code warnings with armc5 by Manuel Pégourié-Gonnard · 6 years ago
  94. ba8b1eb Use negated option for controlling TLS support. by Manuel Pégourié-Gonnard · 6 years ago
  95. ec1c222 Fix a few style issues by Manuel Pégourié-Gonnard · 6 years ago
  96. 8794a42 Clarify a few more comments and documentation by Manuel Pégourié-Gonnard · 6 years ago
  97. 25838b7 Introduce tools for transport-specific code by Manuel Pégourié-Gonnard · 6 years ago
  98. 0d1d76f Merge remote-tracking branch 'origin/pr/561' into baremetal by Simon Butcher · 6 years ago
  99. 5a790f9 Merge remote-tracking branch 'origin/pr/563' into baremetal by Simon Butcher · 6 years ago
  100. a5a2b08 Rename MBEDTLS_SSL_CID to MBEDTLS_SSL_DTLS_CONNECTION_ID by Hanno Becker · 6 years ago