1. cfea3eb Update doc of return value of verify() by Manuel Pégourié-Gonnard · 8 years ago
  2. d0e7557 Only return VERIFY_FAILED from a single point by Manuel Pégourié-Gonnard · 8 years ago
  3. 573bb96 Improve documentation of PKCS1 decryption functions by Simon Butcher · 8 years ago
  4. 8a2855e Update the version number to 1.3.20 by Simon Butcher · 8 years ago mbedtls-1.3.20
  5. b870179 Merge remote-tracking branch 'restricted/iotssl-1398_backport-1.3' into mbedtls-1.3-restricted by Manuel Pégourié-Gonnard · 8 years ago
  6. 7d81093 Merge remote-tracking branch 'restricted/1205' into mbedtls-1.3-restricted by Manuel Pégourié-Gonnard · 8 years ago
  7. ca3ff06 Merge remote-tracking branch 'hanno/mpi_read_file_underflow_backport-1.3' into mbedtls-1.3 by Manuel Pégourié-Gonnard · 8 years ago
  8. f1ab790 Merge remote-tracking branch 'hanno/sliding_exponentiation_backport-1.3' into mbedtls-1.3 by Manuel Pégourié-Gonnard · 8 years ago
  9. 48ed550 Fix name, documentation & location of config flag by Manuel Pégourié-Gonnard · 8 years ago
  10. 10699cc Simplify retaining of messages for future processing by Hanno Becker · 8 years ago
  11. 674df30 Merge remote-tracking branch 'janos/mbedtls-1.3-iotssl-1156-ecdsa-sample-and-doc-clarification' into mbedtls-1.3 by Manuel Pégourié-Gonnard · 8 years ago
  12. 5d96a3d Clarify the use of ECDSA API by Janos Follath · 8 years ago
  13. 888c2fd Fix implementation of VERIFY_OPTIONAL verification mode by Hanno Becker · 8 years ago
  14. a9ec0cd Restrict MD5 in x509 certificates by Ron Eldor · 8 years ago
  15. c2b9d98 Remember suitable hash function for any signature algorithm. by Hanno Becker · 8 years ago
  16. 8c7698b Fix potential stack underflow in mpi_read_file. by Hanno Becker · 8 years ago
  17. 1c6339f Abort modular inversion when modulus is one. by Hanno Becker · 8 years ago
  18. 4c5154d Updated version number to 1.3.19 for release by Simon Butcher · 8 years ago
  19. c1d54bb Update library version to 1.3.18 by Simon Butcher · 9 years ago mbedtls-1.3.18
  20. 441d6f9 Remove MBEDTLS_SSL_AEAD_RANDOM_IV feature by Janos Follath · 9 years ago
  21. 6ad5d94 Fix documentation for mbedtls_gcm_finish() by Andres AG · 9 years ago
  22. 17da9dd Add option for relaxed X509 time verification. by Janos Follath · 9 years ago
  23. 4f7b13b Changed library version number to 1.3.17 by Simon Butcher · 9 years ago
  24. 4dfecab Update default configuration by Janos Follath · 9 years ago
  25. 54f2c49 Avoid build errors with -O0 due to assembly by Manuel Pégourié-Gonnard · 10 years ago
  26. 84181ad Change version number to 1.3.16 by Simon Butcher · 10 years ago mbedtls-1.3.16
  27. d7fe6fb Fix for MPI divide on MSVC by Simon Butcher · 10 years ago
  28. 14400c8 Merge memory leak fix into branch 'mbedtls-1.3' by Simon Butcher · 10 years ago
  29. 1f4e08c Changed version number to 1.3.15 by Simon Butcher · 10 years ago mbedtls-1.3.15
  30. 7bbabea Disable reportedly broken assembly of Sparc(64) by Manuel Pégourié-Gonnard · 10 years ago
  31. c094a97 ECHDE-PSK does not use a certificate by Manuel Pégourié-Gonnard · 10 years ago
  32. ad9c68a Fix typo in documenation by Manuel Pégourié-Gonnard · 10 years ago
  33. 9b52b80 Corrected misleading fn description in ssl_cache.h by Simon Butcher · 10 years ago
  34. f093bde Bump version to 1.3.14 by Manuel Pégourié-Gonnard · 10 years ago mbedtls-1.3.14
  35. c593427 Merge branch 'mbedtls-1.3' into mbedtls-1.3-restricted by Manuel Pégourié-Gonnard · 10 years ago
  36. 36abef4 Merge multiple backported vulnerability fixes by Simon Butcher · 10 years ago
  37. fa647a7 Fix references to non-standard SIZE_T_MAX by Manuel Pégourié-Gonnard · 10 years ago
  38. cf1db3c Fix spurious #endif from previous cherry-pick by Manuel Pégourié-Gonnard · 10 years ago
  39. 20607bb Fix macroization of inline in C++ by Manuel Pégourié-Gonnard · 10 years ago
  40. ded3ae5 Add missing warning in doc by Manuel Pégourié-Gonnard · 10 years ago
  41. 6d60183 Fix typos in ChangeLog and comments by Manuel Pégourié-Gonnard · 10 years ago
  42. 48ec2c7 Fix potential overflow in base64_encode by Manuel Pégourié-Gonnard · 10 years ago
  43. c988f32 Added max length checking of hostname by Simon Butcher · 10 years ago
  44. df048c5 Bump version to 1.3.13 by Manuel Pégourié-Gonnard · 10 years ago mbedtls-1.3.13
  45. 89789be Fix handling of new config option by Manuel Pégourié-Gonnard · 10 years ago
  46. 3edec6c Prepare for 1.3.12 release by Paul Bakker · 10 years ago mbedtls-1.3.12
  47. 027ead9 Disable padlock asm with ASan by Manuel Pégourié-Gonnard · 10 years ago
  48. 705de2f Revert "Avoid formatting debug message uselessly" by Manuel Pégourié-Gonnard · 10 years ago
  49. cc86ac5 Fix compile error with armcc5 --gnu by Manuel Pégourié-Gonnard · 10 years ago
  50. 501084c Add warning/errors about deprecated config items by Manuel Pégourié-Gonnard · 10 years ago
  51. 5574546 Document thread-safety of the RSA functions by Manuel Pégourié-Gonnard · 10 years ago
  52. f0f399d Up default server DHM size to 2048 bits by Manuel Pégourié-Gonnard · 10 years ago
  53. 925a726 Avoid formatting debug message uselessly by Manuel Pégourié-Gonnard · 10 years ago
  54. 9ea1b23 Up min size of DHM params to 1024 bits on client by Manuel Pégourié-Gonnard · 10 years ago
  55. 6c3ccf5 Fix thread-safety issue in debug.c by Manuel Pégourié-Gonnard · 10 years ago
  56. 19eef51 Prepare for 1.3.11 release by Paul Bakker · 10 years ago mbedtls-1.3.11
  57. dccb80b Fix compile errors with NO_STD_FUNCTIONS by Manuel Pégourié-Gonnard · 10 years ago
  58. 6ca7624 Mark unused constant as such by Manuel Pégourié-Gonnard · 10 years ago
  59. 48647b9 Merge remote-tracking branch 'nw/misc' into mbedtls-1.3 by Manuel Pégourié-Gonnard · 10 years ago
  60. d0fa5cc Typos and doc additions by Nicholas Wilson · 10 years ago
  61. e16b62c Make results of (ext)KeyUsage accessible by Manuel Pégourié-Gonnard · 10 years ago
  62. 770b5e1 Fix missing NULL check in MPI by Manuel Pégourié-Gonnard · 10 years ago
  63. 39a183a Add x509_crt_verify_info() by Manuel Pégourié-Gonnard · 10 years ago
  64. a1e3241 Fix macro name from wrong branch by Manuel Pégourié-Gonnard · 10 years ago
  65. 6152b02 Fixed typos by Paul Bakker · 10 years ago
  66. 23ce09b Deprecate HAVE_INT8 and HAVE_INT16 by Manuel Pégourié-Gonnard · 10 years ago
  67. a98af5e Deprecate using NET_C without HAVE_IPV6 by Manuel Pégourié-Gonnard · 10 years ago
  68. 8c3f0f4 Official deprecate compat-1.2.h and openssl.h by Manuel Pégourié-Gonnard · 10 years ago
  69. a82135c Document POLARSSL_CAMELLIA_SMALL_MEMORY by Manuel Pégourié-Gonnard · 10 years ago
  70. 2a73a90 Fix ifdef issue by Manuel Pégourié-Gonnard · 10 years ago
  71. 9409e0c Add support for X.520 uniqueIdentifier by Manuel Pégourié-Gonnard · 10 years ago
  72. 757ca00 Fix gcc detection in check_config.h by Manuel Pégourié-Gonnard · 10 years ago
  73. c70581c Add POLARSSL_DEPRECATED_{WARNING,REMOVED} by Manuel Pégourié-Gonnard · 10 years ago
  74. e658176 Mark a few additional deprecations by Manuel Pégourié-Gonnard · 10 years ago
  75. 7143284 Use proper doxygen markup to mark deprecations by Manuel Pégourié-Gonnard · 10 years ago
  76. 1a90147 Add missing extern "C" guard in aesni.h by Manuel Pégourié-Gonnard · 10 years ago
  77. fe44643 Rename website and repository by Manuel Pégourié-Gonnard · 10 years ago
  78. 1dd1674 Move private macro from header to C file by Manuel Pégourié-Gonnard · 10 years ago
  79. fb57e64 Fix whitespace issues by Manuel Pégourié-Gonnard · 10 years ago
  80. 50da048 Add heap usage for PK in benchmark by Manuel Pégourié-Gonnard · 11 years ago
  81. b8ca723 Only define mode_func if mode is enabled (CBC etc) by Manuel Pégourié-Gonnard · 11 years ago
  82. ac1f76c Merge remote-tracking branch 'rich/platform' into development by Manuel Pégourié-Gonnard · 10 years ago
  83. 6c5abfa Style: fix trailing spaces by Manuel Pégourié-Gonnard · 10 years ago
  84. 013bffe Style: add spaces before line continuation by Manuel Pégourié-Gonnard · 10 years ago
  85. 401bb90 rebase from development by Rich Evans · 10 years ago
  86. 16f8cd8 implemented macro overriding for polarssl_* library functions by Rich Evans · 11 years ago
  87. 4cc8a22 add initial symbols to config and checks to check_config to allow use of macros to define standard functions by Rich Evans · 11 years ago
  88. 98081c5 reformat and arrange additions to config alphabetically by Rich Evans · 11 years ago
  89. c0b6da3 add missing checks to check_config by Rich Evans · 11 years ago
  90. c39cb49 add POLARSSL_PLATFORM_EXIT_ALT by Rich Evans · 11 years ago
  91. 46b0a8d add platform_set_snprintf by Rich Evans · 11 years ago
  92. dda5213 Fix harmless warnings with mingw in timing.c by Manuel Pégourié-Gonnard · 10 years ago
  93. 00ab470 cleanup library and some basic tests. Includes, add guards to includes by Rich Evans · 11 years ago
  94. e83ac1d modify include .gitignore to ignore check_config generated when build fails due to incorrect config by Rich Evans · 11 years ago
  95. daae3b7 Prepare for mbed TLS 1.3.10 release by Paul Bakker · 10 years ago
  96. 555fbf8 Support composite RDNs in X.509 certs parsing by Manuel Pégourié-Gonnard · 11 years ago
  97. 860b516 Fix url again by Manuel Pégourié-Gonnard · 11 years ago
  98. bbbb3cf Fix depend that was checked but not documented by Manuel Pégourié-Gonnard · 11 years ago
  99. 94de331 Fix dependency that was not checked by Manuel Pégourié-Gonnard · 11 years ago
  100. 3f738ca Move some ignore patterns to subdirectories by Manuel Pégourié-Gonnard · 11 years ago