1. 27b7e50 TinyCrypt SSL: Declare EC-related TLS RFC constants in SSL namespace by Hanno Becker · 6 years ago
  2. ee902df TinyCrypt SSL: Implement mbedtls_ssl_check_curve() for TinyCrypt by Hanno Becker · 6 years ago
  3. 88889c6 Fixup: Add missing TinyCrypt guards by Hanno Becker · 6 years ago
  4. 490277c TinyCrypt Config: Allow TC replacing legacy ECDSA in check_config.h by Hanno Becker · 6 years ago
  5. da77971 Fixup: Rename mbedtls_uecc_pk -> mbedtls_pk_uecc by Hanno Becker · 6 years ago
  6. 52c52f3 check_config: Forbid simultaenous use of TinyCrypt and legacy ECC by Hanno Becker · 6 years ago
  7. a417459 Fixup: Remove trailing whitespace in oid.h by Hanno Becker · 6 years ago
  8. 496b83f Fixup: Correct include paths for TinyCrypt header files by Hanno Becker · 6 years ago
  9. adf11e1 Fixup: Impl. MBEDTLS_PK_ECKEY, not MBEDTLS_PK_ECDSA, via TinyCrypt by Hanno Becker · 6 years ago
  10. 483fd66 Fixup: Don't reference legacy ECP curve identifier in check_config.h by Hanno Becker · 6 years ago
  11. 49ac40b Fixup: Don't reference legacy ECP curve identifier in config.h by Hanno Becker · 6 years ago
  12. 9c9e77a Actually use the parse functions by Jarno Lamsa · 6 years ago
  13. b176092 Parse private key in uecc format by Jarno Lamsa · 6 years ago
  14. 42b83db Verify sign wrapper functionality for uECC by Jarno Lamsa · 6 years ago
  15. 42e4e72 Merge remote-tracking branch 'origin/pr/648' into baremetal by Simon Butcher · 6 years ago
  16. fc8adba Merge branch 'mbedtls-2.16' into baremetal-2.16-20190827 by Manuel Pégourié-Gonnard · 6 years ago
  17. 2793f74 Forbid inlining of some functions to reduce code-size on ARMC6 by Hanno Becker · 6 years ago
  18. 8e7f23a Force inlining of mbedtls_ssl_read/write_version() by Hanno Becker · 6 years ago
  19. 2f41b24 Remove calc_verify SSL function pointer by Hanno Becker · 6 years ago
  20. 8443491 Make SSL checksum update function inline by Hanno Becker · 6 years ago
  21. 8a4b590 Remove checksum update function pointer from SSL handshake params by Hanno Becker · 6 years ago
  22. c2fb759 Remove TLS calc_finished function pointer from SSL handshake params by Hanno Becker · 6 years ago
  23. 39c7f7e Remove TLS PRF function pointer from SSL handshake parameters by Hanno Becker · 6 years ago
  24. 87f57f6 Merge pull request #642 from jarvte/mbedtls_ssl_set_hostname_to_optional by Manuel Pégourié-Gonnard · 6 years ago
  25. 4009d8f Make function mbedtls_ssl_set_hostname(...) as optional by Teppo Järvelin · 6 years ago
  26. 6617a24 Merge remote-tracking branch 'origin/pr/633' into baremetal by Simon Butcher · 6 years ago
  27. f0f01e1 Merge remote-tracking branch 'origin/pr/630' into baremetal by Simon Butcher · 6 years ago
  28. 434ab19 Merge remote-tracking branch 'origin/pr/629' into baremetal by Simon Butcher · 6 years ago
  29. 0863b2a Merge remote-tracking branch 'origin/pr/612' into baremetal by Simon Butcher · 6 years ago
  30. a9d5c45 Remove mbedtls_ssl_transform::minlen by Hanno Becker · 6 years ago
  31. 0f36e7b Explain why RNG ctx parameter is kept in MBEDTLS_SSL_CONF_RNG by Hanno Becker · 6 years ago
  32. 665d698 Fix typo in documentation of MBEDTLS_SSL_CONF_RNG in config.h by Hanno Becker · 6 years ago
  33. 3a33679 Fix style issue in ssl_internal.h by Hanno Becker · 6 years ago
  34. b498346 Add documentation for MBEDTLS_USE_TINYCRYPT by Jarno Lamsa · 6 years ago
  35. 8295ff0 tinyCrypt: Don't store public ECDH-share in handshake struct by Hanno Becker · 6 years ago
  36. 9175c21 tinyCrypt: Move key buffers to end of mbedtls_ssl_handshake_params by Hanno Becker · 6 years ago
  37. af9ff4a tinyCrypt: Enforce matching setting of MBEDTLS_SSL_CONF_SINGLE_EC by Hanno Becker · 6 years ago
  38. 49dc8ed Don't require MBEDTLS_ECDH_C for ECDHA-{ECDSA|RSA}-based suites by Hanno Becker · 6 years ago
  39. 00a9b6d tinyCrypt: Enforce global RNG by Hanno Becker · 6 years ago
  40. 75f12d1 tinyCrypt: Add ServerKeyExchange parsing code by Hanno Becker · 6 years ago
  41. ef982d5 tinyCrypt: Bind RNG wrapper to tinyCrypt in mbedtls_ssl_setup() by Hanno Becker · 6 years ago
  42. e12aafb tinyCrypt: Initial commit towards ECDHE support by Jarno Lamsa · 6 years ago
  43. 2fc84ce Remove unused restartable ECC state for SrvKeyExchange by Hanno Becker · 6 years ago
  44. 868cb58 Rename SSL_PROC_CHK -> MBEDTLS_SSL_CHK by Hanno Becker · 6 years ago
  45. 572d448 Enforce NULL context for hardcoded RNG by Hanno Becker · 6 years ago
  46. 9a12243 Introduce getter function for RNG context by Hanno Becker · 6 years ago
  47. 09d2364 Share code between In-CliKeyExch and Out-CliKeyExch by Hanno Becker · 6 years ago
  48. 6fb638b Restructure outgoing CliKeyExch: Move PMS assembly code by Hanno Becker · 7 years ago
  49. 5d39768 Restructure outgoing CliKeyExch: Add frame for new structure by Hanno Becker · 7 years ago
  50. a690179 bn_mul.h: require at least ARMv6 to enable the ARM DSP code by Aurelien Jarno · 7 years ago
  51. 8844055 Remove compression field from SSL session if compression disabled by Hanno Becker · 6 years ago
  52. c360dcc [API break] Remove mbedtls_ssl_context::in_iv field by Hanno Becker · 6 years ago
  53. f903dc8 Make mbedtls_ssl_in_hdr_len() CID-unaware by Hanno Becker · 6 years ago
  54. fc55172 Mark DTLS replay check as `const` on the SSL context by Hanno Becker · 6 years ago
  55. 40478be Mark ssl_decrypt_buf() as `const in the input SSL context by Hanno Becker · 6 years ago
  56. e84b28c Expand documentation of internal mbedtls_record structure by Hanno Becker · 6 years ago
  57. e29dfb2 Add missing word in documentation of mbedtls_ssl_check_record() by Hanno Becker · 6 years ago
  58. c2b08d1 Fix minor issues in documentation of mbedtls_ssl_check_record() by Hanno Becker · 6 years ago
  59. bec8885 State that record checking is DTLS only and doesn't check content type by Hanno Becker · 6 years ago
  60. 02f2609 Introduce configuration option and API for SSL record checking by Hanno Becker · 6 years ago
  61. cdb83e7 Merge pull request #616 from mpg/context-s11n by Manuel Pégourié-Gonnard · 6 years ago
  62. 18332c5 Improve getter for renegotiation enabled by Manuel Pégourié-Gonnard · 6 years ago
  63. d048505 Merge pull request #634 from hanno-arm/single_ec_doc-baremetal by Manuel Pégourié-Gonnard · 6 years ago
  64. 7c575d2 Merge pull request #605 from ARMmbed/x509_ondemand_remove_unneeded_fields by Manuel Pégourié-Gonnard · 6 years ago
  65. b3bb31b Introduce getter function for disable_renego by Manuel Pégourié-Gonnard · 6 years ago
  66. fcb721d Correct documentation on use of alert pending by Hanno Becker · 6 years ago
  67. dd69119 Update include/mbedtls/ssl_internal.h by Hanno Becker · 6 years ago
  68. 2736d19 Fix and improve documentation of MBEDTLS_SSL_CONF_SINGLE_EC by Hanno Becker · 6 years ago
  69. b82350b Introduce helper function to send pending fatal alerts by Hanno Becker · 6 years ago
  70. 50d5321 Document mbedtls_ssl_context::pending_fatal_alert_msg by Hanno Becker · 6 years ago
  71. c8f5299 Rename pend_alert_msg -> pending_fatal_alert_msg by Hanno Becker · 6 years ago
  72. d829d0f Remove return value from mbedtls_ssl_pend_fatal_alert() by Hanno Becker · 6 years ago
  73. eeabfa4 Note that mbedtls_ssl_pend_fatal_alert() must only be called once by Hanno Becker · 6 years ago
  74. 3caf718 Remove field to store level of pending alert by Hanno Becker · 6 years ago
  75. de62da9 Use separate functions to pend fatal and non-fatal alerts by Hanno Becker · 6 years ago
  76. 1f5a793 Use attribute always_inline only for GCC and ARM compiler by Hanno Becker · 6 years ago
  77. f46e1ce Introduce SSL helper function to mark pending alerts by Hanno Becker · 6 years ago
  78. 3b014fc Merge remote-tracking branch 'origin/pr/604' into baremetal by Simon Butcher · 6 years ago
  79. 6fe6b43 Merge remote-tracking branch 'origin/pr/589' into baremetal by Simon Butcher · 6 years ago
  80. 4c1d06e Provide serialisation API only if it's enabled by Manuel Pégourié-Gonnard · 6 years ago
  81. bc847ca Actually reset the context on save as advertised by Manuel Pégourié-Gonnard · 6 years ago
  82. 86dfa0c Change requirements for setting timer callback by Manuel Pégourié-Gonnard · 6 years ago
  83. f1f3e52 Add session saving/loading by Manuel Pégourié-Gonnard · 6 years ago
  84. d0dd104 Add (stub) header writing and checking by Manuel Pégourié-Gonnard · 6 years ago
  85. 569ed6b Implement usage checks in context_save() by Manuel Pégourié-Gonnard · 6 years ago
  86. a3024ee Save Hello random bytes for later use by Manuel Pégourié-Gonnard · 6 years ago
  87. f28ce6e Fix typo in config.h by Hanno Becker · 6 years ago
  88. 56595f4 Allow hardcoding single signature hash at compile-time by Hanno Becker · 6 years ago
  89. f1bc9e1 Introduce helper functions to traverse signature hashes by Hanno Becker · 6 years ago
  90. feb1cee Merge remote-tracking branch 'origin/pr/602' into baremetal by Simon Butcher · 6 years ago
  91. 7ae3026 [Fixup] Minor changes addressing review feedback by Hanno Becker · 6 years ago
  92. c1096e7 Allow hardcoding single supported elliptic curve by Hanno Becker · 6 years ago
  93. a4a9c69 Introduce helper macro for traversal of supported EC TLS IDs by Hanno Becker · 6 years ago
  94. 004619f Store TLS curve ID instead of information structure by Hanno Becker · 6 years ago
  95. 33b9b25 Remove SSL version configuration API if versions are hardcoded by Hanno Becker · 6 years ago
  96. cb8774b Enforce that all SSL version bounds must be hardcoded simultaneously by Hanno Becker · 6 years ago
  97. 94c40d1 [Fixup] Fix typos in documentation of min/max version macros by Hanno Becker · 6 years ago
  98. 0a92b81 Remove mbedtls_ssl_transform::minor_ver if the version is hardcoded by Hanno Becker · 6 years ago
  99. f1c2a33 Note in SSL doc'n that version bounds can be set at compile-time by Hanno Becker · 6 years ago
  100. 18729ae Guard RSA-only max_major/minor_ver fields from SSL handshake params by Hanno Becker · 6 years ago