1. 8ca03a7 Merge pull request #3554 from mpg/x509-verify-non-dns-san-dev by Manuel Pégourié-Gonnard · 5 years ago
  2. f58e5cc Improve documentation of cn in x509_crt_verify() by Manuel Pégourié-Gonnard · 5 years ago
  3. 6d9c8d7 Minor documentation improvements by Gilles Peskine · 5 years ago
  4. a3de08d Reorder curve enumeration like mbedtls_ecp_group_id by Gilles Peskine · 5 years ago
  5. 7ab66a6 Add missing dependencies for ECDH_xxx key exchanges by Gilles Peskine · 7 years ago
  6. 963a207 Document what needs to be done when adding a new curve by Gilles Peskine · 7 years ago
  7. e8c04fe Replace ECP_xxx by MBEDTLS_ECP__xxx_ENABLED by Gilles Peskine · 7 years ago
  8. 9b99a89 mbedtls_ecp_muladd is only for short Weierstrass curves by Gilles Peskine · 7 years ago
  9. 799e576 ECDSA requires a short Weierstrass curve by Gilles Peskine · 7 years ago
  10. aec44e9 Merge remote-tracking branch 'mbedtls/development' into montgomery-keys-clarification by Steven Cooreman · 5 years ago
  11. 0024df6 Remove superfluous argument to ecp_write_key by Steven Cooreman · 5 years ago
  12. c9b7f78 Rework mbedtls_ecp_write_key to remove unnecessary output parameter by Steven Cooreman · 5 years ago
  13. de8593f Implement and test mbedtls_ecp_write_key by Steven Cooreman · 5 years ago
  14. 8ff510a Rename ECC Family Macros According to PSA Spec by Paul Elliott · 5 years ago
  15. 0435cd8 Bump version to Mbed TLS 2.23.0 by Janos Follath · 5 years ago
  16. 4d18849 Merge branch 'development-restricted' into mbedtls-2.23.0r0 by Janos Follath · 5 years ago
  17. dda1045 Merge pull request #3419 from ndilieto/development by Gilles Peskine · 5 years ago
  18. 511bc8c add comment about potential future extension by Nicola Di Lieto · 5 years ago
  19. c84b1e6 Pass "certificate policies" extension to callback by Nicola Di Lieto · 5 years ago
  20. 8697465 Add Apache-2.0 headers to all source files by Bence Szépkúti · 5 years ago
  21. a92e3de Merge pull request #873 from hanno-arm/ssl_write_client_hello by Manuel Pégourié-Gonnard · 5 years ago
  22. b7b35e1 Align with check-like function return value convention by Ronald Cron · 5 years ago
  23. 87a51aa Merge pull request #3243 from ndilieto/development by Manuel Pégourié-Gonnard · 5 years ago
  24. 71d5667 Update documentation about optional f_rng parameter by Manuel Pégourié-Gonnard · 5 years ago
  25. c52a43c Implement use of internal DRBG for ecp_mul() by Manuel Pégourié-Gonnard · 5 years ago
  26. 1a3f9ed Add config.h option MBEDTLS_ECP_NO_INTERNAL_RNG by Manuel Pégourié-Gonnard · 5 years ago
  27. bba4c17 Merge pull request #3315 from hanno-arm/tls13-experimental-macro by Janos Follath · 5 years ago
  28. d6916d7 Merge pull request #3121 from gilles-peskine-arm/invasive_testing_strategy-crypto by Gilles Peskine · 5 years ago
  29. afca47a Fix typo in check_config.h by Hanno Becker · 5 years ago
  30. 6055a17 Add dependencies for experimental TLS 1.3 features in check_config.h by Hanno Becker · 5 years ago
  31. ceef848 Rename TLS 1.3 padding granularity macro by Hanno Becker · 5 years ago
  32. 29e9895 Change TLS 1.3 default padding to no padding by Hanno Becker · 5 years ago
  33. 1399692 Introduce configuration option for TLS 1.3 padding granularity by Hanno Becker · 5 years ago
  34. 565b52b mbedtls_x509_crt_parse_der_with_ext_cb improvement by Nicola Di Lieto · 5 years ago
  35. 8216dd3 Use defines to check alpn ext list validity by Ronald Cron · 5 years ago
  36. e131bfe Return error in case of bad user configurations by Hanno Becker · 8 years ago
  37. b4c0b75 Add error condition for bad user configurations by Hanno Becker · 8 years ago
  38. 5659e7e Add opaque context to mbedtls_x509_crt_ext_cb_t by Nicola Di Lieto · 5 years ago
  39. 5f6ebde Fix wrong parameter name in comment by Nicola Di Lieto · 5 years ago
  40. 4dbe567 mbedtls_x509_crt_parse_der_with_ext_cb enhancement by Nicola Di Lieto · 5 years ago
  41. fae25a1 mbedtls_x509_crt_ext_cb_t definition changed by Nicola Di Lieto · 5 years ago
  42. fde98f7 Rename mbedtls_x509_crt_parse_der_ext by Nicola Di Lieto · 5 years ago
  43. 6e24980 Minor style and documentation improvements by ndilieto · 5 years ago
  44. 3c358d4 Improve documentation of MBEDTLS_SSL_PROTO_TLS1_3_EXPERIMENTAL by Hanno Becker · 5 years ago
  45. e416060 Disable experimental TLS 1.3 features in default config by Hanno Becker · 5 years ago
  46. 7d343ec Add note on inner plaintext parsing to ssl_transform documentation by Hanno Becker · 5 years ago
  47. 2ab47dc Add internal version identifier for TLS 1.3 by Hanno Becker · 5 years ago
  48. 9fc15ea Introduce config option for experimental TLS 1.3 specific features by Hanno Becker · 5 years ago
  49. 51018aa Add macro for bounds checking by Hanno Becker · 8 years ago
  50. 502d4b4 New mbedtls_x509_crt_parse_der_ext() routine by Nicola Di Lieto · 5 years ago
  51. dc9c47d Merge pull request #3176 from aggarg/development by Gilles Peskine · 5 years ago
  52. 6ea4fc7 Address review comments by Gaurav Aggarwal · 5 years ago
  53. a18c4f3 Merge pull request #686 from ARMmbed/merge-2.22.0-release-to-development by Janos Follath · 5 years ago
  54. 5d318cc Merge pull request #3130 from gbryant-arm/generic-psk by Manuel Pégourié-Gonnard · 5 years ago
  55. ac15f84 Merge remote-tracking branch 'restricted/pr/684' into mbedtls-2.22.0r0 by Janos Follath · 5 years ago mbedtls-2.22.0
  56. 3d02db2 Add auto-generated code markers by Gaurav Aggarwal · 5 years ago
  57. 66e21ef Merge pull request #3163 from AndrzejKurek/variable-buffers-renegotiation by Jaeden Amero · 5 years ago
  58. a9f6400 Add support for const error description strings by Gaurav Aggarwal · 5 years ago
  59. 90c6e84 Split the maximum fragment length into two - an input and output MFL by Andrzej Kurek · 5 years ago
  60. 876e025 Bump version to Mbed TLS 2.22.0 by Janos Follath · 5 years ago
  61. 6d41f4c Merge pull request #3122 from mpg/drafts-became-rfcs by danh-arm · 5 years ago
  62. b5f04e4 Properly initialise psk and psk_len by Guilhem Bryant · 5 years ago
  63. 432e702 Add additional sanity checks to check_config.h by Simon Butcher · 6 years ago
  64. 8a69ddd Fix Doxygen comments by Guilhem Bryant · 5 years ago
  65. d511ac3 Define internal PSK getter by Guilhem Bryant · 5 years ago
  66. e40a2f7 Improve documentation about PSK configuration by Guilhem Bryant · 5 years ago
  67. bca8aa0 Update references from drafts to RFCs in config.h by Manuel Pégourié-Gonnard · 5 years ago
  68. fea6eaf Declare MBEDTLS_TEST_HOOKS in config.h by Gilles Peskine · 6 years ago
  69. f03bd81 Place MBEDTLS_SSL_VARIABLE_BUFFER_LENGTH in alphabetical order by Gilles Peskine · 5 years ago
  70. 5e7d6fd Merge 'mbedtls/development' into merge-crypto-unremoved-20200304 by Gilles Peskine · 5 years ago
  71. eccd888 Rename identifiers containing double-underscore by Gilles Peskine · 5 years ago
  72. d3d0290 Restore X509 and SSL functionality by Gilles Peskine · 5 years ago
  73. b99bd39 Merge mbed-crypto into mbedtls: the merge commit by Gilles Peskine · 5 years ago
  74. 43aa905 DHM functions are not part of x509 by Gilles Peskine · 5 years ago
  75. 1174db5 Revert "ecp: Remove dependency on TLS and X.509" by Gilles Peskine · 5 years ago
  76. d40f007 Revert "dhm: Remove dependency on TLS" by Gilles Peskine · 5 years ago
  77. 96ddb0a Revert "asn1: Remove dependency on X.509" by Gilles Peskine · 5 years ago
  78. 4e11749 Revert "config: Remove TLS and NET options" by Gilles Peskine · 5 years ago
  79. 252e391 Revert "config: Remove X.509 options" by Gilles Peskine · 5 years ago
  80. 458b8f2 Revert "Remove unused TLS, NET, and X.509 files" by Gilles Peskine · 5 years ago
  81. 03da084 ssl - improve documentation on mbedtls_ssl_read and PEER_CLOSE_NOTIFY by Andrzej Kurek · 5 years ago
  82. 9bf54fa Revert "doxygen: Update for Mbed Crypto" by Gilles Peskine · 5 years ago
  83. db7d5f0 Revert "config: Remove explicit ciphersuite lists" by Gilles Peskine · 5 years ago
  84. 40f17dc Revert "Remove certs.h" by Gilles Peskine · 5 years ago
  85. 0afa2a1 Add I/O buffer resizing in handshake init and free by Andrzej Kurek · 5 years ago
  86. b33cc76 Add I/O buffer length fields to mbedtls_ssl_context by Darryl Green · 6 years ago
  87. 033c42a Fix I/O buffer sizes when MBEDTLS_SSL_DTLS_CONNECTION_ID is enabled by Andrzej Kurek · 5 years ago
  88. a4522e8 Uniformize wording for removal of deprecated things by Manuel Pégourié-Gonnard · 5 years ago
  89. 10edb3e Add comment to matching #endif by Andres Amaya Garcia · 7 years ago
  90. da15409 Remove the word likely from deprecated documentation by Andres Amaya Garcia · 7 years ago
  91. 4156ac1 Wrap deprecations for HW_RECORD_ACCEL with DEPRECATED_REMOVED by Andres Amaya Garcia · 7 years ago
  92. 3f6cc5f Deprecate global func ptrs for MBEDTLS_SSL_HW_RECORD_ACCEL by Andres Amaya Garcia · 7 years ago
  93. 84b4e79 Deprecate MBEDTLS_SSL_HW_RECORD_ACCEL config by Andres Amaya Garcia · 7 years ago
  94. 84d2fd4 Bump version to Mbed TLS 2.21.0 by Janos Follath · 5 years ago
  95. bc7c242 Bump version to Mbed TLS 2.21.0 by Janos Follath · 5 years ago
  96. a0c164a Merge pull request #3010 from hanno-arm/tls_msg_split by Manuel Pégourié-Gonnard · 5 years ago
  97. 08f0913 Add compile-time guards around declarations in ssl_internal.h by Hanno Becker · 5 years ago
  98. 8949071 Move ssl_get_current_mtu() to public namespace by Hanno Becker · 5 years ago
  99. 533ab5f Move flight and message buffering functions to public namespace by Hanno Becker · 5 years ago
  100. 40cdaa1 Move ssl_start_renegotiation() to public namespace by Hanno Becker · 5 years ago