1. 0621b1f Add detail to ChangeLog for SLOTH fix by Simon Butcher · 8 years ago
  2. 4623d83 Fix integer overflow mbedtls_base64_decode() by Andres AG · 9 years ago
  3. 6a54336 Fix integer overflows in buffer bound checks by Andres Amaya Garcia · 9 years ago
  4. 182013f Prevent SLOTH attacks by Janos Follath · 9 years ago
  5. a333b3c Add credit to Changelog for #562 by Simon Butcher · 8 years ago
  6. d57c8f0 Clarify fix for #673 in Changelog by Simon Butcher · 8 years ago
  7. 2196c7f Fix renegotiation at incorrect times in DTLS by Andres AG · 9 years ago
  8. 4c006cd Update library version number to 2.4.1 by Janos Follath · 9 years ago
  9. 5da3a6f Update CMAC test vectors. by Janos Follath · 9 years ago
  10. c0db511 Fix unused variable/function compilation warnings by Andres AG · 9 years ago
  11. d154234 Fix redefinition of macro ssl_set_bio by Andres AG · 9 years ago
  12. 9c94b69 Add tests for overreads in pem_read_buffer() by Andres AG · 9 years ago
  13. 703990b Fix buffer overreads in mbedtls_pem_read_buffer() by Andres AG · 9 years ago
  14. 19dbd41 Update Changelog version number to 2.4.0 by Simon Butcher · 9 years ago
  15. ef8fa01 Tidied up style and phrasing of ChangeLog by Simon Butcher · 9 years ago
  16. 240f185 Update ChangeLog for MBEDTLS_SELF_TEST fix by Janos Follath · 9 years ago
  17. 8e00410 Merge fix for AEAD Random IVs by Simon Butcher · 9 years ago
  18. 9800a05 Merge branch 'development' by Simon Butcher · 9 years ago
  19. 9900014 Merge fix for IE Certificate Compatibility by Simon Butcher · 9 years ago
  20. 2bd0fba Update to Changelog for #626 by Simon Butcher · 9 years ago
  21. 488c08c Merge branch fixing date validity in X.509 by Simon Butcher · 9 years ago
  22. 59bffa2 Update Changelog for X.509 unrecognised field fix by Simon Butcher · 9 years ago
  23. 5115267 Merge fix for branch SSL client overread by Simon Butcher · 9 years ago
  24. b81496b Update and clean up Changelog for #622 by Simon Butcher · 9 years ago
  25. d051925 Added credit to Changelog for fix #558 by Simon Butcher · 9 years ago
  26. e5dc202 Restore P>Q in RSA key generation (#558) by Janos Follath · 9 years ago
  27. 468a84c Clarified Changelog for fix #602 by Simon Butcher · 9 years ago
  28. 314d8a8 Fix documentation for mbedtls_gcm_finish() by Andres AG · 9 years ago
  29. 9af0280 Updated Changelog for fix #599 by Simon Butcher · 9 years ago
  30. 410d3dd Fix 1 byte overread in mbedtls_asn1_get_int() by Andres AG · 9 years ago
  31. 4f85907 Revise Changelog to clarify and add credit by Simon Butcher · 9 years ago
  32. b93fddd Revise Changelog to clarify and add credit by Simon Butcher · 9 years ago
  33. dcb9892 Update Changelog for fixes to X.509 sample apps by Simon Butcher · 9 years ago
  34. eb02fb5 Update Changelog for fix #559 by Simon Butcher · 9 years ago
  35. e5796c1 Add CMAC to ChangeLog by Simon Butcher · 9 years ago
  36. 0be2b01 Add safety check to sample mutex implementation by Janos Follath · 9 years ago
  37. 94d73b0 Add config macro for min bytes hw entropy by Andres AG · 9 years ago
  38. ba66e89 Add new config.h that does not need entropy source by Andres AG · 9 years ago
  39. 3616f6f Rename net.{c,h} to net_sockets.{c,h} by Andres AG · 9 years ago
  40. 77d779e Update for ChangeLog for fixes for cert_app by Simon Butcher · 9 years ago
  41. 1c8b33a Merge branch 'development' by Simon Butcher · 9 years ago
  42. 4d69ecd Added credit to Changelog for fix #558 by Simon Butcher · 9 years ago
  43. ef44178 Restore P>Q in RSA key generation (#558) by Janos Follath · 9 years ago
  44. f6e3b9e Clarified Changelog for fix #602 by Simon Butcher · 9 years ago
  45. 821da84 Fix documentation for mbedtls_gcm_finish() by Andres AG · 9 years ago
  46. 3a5e070 Updated Changelog for fix #599 by Simon Butcher · 9 years ago
  47. 776a6fc Fix 1 byte overread in mbedtls_asn1_get_int() by Andres AG · 9 years ago
  48. b48c8ac Add safety check to sample mutex implementation by Janos Follath · 9 years ago
  49. 1aae658 Add safety check to sample mutex implementation by Janos Follath · 9 years ago
  50. 5a74d26 Added credit to Changelog for X.509 DER bounds fix by Simon Butcher · 9 years ago
  51. e0af995 Add test for bounds in X509 DER write funcs by Andres AG · 9 years ago
  52. 60dbc93 Add missing bounds check in X509 DER write funcs by Andres AG · 9 years ago
  53. 851ae29 Revise Changelog to clarify and add credit by Simon Butcher · 9 years ago
  54. b98eaff Revise Changelog to clarify and add credit by Simon Butcher · 9 years ago
  55. df6c3e8 Merge branch 'iotssl-825-double-free-quickfix' by Simon Butcher · 9 years ago
  56. f77309c Update Changelog for fixes to X.509 sample apps by Simon Butcher · 9 years ago
  57. f73fd70 Update Changelog for fix #559 by Simon Butcher · 9 years ago
  58. 21c5481 Add CMAC to ChangeLog by Simon Butcher · 9 years ago
  59. 5437a75 Add safety check to sample mutex implementation by Janos Follath · 9 years ago
  60. 4b76aec Add check for validity of date in x509_get_time() by Andres AG · 9 years ago
  61. 5a87c93 Fix overread when verifying SERVER_HELLO in DTLS by Andres AG · 9 years ago
  62. 7abc974 Add config macro for min bytes hw entropy by Andres AG · 9 years ago
  63. f84f892 Add new config.h that does not need entropy source by Andres AG · 9 years ago
  64. 788aa4a Rename net.{c,h} to net_sockets.{c,h} by Andres AG · 9 years ago
  65. d43fb95 Update for ChangeLog for fixes for cert_app by Simon Butcher · 9 years ago
  66. 4bdbe09 Fix sig->tag update in mbedtls_x509_get_sig() by Andres AG · 9 years ago
  67. f911319 Allow the entry_name size to be set in config.h by Andres AG · 9 years ago
  68. c0d76b8 Update ChangeLog for fix for #541 - out-of-tree CMake builds by Simon Butcher · 9 years ago
  69. cad6e93 Update to ChangeLog for bug #428 by Simon Butcher · 9 years ago
  70. 5908bcc Updated ChangeLog for PR#565 by Simon Butcher · 9 years ago
  71. 327d665 Update ChangeLog for fix to crypt_and_hash #441 by Simon Butcher · 9 years ago
  72. cf8c1f4 Update ChangeLog to include the most recent fixes by Simon Butcher · 9 years ago
  73. 46125fb Updates ChangeLog with final changes for release by Simon Butcher · 9 years ago
  74. 9c22e73 Merge branch 'development' by Simon Butcher · 9 years ago
  75. dc08545 Update ChangeLog to reflect by Paul Bakker · 9 years ago
  76. 456fea0 Amended ChangeLog by Paul Bakker · 9 years ago
  77. c6dab2b Fix non compliance SSLv3 in server extension handling. by Janos Follath · 9 years ago
  78. 94bafdf Merge branch 'development' by Simon Butcher · 9 years ago
  79. f8e3794 Update ChangeLog to reflect by Paul Bakker · 9 years ago
  80. 8f0e4c2 Amended ChangeLog by Paul Bakker · 9 years ago
  81. f893507 Update ChangeLog for bug #429 in ssl_fork_server by Simon Butcher · 9 years ago
  82. 45732c7 Update ChangeLog for bug #429 in ssl_fork_server by Simon Butcher · 9 years ago
  83. e4a46f6 Merge branch 'development' by Simon Butcher · 9 years ago
  84. 3fe6cd3 Fixes time() abstraction for custom configs by Simon Butcher · 9 years ago
  85. a543d11 Fixes mbedtls_mpi_zeroize() function name in ChangeLog by Simon Butcher · 9 years ago
  86. d7e9ad7 Updates ChangeLog with faster MPI zeroize fix by Simon Butcher · 9 years ago
  87. 8a31705 Fix bug in ssl_write_supported_elliptic_curves_ext by Janos Follath · 9 years ago
  88. 2300776 Merge branch 'development' by Simon Butcher · 9 years ago
  89. 1ed9f99 Fix null pointer dereference in the RSA module. by Janos Follath · 9 years ago
  90. 3f5c875 Adds test for odd bit length RSA key size by Simon Butcher · 9 years ago
  91. 10c575b Fix odd bitlength RSA key generation by Janos Follath · 9 years ago
  92. cd0ee5e Fixes following review of 'iotssl-682-selftest-ci-break' by Simon Butcher · 9 years ago
  93. 9194744 Add exit value macros to platform abstraction layer. by Janos Follath · 9 years ago
  94. de69b16 Fix ChangeLog after merge of IOTSSL-628 by Simon Butcher · 9 years ago
  95. 078bcdd Merge branch 'IOTSSL-628-BufferOverread' by Simon Butcher · 9 years ago
  96. 184990c Merge development into development-restricted by Simon Butcher · 9 years ago
  97. 4b852db Merge branch 'iotssl-629-der-trailing-bytes' by Simon Butcher · 9 years ago
  98. 8ddc93f Add precision about exploitability in ChangeLog by Manuel Pégourié-Gonnard · 9 years ago
  99. e43b81a Add Changelog entry for current branch by Janos Follath · 9 years ago
  100. 3218b21 Add Changelog entry for current branch by Janos Follath · 9 years ago