1. e860fef Merge pull request #3318 from Jonas4420/development by Manuel Pégourié-Gonnard · 5 years ago
  2. bba4c17 Merge pull request #3315 from hanno-arm/tls13-experimental-macro by Janos Follath · 5 years ago
  3. f486e28 Document precondition of nonce-generating function in ssl_msg.c by Hanno Becker · 5 years ago
  4. 1595281 Improve documentation of nonce-generating function in ssl_msg.c by Hanno Becker · 5 years ago
  5. 1cda266 Spell out check for non-zero'ness by Hanno Becker · 5 years ago
  6. 16bf0e2 Fix debug print of explicit IV by Hanno Becker · 5 years ago
  7. 7cca358 Fix indentation in debug statement in ssl_msg.c by Hanno Becker · 5 years ago
  8. d6916d7 Merge pull request #3121 from gilles-peskine-arm/invasive_testing_strategy-crypto by Gilles Peskine · 5 years ago
  9. ceef848 Rename TLS 1.3 padding granularity macro by Hanno Becker · 5 years ago
  10. c3f7b0b Fix #endif indicator comment by Hanno Becker · 5 years ago
  11. 67a37db Add missing configuration guards to SSL record protection helpers by Hanno Becker · 5 years ago
  12. 1399692 Introduce configuration option for TLS 1.3 padding granularity by Hanno Becker · 5 years ago
  13. 6147e86 Merge pull request #3350 from gilles-peskine-arm/error-include-asn1-development by Gilles Peskine · 5 years ago
  14. b246214 Fix Changelag PR number and uniformize code when prng fails by Jonas · 5 years ago
  15. a0c65d8 Update version_features.c by Hanno Becker · 5 years ago
  16. f93c2d7 Add support for TLS 1.3 record protection to ssl_populate_transform() by Hanno Becker · 5 years ago
  17. 447558d Improve documentation of ssl_populate_transform() by Hanno Becker · 5 years ago
  18. c0eefa8 Introduce helper function to retrieve explicit IV len for transform by Hanno Becker · 5 years ago
  19. 1726380 Simplify AEAD nonce derivation by Hanno Becker · 5 years ago
  20. df8be22 TLS record protection: Add helper function for nonce derivation by Hanno Becker · 5 years ago
  21. bd5ed1d TLS record protection: Add explicit IV after record protection. by Hanno Becker · 5 years ago
  22. 1cb6c2a TLS record protection: Rewrite AAD setup and add case of TLS 1.3 by Hanno Becker · 5 years ago
  23. 9231340 Improve documentation of (D)TLSInnerPlaintext handling by Hanno Becker · 5 years ago
  24. ccc13d0 TLS 1.3: Implement TLSInnerPlaintext parsing/building by Hanno Becker · 5 years ago
  25. 581bc1b Remove ref to CID from inner plaintext parsing/building functions by Hanno Becker · 5 years ago
  26. b1ccff8 Merge pull request #2855 from irwir/fix_x509_crt.c by Gilles Peskine · 5 years ago
  27. deacf60 Merge pull request #3326 from kohnakagawa/fix/utf-8_encoding_bug by Gilles Peskine · 5 years ago
  28. 583cd7f Re-generate error.c by Gilles Peskine · 5 years ago
  29. 479d8de Add support for midipix, a POSIX layer for Microsoft Windows by Ørjan Malde · 5 years ago
  30. 46b8782 fix mbedtls_x509_dn_gets to escape non-ASCII characters by Koh M. Nakagawa · 5 years ago
  31. 5eae4dd Merge pull request #3301 from Patater/inline-mbedtls_ecc_group_to_psa by Manuel Pégourié-Gonnard · 5 years ago
  32. ee61b66 Merge pull request #3302 from gilles-peskine-arm/psa-lifetime-persistence-indicator by Gilles Peskine · 5 years ago
  33. c39a80d Merge pull request #3312 from sander-visser/cleanup-nullptr-deref by Gilles Peskine · 5 years ago
  34. 2b04f46 Update SE support to pass a location when registering a driver by Gilles Peskine · 5 years ago
  35. 1a4a3f5 Merge pull request #3311 from sander-visser/validate-tls-mac-key-len by Janos Follath · 5 years ago
  36. 6692a06 Fix potential memory leak in EC multiplication by Jonas · 5 years ago
  37. 3888b03 Add variable initialization to large SSL TLS function. by sander-visser · 5 years ago
  38. b8aa207 Scope reduction to enable NULL check to protect dereferencing. by sander-visser · 5 years ago
  39. 1abe8ee Expose SSL HW record acceleration error. by sander-visser · 5 years ago
  40. 2f0eb51 psa: Define mbedtls_ecc_group_to_psa() inline by Darryl Green · 5 years ago
  41. 1bde9cd psa: Clear bits in mbedtls_ecc_group_to_psa() by Jaeden Amero · 5 years ago
  42. d9f6949 Merge pull request #3190 from gilles-peskine-arm/config-full-clarify-development by Gilles Peskine · 5 years ago
  43. 1d632c2 Merge pull request #3239 from opatomic/win2kdns by Manuel Pégourié-Gonnard · 5 years ago
  44. 9515d76 Merge pull request #3219 from aggarg/err_optimization by Gilles Peskine · 5 years ago
  45. 3b1c072 Merge pull request #3217 from irwir/fix_ssl_tls.c by danh-arm · 5 years ago
  46. 924a1f2 Merge pull request #3147 from gocarlos/gocarlos-patch-1 by danh-arm · 5 years ago
  47. 19dc784 Merge remote-tracking branch 'upstream/development' into fix_x509_crt.c by irwir · 5 years ago
  48. 2b2acf1 add support for win2k by opatomic · 5 years ago
  49. b1c8e41 Merge pull request #3209 from aurel32/fix-ecp_double_add_mxz by Manuel Pégourié-Gonnard · 5 years ago
  50. 66deb38 Fix wrong modulo call in ecp_double_add_mxz by Aurelien Jarno · 5 years ago
  51. cabde25 Align with coding style by Gaurav Aggarwal · 5 years ago
  52. 518d435 Fix GCC format-signedness warnings by Kenneth Soerensen · 5 years ago
  53. 6bd4c79 Merge pull request #3150 from irwir/fix_ssl_srv by Manuel Pégourié-Gonnard · 5 years ago
  54. 8663c74 Remove error_description variable from strerr functions by Gaurav Aggarwal · 5 years ago
  55. d3085ab Avoid re-assigning zero to `ret` variable. Resolve #3182. by irwir · 5 years ago
  56. 5cac337 Merge pull request #3208 from irwir/fix_md.c by Gilles Peskine · 5 years ago
  57. dc9c47d Merge pull request #3176 from aggarg/development by Gilles Peskine · 5 years ago
  58. c9bc300 Simplify bounds check in ssl_write_certificate_request by irwir · 5 years ago
  59. 6ea4fc7 Address review comments by Gaurav Aggarwal · 5 years ago
  60. 1a75d0c Strict C99: don't use an anonymous union field by Gilles Peskine · 5 years ago
  61. 01fd875 Strict C99: Don't repeat the typedef for psa_se_drv_table_entry_t by Gilles Peskine · 5 years ago
  62. f0fec77 Fix "same actions in two cases of a switch statement" warning Resolves #3202 by irwir · 5 years ago
  63. 74aee1c Remove non-working check from x509_get_subject_alt_name (#2802) FIx one comment. by irwir · 6 years ago
  64. 10a5b53 Sort lists in Makefiles and have one item per line by Manuel Pégourié-Gonnard · 5 years ago
  65. 31f4cd9 Merge pull request #3192 from AndrzejKurek/max_pathlen_overflow by Jaeden Amero · 5 years ago
  66. 1605074 Guard from undefined behaviour in case of an INT_MAX max_pathlen by Andrzej Kurek · 5 years ago
  67. a18c4f3 Merge pull request #686 from ARMmbed/merge-2.22.0-release-to-development by Janos Follath · 5 years ago
  68. 5d318cc Merge pull request #3130 from gbryant-arm/generic-psk by Manuel Pégourié-Gonnard · 5 years ago
  69. ac15f84 Merge remote-tracking branch 'restricted/pr/684' into mbedtls-2.22.0r0 by Janos Follath · 5 years ago mbedtls-2.22.0
  70. 3d02db2 Add auto-generated code markers by Gaurav Aggarwal · 5 years ago
  71. a4a2aa5 Address review comments by Gaurav Aggarwal · 5 years ago
  72. 66e21ef Merge pull request #3163 from AndrzejKurek/variable-buffers-renegotiation by Jaeden Amero · 5 years ago
  73. 2848239 Merge branch 'development-restricted' into prepare-rc-2.22.0-updated by Manuel Pégourié-Gonnard · 5 years ago
  74. 215d2e1 Merge remote-tracking branch 'restricted/pr/662' into development-restricted by Manuel Pégourié-Gonnard · 5 years ago
  75. a9f6400 Add support for const error description strings by Gaurav Aggarwal · 5 years ago
  76. 8ea6872 Improve pointer calculations when resizing I/O buffers by Andrzej Kurek · 5 years ago
  77. 90c6e84 Split the maximum fragment length into two - an input and output MFL by Andrzej Kurek · 5 years ago
  78. 876e025 Bump version to Mbed TLS 2.22.0 by Janos Follath · 5 years ago
  79. dca973b Merge branch 'development-restricted' into mbedtls-2.22.0r0 by Janos Follath · 5 years ago
  80. 0c9b195 Return internal error if no PSK is found when deriving the premaster secret by Guilhem Bryant · 5 years ago
  81. 54e1c30 Merge pull request #3160 from gilles-peskine-arm/hkdf_expand-initialize_t-development by Gilles Peskine · 5 years ago
  82. 15f30dc Merge remote-tracking branch 'public/pr/2856' into development by Manuel Pégourié-Gonnard · 5 years ago
  83. 03d3711 Fix bracket style by Guilhem Bryant · 5 years ago
  84. a5f0bd3 build: add option to treat compiler warnings as errors by Carlos Gomes Martinho · 5 years ago
  85. 3ab121a hkdf_expand: explicitly initialize t by Gilles Peskine · 5 years ago
  86. 60d6516 Fix whitespace style by Gilles Peskine · 5 years ago
  87. 3124164 Merge pull request #3132 from mpg/fix-reconnect by Gilles Peskine · 5 years ago
  88. b5f04e4 Properly initialise psk and psk_len by Guilhem Bryant · 5 years ago
  89. 243d70f Improve debug logging of client hard reconnect by Manuel Pégourié-Gonnard · 5 years ago
  90. 3aa6405 Correct comment on the configuration option in x509.c by Simon Butcher · 5 years ago
  91. 61b0fe6 Initialise psk_len in mbedtls_ssl_psk_derive_premaster() by Guilhem Bryant · 5 years ago
  92. 824655c Fix lack of cookie check on hard reconnect by Manuel Pégourié-Gonnard · 5 years ago
  93. a4aa89b Fix leakage of projective coordinates in ECC by Manuel Pégourié-Gonnard · 5 years ago
  94. 82194c8 Fix bracketing style in ssl_tls.c by Guilhem Bryant · 5 years ago
  95. 98911cd makefile: remove unneeded priority dependency from library makefile by Andrzej Kurek · 5 years ago
  96. c5285d8 Use internal PSK getter by Guilhem Bryant · 5 years ago
  97. c4672fd New header common.h; define MBEDTLS_STATIC_TESTABLE by Gilles Peskine · 6 years ago
  98. fea6eaf Declare MBEDTLS_TEST_HOOKS in config.h by Gilles Peskine · 6 years ago
  99. 3ed2de9 Refresh generated files by Gilles Peskine · 5 years ago
  100. 5e7d6fd Merge 'mbedtls/development' into merge-crypto-unremoved-20200304 by Gilles Peskine · 5 years ago