1. 1facd55 Replace xxx_send_alert by xxx_pend_alert to save code by Hanno Becker · 6 years ago
  2. f46e1ce Introduce SSL helper function to mark pending alerts by Hanno Becker · 6 years ago
  3. 3b014fc Merge remote-tracking branch 'origin/pr/604' into baremetal by Simon Butcher · 6 years ago
  4. 6fe6b43 Merge remote-tracking branch 'origin/pr/589' into baremetal by Simon Butcher · 6 years ago
  5. c0b3633 Merge remote-tracking branch 'origin/pr/627' into baremetal by Simon Butcher · 6 years ago
  6. 25b5579 Merge remote-tracking branch 'origin/pr/626' into baremetal by Simon Butcher · 6 years ago
  7. f28ce6e Fix typo in config.h by Hanno Becker · 6 years ago
  8. 95d1b93 Don't reset timer during mbedtls_ssl_setup() by Hanno Becker · 6 years ago
  9. ffb45b9 Add test for hardcoded timer callbacks to all.sh by Hanno Becker · 6 years ago
  10. af5d8ab Don't call memset on NULL pointer in NIST KW test suite by Hanno Becker · 6 years ago
  11. 981f81d Add missing uses of mbedtls_ssl_get_minor() by Hanno Becker · 6 years ago
  12. ce8bdf8 ECP restart: Don't calculate address of sub ctx if ctx is NULL by Hanno Becker · 6 years ago
  13. 3c3c42b Update query_config.c by Hanno Becker · 6 years ago
  14. 56595f4 Allow hardcoding single signature hash at compile-time by Hanno Becker · 6 years ago
  15. f1bc9e1 Introduce helper functions to traverse signature hashes by Hanno Becker · 6 years ago
  16. 0af717b Don't use mbedtls_ssL_set_calc_verify_md writing CertificateRequest by Hanno Becker · 6 years ago
  17. 627fbee Don't offer SHA-1 in CertificateRequest message in TLS 1.2 by Hanno Becker · 6 years ago
  18. 0a64170 Remove redundant check in mbedtls_ssl_set_calc_verify_md() by Hanno Becker · 6 years ago
  19. ae3f851 Merge remote-tracking branch 'origin/pr/615' into baremetal by Simon Butcher · 6 years ago
  20. feb1cee Merge remote-tracking branch 'origin/pr/602' into baremetal by Simon Butcher · 6 years ago
  21. 5f7436f Merge remote-tracking branch 'origin/pr/593' into baremetal by Simon Butcher · 6 years ago
  22. 7ae3026 [Fixup] Minor changes addressing review feedback by Hanno Becker · 6 years ago
  23. 7decea9 Simplify supported EC extension writing code by Hanno Becker · 6 years ago
  24. c1096e7 Allow hardcoding single supported elliptic curve by Hanno Becker · 6 years ago
  25. ee24f8c Remove unnecessary check for presence of supported EC list by Hanno Becker · 6 years ago
  26. a4a9c69 Introduce helper macro for traversal of supported EC TLS IDs by Hanno Becker · 6 years ago
  27. 8085588 Remove unnecessary guards in client-side EC curve extension writing by Hanno Becker · 6 years ago
  28. 84fb902 Work on client-provided supported EC TLS ID list in-place by Hanno Becker · 6 years ago
  29. 004619f Store TLS curve ID instead of information structure by Hanno Becker · 6 years ago
  30. 90f7b75 Fix unused variable warning in SSL test suite by Hanno Becker · 6 years ago
  31. ac8c984 SSL tests: Skip tests using version not matching hardcoded version by Hanno Becker · 6 years ago
  32. 930fbf6 Add TEST_ASSUME macro to allow skipping tests at runtime by Hanno Becker · 6 years ago
  33. d82a030 ssl-opt.sh: Detect mismatching cmd line and hardcoded version config by Hanno Becker · 6 years ago
  34. 72e5ffc Remove ver cfg in ssl_client2/ssl_server2 if ver hardcoded by Hanno Becker · 6 years ago
  35. 33b9b25 Remove SSL version configuration API if versions are hardcoded by Hanno Becker · 6 years ago
  36. cb8774b Enforce that all SSL version bounds must be hardcoded simultaneously by Hanno Becker · 6 years ago
  37. 94c40d1 [Fixup] Fix typos in documentation of min/max version macros by Hanno Becker · 6 years ago
  38. 0a92b81 Remove mbedtls_ssl_transform::minor_ver if the version is hardcoded by Hanno Becker · 6 years ago
  39. 0f902b7 Add new compile-time options to programs/ssl/query_config.c by Hanno Becker · 6 years ago
  40. f1c2a33 Note in SSL doc'n that version bounds can be set at compile-time by Hanno Becker · 6 years ago
  41. 18729ae Guard RSA-only max_major/minor_ver fields from SSL handshake params by Hanno Becker · 6 years ago
  42. 7b628e5 Make mbedtls_ssl_read/write_version static inline by Hanno Becker · 6 years ago
  43. 381eaa5 Remove min/maj version from SSL context if only one version enabled by Hanno Becker · 6 years ago
  44. 2881d80 Introduce getter function for max/min SSL version by Hanno Becker · 6 years ago
  45. 3fa1ee5 Set SSL minor version only after validation by Hanno Becker · 6 years ago
  46. e965bd3 Allow hardcoding of min/max minor/major SSL version at compile-time by Hanno Becker · 6 years ago
  47. fabfb85 Merge remote-tracking branch 'origin/pr/603' into baremetal by Simon Butcher · 6 years ago
  48. 92bb0e9 Merge remote-tracking branch 'origin/pr/606' into baremetal by Simon Butcher · 6 years ago
  49. 133294e Merge remote-tracking branch 'origin/mbedtls-2.16' into baremetal by Simon Butcher · 6 years ago
  50. 27174b7 Merge remote-tracking branch 'origin/pr/2731' into mbedtls-2.16 by Jaeden Amero · 6 years ago
  51. a25fd2c Merge remote-tracking branch 'origin/pr/2739' into mbedtls-2.16 by Jaeden Amero · 6 years ago
  52. 14a4a44 Remove mbedtls_ssl_conf_dbg() if !MBEDTLS_DEBUG_C by Hanno Becker · 6 years ago
  53. 272063a Don't store debug func ptr cb + ctx in SSL config if !DEBUG_C by Hanno Becker · 6 years ago
  54. 9e720e0 Add note that def'n of MBEDTLS_SUITE_XXX is just for check-names.sh by Hanno Becker · 6 years ago
  55. 779d79d Restore static inline qualif'n of some helpers in ssl_ciphersuites.h by Hanno Becker · 6 years ago
  56. efe1327 Add test to all.sh exercising hardcoded ciphersuite by Hanno Becker · 6 years ago
  57. 9190036 Modify default test in ssl-opt.sh to not expect particular primitive by Hanno Becker · 6 years ago
  58. e4b355a Remove redundant hardcoded ciphersuite identifier by Hanno Becker · 6 years ago
  59. 870bcd3 Highlight precondition of ciphersuite getter functions by Hanno Becker · 6 years ago
  60. a1552ac Use "unknown" instead of NULL as name of unknown ciphersuite by Hanno Becker · 6 years ago
  61. 9b3ec12 Add missing spaces at the end of comments by Hanno Becker · 6 years ago
  62. f4d6b49 Allow use of continue in single-ciphersuite 'loops' by Hanno Becker · 6 years ago
  63. c5db66a Update query_config.c by Hanno Becker · 6 years ago
  64. d89e8cb Don't break comment lines prematurely in ssl_ciphersuites.h by Hanno Becker · 6 years ago
  65. 67fb16e Make ciphersuite helpers static inline if only one suite enabled by Hanno Becker · 6 years ago
  66. 73f4cb1 Rename XXX_SINGLE_CIPHERSUITE -> XXX_CONF_SINGLE_CIPHERSUITE by Hanno Becker · 6 years ago
  67. e02758c Remove ciphersuite from SSL session if single suite hardcoded by Hanno Becker · 6 years ago
  68. 6ace465 Remove ciphersuite from SSL config if single suite hardcoded by Hanno Becker · 6 years ago
  69. df64596 Remove ciphersuite from handshake params if single suite hardcoded by Hanno Becker · 6 years ago
  70. 2d46b4f Adapt ClientHello parsing to case of single hardcoded ciphersuite by Hanno Becker · 6 years ago
  71. 1499027 Adapt ClientHello writing to case of single hardcoded ciphersuite by Hanno Becker · 6 years ago
  72. 5cce936 Add compile-time option to hardcode choice of single ciphersuite by Hanno Becker · 6 years ago
  73. b09132d Introduce framework for macro-based definitions of ciphersuites by Hanno Becker · 6 years ago
  74. 473f98f Introduce ciphersuite handle type by Hanno Becker · 6 years ago
  75. 65382f2 Make ssl.h independent of ssl_ciphersuites.h by Hanno Becker · 6 years ago
  76. 47a4cba Split _abi_compliance_command into smaller functions by Gilles Peskine · 6 years ago
  77. ea94391 Record the commits that were compared by Gilles Peskine · 6 years ago
  78. 826286a Document how to build the typical argument for -s by Gilles Peskine · 6 years ago
  79. c53b93b Allow running /somewhere/else/path/to/abi_check.py by Gilles Peskine · 6 years ago
  80. c041b4f Merge remote-tracking branch 'origin/pr/2700' into mbedtls-2.16 by Jaeden Amero · 6 years ago
  81. 5455afd Merge pull request #599 from ARMmbed/baremetal-ec-preparation by Manuel Pégourié-Gonnard · 6 years ago
  82. 0ec3ed0 Merge pull request #596 from ARMmbed/static_config_funcptr-baremetal by Manuel Pégourié-Gonnard · 6 years ago
  83. 47d7c2d Allow TODO in code by Gilles Peskine · 6 years ago
  84. 79cfef0 Use the docstring in the command line help by Gilles Peskine · 6 years ago
  85. 56ab3ea [Fixup] Fix alignment of comment in config.h by Hanno Becker · 6 years ago
  86. 6f61b7b Remove 'CRT fallback' during X.509 CRT verification if !TIME_DATE by Hanno Becker · 6 years ago
  87. c00ccea Move def'n of X.509 time-verif funcs to hdr if no time available by Hanno Becker · 6 years ago
  88. d3b2fcb Don't store client-supported ECs in heap-allocated buffer by Hanno Becker · 6 years ago
  89. 31d9bde [Fixup] Fix rebase by Hanno Becker · 6 years ago
  90. 99b6b6b Fix outdated documentation of effect of hardcoded timer cb's on API by Hanno Becker · 6 years ago
  91. 1f1e9ef Fix outdated documentation of effect of hardcoded I/O cb's on API by Hanno Becker · 6 years ago
  92. 572a5d8 Minor improvement in documentation of hardcoded config func ptrs by Hanno Becker · 6 years ago
  93. 65f6f38 Update outdated comment on effect of hardcoding RNG on API by Hanno Becker · 6 years ago
  94. 62327ab [Fixup] Fix typo in check_config.h using #define instead of #error by Hanno Becker · 6 years ago
  95. 0ae6b24 Allow compile-time configuration of timer callbacks by Hanno Becker · 6 years ago
  96. a58a896 Allow compile-time configuration of I/O function pointers by Hanno Becker · 6 years ago
  97. ece325c Allow compile-time configuration of PRNG in SSL module by Hanno Becker · 6 years ago
  98. 1841f84 Merge pull request #611 from mpg/baremetal-proposed by Manuel Pégourié-Gonnard · 6 years ago
  99. b391766 Fix unused variable that happened during merge by Manuel Pégourié-Gonnard · 6 years ago
  100. de8869c Merge remote-tracking branch 'restricted/pr/608' into baremetal-proposed by Manuel Pégourié-Gonnard · 6 years ago