1. d0dd104 Add (stub) header writing and checking by Manuel Pégourié-Gonnard · 6 years ago
  2. 569ed6b Implement usage checks in context_save() by Manuel Pégourié-Gonnard · 6 years ago
  3. a3024ee Save Hello random bytes for later use by Manuel Pégourié-Gonnard · 6 years ago
  4. feb1cee Merge remote-tracking branch 'origin/pr/602' into baremetal by Simon Butcher · 6 years ago
  5. 7ae3026 [Fixup] Minor changes addressing review feedback by Hanno Becker · 6 years ago
  6. c1096e7 Allow hardcoding single supported elliptic curve by Hanno Becker · 6 years ago
  7. a4a9c69 Introduce helper macro for traversal of supported EC TLS IDs by Hanno Becker · 6 years ago
  8. 004619f Store TLS curve ID instead of information structure by Hanno Becker · 6 years ago
  9. 33b9b25 Remove SSL version configuration API if versions are hardcoded by Hanno Becker · 6 years ago
  10. cb8774b Enforce that all SSL version bounds must be hardcoded simultaneously by Hanno Becker · 6 years ago
  11. 94c40d1 [Fixup] Fix typos in documentation of min/max version macros by Hanno Becker · 6 years ago
  12. 0a92b81 Remove mbedtls_ssl_transform::minor_ver if the version is hardcoded by Hanno Becker · 6 years ago
  13. f1c2a33 Note in SSL doc'n that version bounds can be set at compile-time by Hanno Becker · 6 years ago
  14. 18729ae Guard RSA-only max_major/minor_ver fields from SSL handshake params by Hanno Becker · 6 years ago
  15. 7b628e5 Make mbedtls_ssl_read/write_version static inline by Hanno Becker · 6 years ago
  16. 381eaa5 Remove min/maj version from SSL context if only one version enabled by Hanno Becker · 6 years ago
  17. 2881d80 Introduce getter function for max/min SSL version by Hanno Becker · 6 years ago
  18. e965bd3 Allow hardcoding of min/max minor/major SSL version at compile-time by Hanno Becker · 6 years ago
  19. fabfb85 Merge remote-tracking branch 'origin/pr/603' into baremetal by Simon Butcher · 6 years ago
  20. 14a4a44 Remove mbedtls_ssl_conf_dbg() if !MBEDTLS_DEBUG_C by Hanno Becker · 6 years ago
  21. 272063a Don't store debug func ptr cb + ctx in SSL config if !DEBUG_C by Hanno Becker · 6 years ago
  22. 9e720e0 Add note that def'n of MBEDTLS_SUITE_XXX is just for check-names.sh by Hanno Becker · 6 years ago
  23. 779d79d Restore static inline qualif'n of some helpers in ssl_ciphersuites.h by Hanno Becker · 6 years ago
  24. e4b355a Remove redundant hardcoded ciphersuite identifier by Hanno Becker · 6 years ago
  25. 870bcd3 Highlight precondition of ciphersuite getter functions by Hanno Becker · 6 years ago
  26. 9b3ec12 Add missing spaces at the end of comments by Hanno Becker · 6 years ago
  27. f4d6b49 Allow use of continue in single-ciphersuite 'loops' by Hanno Becker · 6 years ago
  28. d89e8cb Don't break comment lines prematurely in ssl_ciphersuites.h by Hanno Becker · 6 years ago
  29. 67fb16e Make ciphersuite helpers static inline if only one suite enabled by Hanno Becker · 6 years ago
  30. 73f4cb1 Rename XXX_SINGLE_CIPHERSUITE -> XXX_CONF_SINGLE_CIPHERSUITE by Hanno Becker · 6 years ago
  31. e02758c Remove ciphersuite from SSL session if single suite hardcoded by Hanno Becker · 6 years ago
  32. 6ace465 Remove ciphersuite from SSL config if single suite hardcoded by Hanno Becker · 6 years ago
  33. df64596 Remove ciphersuite from handshake params if single suite hardcoded by Hanno Becker · 6 years ago
  34. 1499027 Adapt ClientHello writing to case of single hardcoded ciphersuite by Hanno Becker · 6 years ago
  35. 5cce936 Add compile-time option to hardcode choice of single ciphersuite by Hanno Becker · 6 years ago
  36. b09132d Introduce framework for macro-based definitions of ciphersuites by Hanno Becker · 6 years ago
  37. 473f98f Introduce ciphersuite handle type by Hanno Becker · 6 years ago
  38. 65382f2 Make ssl.h independent of ssl_ciphersuites.h by Hanno Becker · 6 years ago
  39. 5455afd Merge pull request #599 from ARMmbed/baremetal-ec-preparation by Manuel Pégourié-Gonnard · 6 years ago
  40. 56ab3ea [Fixup] Fix alignment of comment in config.h by Hanno Becker · 6 years ago
  41. d3b2fcb Don't store client-supported ECs in heap-allocated buffer by Hanno Becker · 6 years ago
  42. 31d9bde [Fixup] Fix rebase by Hanno Becker · 6 years ago
  43. 99b6b6b Fix outdated documentation of effect of hardcoded timer cb's on API by Hanno Becker · 6 years ago
  44. 1f1e9ef Fix outdated documentation of effect of hardcoded I/O cb's on API by Hanno Becker · 6 years ago
  45. 572a5d8 Minor improvement in documentation of hardcoded config func ptrs by Hanno Becker · 6 years ago
  46. 65f6f38 Update outdated comment on effect of hardcoding RNG on API by Hanno Becker · 6 years ago
  47. 62327ab [Fixup] Fix typo in check_config.h using #define instead of #error by Hanno Becker · 6 years ago
  48. 0ae6b24 Allow compile-time configuration of timer callbacks by Hanno Becker · 6 years ago
  49. a58a896 Allow compile-time configuration of I/O function pointers by Hanno Becker · 6 years ago
  50. ece325c Allow compile-time configuration of PRNG in SSL module by Hanno Becker · 6 years ago
  51. de8869c Merge remote-tracking branch 'restricted/pr/608' into baremetal-proposed by Manuel Pégourié-Gonnard · 6 years ago
  52. 44ba6b0 Merge remote-tracking branch 'restricted/pr/594' into baremetal-proposed by Manuel Pégourié-Gonnard · 6 years ago
  53. 37261e6 Merge remote-tracking branch 'restricted/pr/601' into baremetal-proposed by Manuel Pégourié-Gonnard · 6 years ago
  54. 417d2ce Merge remote-tracking branch 'restricted/pr/584' into baremetal-proposed by Manuel Pégourié-Gonnard · 6 years ago
  55. c2cfdaa Allow config'n of incl of CertificateReq CA list Y/N at compile-time by Hanno Becker · 6 years ago
  56. 2d9623f Allow configuration of endpoint (cli/srv) at compile-time by Hanno Becker · 6 years ago
  57. 1f835fa Allow configuration of read timeouts at compile-time by Hanno Becker · 6 years ago
  58. e0200da Allow configuration of ConnectionID at compile-time by Hanno Becker · 6 years ago
  59. b0b2b67 Allow compile-time configuration of legacy renegotiation by Hanno Becker · 6 years ago
  60. acd4fc0 Allow compile-time configuration of authentication mode by Hanno Becker · 6 years ago
  61. de67154 Allow compile-time configuration of DTLS badmac limit by Hanno Becker · 6 years ago
  62. 1772c9f Move code to reduce probability of conflicts by Manuel Pégourié-Gonnard · 6 years ago
  63. c27fabf Fix typos caught by check-names.sh by Manuel Pégourié-Gonnard · 6 years ago
  64. 754b9f3 Introduce getter function for renego_status by Manuel Pégourié-Gonnard · 6 years ago
  65. 3652e99 Add getter function for handshake->resume by Manuel Pégourié-Gonnard · 6 years ago
  66. 33cb3e1 Remove cache callbacks from config on client by Manuel Pégourié-Gonnard · 6 years ago
  67. 320eb7a Expand documentation of new options a bit by Manuel Pégourié-Gonnard · 6 years ago
  68. 8a0944c Fix renaming oversight in documentation by Manuel Pégourié-Gonnard · 6 years ago
  69. e431563 Remove backticks in doxygen in config.h by Manuel Pégourié-Gonnard · 6 years ago
  70. f130b10 Restore config.h defaults by Manuel Pégourié-Gonnard · 6 years ago
  71. 29f2dd0 Address review comments by Jarno Lamsa · 6 years ago
  72. 4f74f6d Fix check-files, check-names and check-generated-features by Jarno Lamsa · 6 years ago
  73. ac57e82 Doxygen for new config options by Jarno Lamsa · 6 years ago
  74. 59bd12b Add new config MBEDTLS_SSL_SESSION_RESUMPTION by Jarno Lamsa · 6 years ago
  75. 590bf51 Enable MBEDTLS_SSL_SESSION_CACHE by default by Jarno Lamsa · 6 years ago
  76. 7be1406 Add config MBEDTLS_SSL_SESSION_CACHE by Jarno Lamsa · 6 years ago
  77. abd929c Merge branch 'mbedtls-2.16' into baremetal-2.16-01_07_19 by Hanno Becker · 6 years ago
  78. 69c3033 Don't return threading error on release()-without-acquire() calls by Hanno Becker · 6 years ago
  79. fc99a09 Don't allow nested CRT acquire()-calls if MBEDTLS_X509_ALWAYS_FLUSH by Hanno Becker · 6 years ago
  80. a4bfaa8 Make X.509 CRT cache reference counting unconditional by Hanno Becker · 6 years ago
  81. b653aa3 Don't mention pk_sign() in the context of public-key contexts by Hanno Becker · 6 years ago
  82. d92078f Fix copy pasta in x509_crt.h by Hanno Becker · 6 years ago
  83. 608de6a Reference copy-less versions of X.509 CRT frame/PK getters by Hanno Becker · 6 years ago
  84. 2656bfe [FIXUP] Fix typo in declaration of mbedtls_x509_memcasecmp() by Hanno Becker · 6 years ago
  85. 60785d1 Remove unused variable warning in on-demand X.509 parsing by Hanno Becker · 6 years ago
  86. 2ba9fbd Allow multiple concurrent readers for X.509 CRT frame and PK context by Hanno Becker · 6 years ago
  87. 4b70e12 Document mbedtls_x509_crt_pk_{acquire/release}() by Hanno Becker · 6 years ago
  88. b8670fc Document mbedtls_x509_crt_frame_{acquire/release}() by Hanno Becker · 6 years ago
  89. 5f268b3 Don't allow change of CRT frame returned by x509_crt_frame_acquire() by Hanno Becker · 6 years ago
  90. 9219f9e Fix yet another occasions of 'setup' vs. 'set up' typo in x509_crt.h by Hanno Becker · 6 years ago
  91. a4dfc0d Move X.509 CRT cache handling functions to x509_internal.h by Hanno Becker · 6 years ago
  92. 3c3d5c5 Fix spacing in declaration of mbedtls_asn1_get_sequence_of() by Hanno Becker · 6 years ago
  93. c0dab62 Fix typo 'setup' -> 'set up' throughout x509_crt.h by Hanno Becker · 6 years ago
  94. fd5c185 Use uint16_t to store key usage field in X.509 CRT by Hanno Becker · 6 years ago
  95. 00d3903 Move internal mbedtls_x509_crt_cache to x509_internal.h by Hanno Becker · 6 years ago
  96. f332a97 Add ASN.1 API to free linked list representation of ASN.1 sequences by Hanno Becker · 6 years ago
  97. f6bc888 Move declarations of internal X.509 functions to separate header by Hanno Becker · 6 years ago
  98. 7642835 Move existence check for pk/frame to mbedtls_x509_crt_provide_xxx() by Hanno Becker · 6 years ago
  99. bc68519 Implement MBEDTLS_X509_ALWAYS_FLUSH by Hanno Becker · 6 years ago
  100. ffcd8c3 Introduce compile-time option to always flush X.509 CRT caches by Hanno Becker · 6 years ago