1. 076c97e Simplify conditional guards in error.c by Gilles Peskine · 4 years, 9 months ago
  2. a2947ac Update copyright notices to use Linux Foundation guidance by Bence Szépkúti · 5 years ago
  3. f744bd7 Update license headers to Apache-2.0 OR GPL-2.0-or-later by Bence Szépkúti · 5 years ago
  4. 899f638 Merge pull request #3205 from irwir/fix_vcxproj-2.16 by Manuel Pégourié-Gonnard · 5 years ago
  5. 3d9b798 [backport 2.16] Finalize fixing bugs in .vcxproj files by irwir · 5 years ago
  6. ce56956 Systematically use Windows line endings in Windows files by Gilles Peskine · 5 years ago
  7. fea21d4 Fix a stray CR inside a line by Gilles Peskine · 5 years ago
  8. 73a36ff windows: Fix Release x64 configuration by Jaeden Amero · 6 years ago
  9. 4c47e18 Fix check-generated-files.sh failure with query_config by Andres Amaya Garcia · 7 years ago
  10. c500ad8 Fix query_config macro expansion for windows by Andres Amaya Garcia · 7 years ago
  11. c46ea38 Fix query_config macro expansion for windows by Andres Amaya Garcia · 7 years ago
  12. 024694e Fix missing include in vs proj files for query programs by Andres Amaya Garcia · 7 years ago
  13. 5547a40 Improve comments in query_config.fmt by Andres Amaya Garcia · 7 years ago
  14. 289c64a Fix multiple stdio.h inclusion in query_config.c by Andres Amaya Garcia · 7 years ago
  15. f1a5b26 Script generation of query_config.c file by Andres Amaya Garcia · 7 years ago
  16. 0cb7709 Add LinkLibraryDependencies to VS2010 app template by Jaeden Amero · 7 years ago
  17. 08902ed Fix Visual Studio template files by Simon Butcher · 8 years ago
  18. ee7157e Fix redefinition of macro ssl_set_bio by Andres AG · 9 years ago
  19. db0feca Fixes platform time_t abstraction by Simon Butcher · 9 years ago
  20. 37ff140 Change main license to Apache 2.0 by Manuel Pégourié-Gonnard · 10 years ago
  21. 7381ff0 Update copyright date in templates too by Manuel Pégourié-Gonnard · 10 years ago
  22. 10c7674 Adjust rename/compat list by Manuel Pégourié-Gonnard · 10 years ago
  23. 1409616 Fix one renaming in the list by Manuel Pégourié-Gonnard · 10 years ago
  24. 3d7d00a Rename mbedtls_net_close() to mbedtls_net_free() by Manuel Pégourié-Gonnard · 10 years ago
  25. 0789433 Rename M255 to Curve25519 by Manuel Pégourié-Gonnard · 10 years ago
  26. 7320eb4 Remove references to some Montgomery curves by Manuel Pégourié-Gonnard · 10 years ago
  27. 9dbaf40 Rationalize other snprintf() uses by Manuel Pégourié-Gonnard · 10 years ago
  28. c0696c2 Rename mbedtls_mpi_msb to mbedtls_mpi_bitlen by Manuel Pégourié-Gonnard · 10 years ago
  29. 097c7bb Rename relevant global symbols from size to bitlen by Manuel Pégourié-Gonnard · 10 years ago
  30. b541da6 Fix define for ssl_conf_curves() by Manuel Pégourié-Gonnard · 10 years ago
  31. 0469e41 Add MBEDTLS_CONFIG_FILE to the rename list by Manuel Pégourié-Gonnard · 10 years ago
  32. c730ed3 Rename boolean functions to be clearer by Manuel Pégourié-Gonnard · 10 years ago
  33. cb46fd8 Avoid non-standard strcasecmp() by Manuel Pégourié-Gonnard · 10 years ago
  34. 6a8ca33 Rename ERR_xxx_MALLOC_FAILED to ..._ALLOC_FAILED by Manuel Pégourié-Gonnard · 10 years ago
  35. d9e6a3a Rename pk_init_ctx() -> pk_setup() by Manuel Pégourié-Gonnard · 10 years ago
  36. 8473f87 Rename cipher_init_ctx() to cipher_setup() by Manuel Pégourié-Gonnard · 10 years ago
  37. e3a062b Rename ecp_use_known_dp -> mbedtls_ecp_group_load() by Manuel Pégourié-Gonnard · 10 years ago
  38. 6729e79 Rename ssl_set_xxx() to ssl_conf_xxx() by Manuel Pégourié-Gonnard · 10 years ago
  39. ae31914 Rename ssl_legacy_renegotiation() to ssl_set_... by Manuel Pégourié-Gonnard · 10 years ago
  40. 8836994 Move WANT_READ/WANT_WRITE codes to SSL by Manuel Pégourié-Gonnard · 10 years ago
  41. eab147c Rename pkcs11_xxx_init() to bind() by Manuel Pégourié-Gonnard · 10 years ago
  42. 331ba57 Fix some additional renaming issues by Manuel Pégourié-Gonnard · 10 years ago
  43. e6028c9 Fix some X509 macro names by Manuel Pégourié-Gonnard · 10 years ago
  44. e75317b Anticipate merging x509_crt_verify_info() by Manuel Pégourié-Gonnard · 10 years ago
  45. b20a70f Move rename.pl to scripts & add data file by Manuel Pégourié-Gonnard · 10 years ago
  46. 2cf5a7c The Great Renaming by Manuel Pégourié-Gonnard · 10 years ago
  47. f9c1387 Drop POLARSSL_ERROR_STRERROR_BC by Manuel Pégourié-Gonnard · 10 years ago
  48. 7f80997 Rename include directory to mbedtls by Manuel Pégourié-Gonnard · 10 years ago
  49. fe44643 Rename website and repository by Manuel Pégourié-Gonnard · 10 years ago
  50. 385069f Add some missing 'static' on a few objects by Manuel Pégourié-Gonnard · 10 years ago
  51. ac1f76c Merge remote-tracking branch 'rich/platform' into development by Manuel Pégourié-Gonnard · 10 years ago
  52. f5dc8ec Update error.fmt to match update error.c by Manuel Pégourié-Gonnard · 10 years ago
  53. 6aa04bc modify scripts/* and tests/* to use polarssl_snprintf by Rich Evans · 11 years ago
  54. daae3b7 Prepare for mbed TLS 1.3.10 release by Paul Bakker · 10 years ago
  55. 860b516 Fix url again by Manuel Pégourié-Gonnard · 11 years ago
  56. 813e585 Rename in visual C script and templates by Manuel Pégourié-Gonnard · 11 years ago
  57. 085ab04 Fix website url to use https. by Manuel Pégourié-Gonnard · 11 years ago
  58. 9698f58 Remove maintainer line. by Manuel Pégourié-Gonnard · 11 years ago
  59. 19f6b5d Remove redundant "all rights reserved" by Manuel Pégourié-Gonnard · 11 years ago
  60. a658a40 Update copyright by Manuel Pégourié-Gonnard · 11 years ago
  61. 967a2a5 Change name to mbed TLS in the copyright notice by Manuel Pégourié-Gonnard · 11 years ago
  62. 0464dd9 Fix bee8ded in error template file too by Paul Bakker · 11 years ago
  63. 0598faf Generate VS2010 solution file by Manuel Pégourié-Gonnard · 11 years ago
  64. 41e8b62 Generate GUID for VS2010 apps by Manuel Pégourié-Gonnard · 11 years ago
  65. cd8f844 Add VS6 workspace to update-vs-apps.pl by Manuel Pégourié-Gonnard · 11 years ago
  66. 0aafa5c Add visual C main files to update_vs_apps.pl by Manuel Pégourié-Gonnard · 11 years ago
  67. fe671f4 Add markers around generated code in error.c by Manuel Pégourié-Gonnard · 11 years ago
  68. 9af723c Fix formatting: remove trailing spaces, #endif with comments (> 10 lines) by Paul Bakker · 11 years ago
  69. 2ca1dc8 Updated error.c and version_features.c based on changes by Paul Bakker · 11 years ago
  70. 790e395 Fixed to the features check by Paul Bakker · 11 years ago
  71. cef4ad2 Adapt sources to configurable config.h name by Manuel Pégourié-Gonnard · 11 years ago
  72. 0f90d7d version_check_feature() added to check for compile-time options at run-time by Paul Bakker · 11 years ago
  73. 1f69a93 Move configs to 'configs/' and activate-config.pl should be called from root by Paul Bakker · 11 years ago
  74. 17d99fc Fixed error.fmt to match active error.c code by Paul Bakker · 12 years ago
  75. fa6a620 Defines for UEFI environment under MSVC added by Paul Bakker · 12 years ago
  76. b9cfaa0 Explicit conversions and minor changes to prevent MSVC compiler warnings by Paul Bakker · 12 years ago
  77. b887f11 Removed return from error_strerror() by Paul Bakker · 12 years ago
  78. 420edca Clean up config-suite-b.h thanks to new certs by Manuel Pégourié-Gonnard · 12 years ago
  79. cbf3ef3 RSA and ECDSA key exchanges don't depend on CRL by Manuel Pégourié-Gonnard · 12 years ago
  80. 684e9dc Add custom configurations with activation script by Manuel Pégourié-Gonnard · 12 years ago
  81. 1b57878 Add missing VS project files, generated by script by Manuel Pégourié-Gonnard · 12 years ago
  82. e2ab84f Renamed error_strerror() to the less conflicting polarssl_strerror() by Paul Bakker · 12 years ago
  83. b2a1140 Added error.h inclusion in error.c template by Paul Bakker · 12 years ago
  84. a023437 Made change to error.c for dummy error_strerror() permanent by Paul Bakker · 12 years ago
  85. 9a73632 - Merged changesets 1399 up to and including 1415 into 1.2 branch by Paul Bakker · 13 years ago
  86. d0a345e - Added MFC snprintf macro by Paul Bakker · 14 years ago
  87. 9d78140 - A error_strerror function() has been added to translate between error codes and their description. by Paul Bakker · 14 years ago