1. 7af7375 Fix MSVC warning by Manuel Pégourié-Gonnard · 6 years ago
  2. 2cc9223 Fix compile error in reduced configurations by Manuel Pégourié-Gonnard · 6 years ago
  3. 7ce9446 Avoid duplication of session format header by Manuel Pégourié-Gonnard · 6 years ago
  4. a7cd483 Implement config-checking header to context s11n by Manuel Pégourié-Gonnard · 6 years ago
  5. 4c1d06e Provide serialisation API only if it's enabled by Manuel Pégourié-Gonnard · 6 years ago
  6. 73a4636 Adapt to hardcoded single version by Manuel Pégourié-Gonnard · 6 years ago
  7. 2f3fa62 Fix compiler warning: comparing signed to unsigned by Manuel Pégourié-Gonnard · 6 years ago
  8. bc847ca Actually reset the context on save as advertised by Manuel Pégourié-Gonnard · 6 years ago
  9. ff22200 Re-use buffer allocated by handshake_init() by Manuel Pégourié-Gonnard · 6 years ago
  10. 138079d Add setting of forced fields when deserializing by Manuel Pégourié-Gonnard · 6 years ago
  11. 16d1485 Add saved fields from top-level structure by Manuel Pégourié-Gonnard · 6 years ago
  12. 322f3c7 Add transform (de)serialization by Manuel Pégourié-Gonnard · 6 years ago
  13. 8175816 Fix English in comments by Manuel Pégourié-Gonnard · 6 years ago
  14. f1f3e52 Add session saving/loading by Manuel Pégourié-Gonnard · 6 years ago
  15. d0dd104 Add (stub) header writing and checking by Manuel Pégourié-Gonnard · 6 years ago
  16. 5e534ba Add usage checks in context_load() by Manuel Pégourié-Gonnard · 6 years ago
  17. b6163ef Document internal serialisation format by Manuel Pégourié-Gonnard · 6 years ago
  18. 569ed6b Implement usage checks in context_save() by Manuel Pégourié-Gonnard · 6 years ago
  19. a3024ee Save Hello random bytes for later use by Manuel Pégourié-Gonnard · 6 years ago
  20. ae3f851 Merge remote-tracking branch 'origin/pr/615' into baremetal by Simon Butcher · 6 years ago
  21. feb1cee Merge remote-tracking branch 'origin/pr/602' into baremetal by Simon Butcher · 6 years ago
  22. 7decea9 Simplify supported EC extension writing code by Hanno Becker · 6 years ago
  23. c1096e7 Allow hardcoding single supported elliptic curve by Hanno Becker · 6 years ago
  24. ee24f8c Remove unnecessary check for presence of supported EC list by Hanno Becker · 6 years ago
  25. a4a9c69 Introduce helper macro for traversal of supported EC TLS IDs by Hanno Becker · 6 years ago
  26. 8085588 Remove unnecessary guards in client-side EC curve extension writing by Hanno Becker · 6 years ago
  27. 84fb902 Work on client-provided supported EC TLS ID list in-place by Hanno Becker · 6 years ago
  28. 004619f Store TLS curve ID instead of information structure by Hanno Becker · 6 years ago
  29. 33b9b25 Remove SSL version configuration API if versions are hardcoded by Hanno Becker · 6 years ago
  30. 0a92b81 Remove mbedtls_ssl_transform::minor_ver if the version is hardcoded by Hanno Becker · 6 years ago
  31. 18729ae Guard RSA-only max_major/minor_ver fields from SSL handshake params by Hanno Becker · 6 years ago
  32. 7b628e5 Make mbedtls_ssl_read/write_version static inline by Hanno Becker · 6 years ago
  33. 381eaa5 Remove min/maj version from SSL context if only one version enabled by Hanno Becker · 6 years ago
  34. 2881d80 Introduce getter function for max/min SSL version by Hanno Becker · 6 years ago
  35. 3fa1ee5 Set SSL minor version only after validation by Hanno Becker · 6 years ago
  36. e965bd3 Allow hardcoding of min/max minor/major SSL version at compile-time by Hanno Becker · 6 years ago
  37. fabfb85 Merge remote-tracking branch 'origin/pr/603' into baremetal by Simon Butcher · 6 years ago
  38. 133294e Merge remote-tracking branch 'origin/mbedtls-2.16' into baremetal by Simon Butcher · 6 years ago
  39. 14a4a44 Remove mbedtls_ssl_conf_dbg() if !MBEDTLS_DEBUG_C by Hanno Becker · 6 years ago
  40. 272063a Don't store debug func ptr cb + ctx in SSL config if !DEBUG_C by Hanno Becker · 6 years ago
  41. 779d79d Restore static inline qualif'n of some helpers in ssl_ciphersuites.h by Hanno Becker · 6 years ago
  42. a1552ac Use "unknown" instead of NULL as name of unknown ciphersuite by Hanno Becker · 6 years ago
  43. 9b3ec12 Add missing spaces at the end of comments by Hanno Becker · 6 years ago
  44. f4d6b49 Allow use of continue in single-ciphersuite 'loops' by Hanno Becker · 6 years ago
  45. 67fb16e Make ciphersuite helpers static inline if only one suite enabled by Hanno Becker · 6 years ago
  46. 73f4cb1 Rename XXX_SINGLE_CIPHERSUITE -> XXX_CONF_SINGLE_CIPHERSUITE by Hanno Becker · 6 years ago
  47. e02758c Remove ciphersuite from SSL session if single suite hardcoded by Hanno Becker · 6 years ago
  48. 6ace465 Remove ciphersuite from SSL config if single suite hardcoded by Hanno Becker · 6 years ago
  49. df64596 Remove ciphersuite from handshake params if single suite hardcoded by Hanno Becker · 6 years ago
  50. 2d46b4f Adapt ClientHello parsing to case of single hardcoded ciphersuite by Hanno Becker · 6 years ago
  51. 1499027 Adapt ClientHello writing to case of single hardcoded ciphersuite by Hanno Becker · 6 years ago
  52. 5cce936 Add compile-time option to hardcode choice of single ciphersuite by Hanno Becker · 6 years ago
  53. b09132d Introduce framework for macro-based definitions of ciphersuites by Hanno Becker · 6 years ago
  54. 473f98f Introduce ciphersuite handle type by Hanno Becker · 6 years ago
  55. c041b4f Merge remote-tracking branch 'origin/pr/2700' into mbedtls-2.16 by Jaeden Amero · 6 years ago
  56. 5455afd Merge pull request #599 from ARMmbed/baremetal-ec-preparation by Manuel Pégourié-Gonnard · 6 years ago
  57. d3b2fcb Don't store client-supported ECs in heap-allocated buffer by Hanno Becker · 6 years ago
  58. 0ae6b24 Allow compile-time configuration of timer callbacks by Hanno Becker · 6 years ago
  59. a58a896 Allow compile-time configuration of I/O function pointers by Hanno Becker · 6 years ago
  60. ece325c Allow compile-time configuration of PRNG in SSL module by Hanno Becker · 6 years ago
  61. b391766 Fix unused variable that happened during merge by Manuel Pégourié-Gonnard · 6 years ago
  62. de8869c Merge remote-tracking branch 'restricted/pr/608' into baremetal-proposed by Manuel Pégourié-Gonnard · 6 years ago
  63. 44ba6b0 Merge remote-tracking branch 'restricted/pr/594' into baremetal-proposed by Manuel Pégourié-Gonnard · 6 years ago
  64. 37261e6 Merge remote-tracking branch 'restricted/pr/601' into baremetal-proposed by Manuel Pégourié-Gonnard · 6 years ago
  65. 417d2ce Merge remote-tracking branch 'restricted/pr/584' into baremetal-proposed by Manuel Pégourié-Gonnard · 6 years ago
  66. b1d720c Remove superfluous new line in x509.c by Hanno Becker · 6 years ago
  67. 3aa1216 Add comment about X.509 name comparison of buffer with itself by Hanno Becker · 6 years ago
  68. c2cfdaa Allow config'n of incl of CertificateReq CA list Y/N at compile-time by Hanno Becker · 6 years ago
  69. 2d9623f Allow configuration of endpoint (cli/srv) at compile-time by Hanno Becker · 6 years ago
  70. 1f835fa Allow configuration of read timeouts at compile-time by Hanno Becker · 6 years ago
  71. e0200da Allow configuration of ConnectionID at compile-time by Hanno Becker · 6 years ago
  72. b0b2b67 Allow compile-time configuration of legacy renegotiation by Hanno Becker · 6 years ago
  73. acd4fc0 Allow compile-time configuration of authentication mode by Hanno Becker · 6 years ago
  74. de67154 Allow compile-time configuration of DTLS badmac limit by Hanno Becker · 6 years ago
  75. bc6b598 [Fixup] Add missing PK release call in Cert Verify parsing by Hanno Becker · 6 years ago
  76. 7b80c64 Fix compile-time guard for optional field in struct by Manuel Pégourié-Gonnard · 6 years ago
  77. 93c8262 Clarify conditions related to resumption in client by Manuel Pégourié-Gonnard · 6 years ago
  78. 754b9f3 Introduce getter function for renego_status by Manuel Pégourié-Gonnard · 6 years ago
  79. 3652e99 Add getter function for handshake->resume by Manuel Pégourié-Gonnard · 6 years ago
  80. 44b1076 Remove now-redundant code by Manuel Pégourié-Gonnard · 6 years ago
  81. 594a1bb Fix a few style issues by Manuel Pégourié-Gonnard · 6 years ago
  82. 29f2dd0 Address review comments by Jarno Lamsa · 6 years ago
  83. dbf6073 Fix ssl_cli resumption guards by Jarno Lamsa · 6 years ago
  84. 4f74f6d Fix check-files, check-names and check-generated-features by Jarno Lamsa · 6 years ago
  85. 5165169 Fix test issues by Jarno Lamsa · 6 years ago
  86. 59bd12b Add new config MBEDTLS_SSL_SESSION_RESUMPTION by Jarno Lamsa · 6 years ago
  87. 7be1406 Add config MBEDTLS_SSL_SESSION_CACHE by Jarno Lamsa · 6 years ago
  88. 410322f Fix guard controlling whether nested acquire calls are allowed by Hanno Becker · 6 years ago
  89. abd929c Merge branch 'mbedtls-2.16' into baremetal-2.16-01_07_19 by Hanno Becker · 6 years ago
  90. fc99a09 Don't allow nested CRT acquire()-calls if MBEDTLS_X509_ALWAYS_FLUSH by Hanno Becker · 6 years ago
  91. a4bfaa8 Make X.509 CRT cache reference counting unconditional by Hanno Becker · 6 years ago
  92. 2224ccf Don't use assertion for failures of mbedtls_x509_crt_x_acquire() by Hanno Becker · 6 years ago
  93. ed05888 x509_crt.c: Add blank line to increase readability by Hanno Becker · 6 years ago
  94. 35b86a8 [FIXUP] Fix bug in ASN.1 traversal of silently ignored tag by Hanno Becker · 6 years ago
  95. 08d3412 Move signature-info extraction out of MBEDTLS_X509_REMOVE_INFO by Hanno Becker · 6 years ago
  96. 040c564 Fix certificate validity checking logic to work with !TIME_DATE by Hanno Becker · 6 years ago
  97. 97aa436 Simplify X.509 CRT version check in UID parsing by Hanno Becker · 6 years ago
  98. e908412 Simplify logic for issuer/subject ID parsing by Hanno Becker · 6 years ago
  99. fd64f14 Remove redundant CRT version check during CRT parsing by Hanno Becker · 6 years ago
  100. b36a245 Add comment to #endif indicating which condition was guarded by Hanno Becker · 6 years ago