1. 49762fa Add 'MBEDTLS_DHM_ALT' #DEFINE to library/config.h by nirekh01 · 8 years ago
  2. 1f35ca9 Added alternated Diffie-Hellman module. by Reuven Levin · 8 years ago
  3. 705c52f Merge remote-tracking branch 'public/pr/1145' into development by Manuel Pégourié-Gonnard · 8 years ago
  4. 4712119 Merge remote-tracking branch 'restricted/pr/397' into development by Manuel Pégourié-Gonnard · 8 years ago
  5. 535553e Merge remote-tracking branch 'public/pr/1184' into development by Manuel Pégourié-Gonnard · 8 years ago
  6. 1434a36 Don't split error code description across multiple lines by Hanno Becker · 8 years ago
  7. ff01e00 Merge branch 'pr_1043' into development by Gilles Peskine · 8 years ago
  8. e3783da Merge remote-tracking branch 'upstream-public/pr/1172' into development by Gilles Peskine · 8 years ago
  9. 832f349 Fix build without MBEDTLS_FS_IO by Gilles Peskine · 8 years ago
  10. 0884f48 Merge remote-tracking branch 'upstream-public/pr/1141' into development by Gilles Peskine · 8 years ago
  11. 183de31 Merge remote-tracking branch 'upstream-public/pr/895' into development by Gilles Peskine · 8 years ago
  12. 4daffe2 Merge branch 'pr_1025' into development by Gilles Peskine · 8 years ago
  13. ea8d697 Merge remote-tracking branch 'upstream-public/pr/1089' into development by Gilles Peskine · 8 years ago
  14. f242121 Merge remote-tracking branch 'upstream-public/pr/828' into development by Gilles Peskine · 8 years ago
  15. 9c3573a Merge remote-tracking branch 'upstream-public/pr/988' into development by Gilles Peskine · 8 years ago
  16. e770722 Merge remote-tracking branch 'upstream-public/pr/1062' into development by Gilles Peskine · 8 years ago
  17. 68306ed Merge remote-tracking branch 'upstream-public/pr/1094' into development by Gilles Peskine · 8 years ago
  18. c64a48b Add checks for private parameter in mbedtls_ecdsa_sign() by Darryl Green · 8 years ago
  19. 888fede Merge branch 'development' into development-restricted by Manuel Pégourié-Gonnard · 8 years ago
  20. 2236082 Address PR review comments by Ron Eldor · 8 years ago
  21. e1a9a4a Fix crash when calling `mbedtls_ssl_cache_free` twice by Ron Eldor · 8 years ago
  22. 40f8b51 Add comments on the use of the renego SCSV and the renego ext by Hanno Becker · 8 years ago
  23. 21df7f9 Fix handling of HS msgs in mbedtls_ssl_read if renegotiation unused by Hanno Becker · 8 years ago
  24. b4ff0aa Swap branches accepting/refusing renegotiation in in ssl_read by Hanno Becker · 8 years ago
  25. 735b37e Correctly handle leap year in x509_date_is_valid() by Andres Amaya Garcia · 9 years ago
  26. 73a3817 Parse Signature Algorithm ext when renegotiating by Ron Eldor · 8 years ago
  27. bd9d42c Fix typo and bracketing in macro args by Andres Amaya Garcia · 8 years ago
  28. 106637f Correctly handle leap year in x509_date_is_valid() by Andres Amaya Garcia · 9 years ago
  29. 8dd73e6 Parse Signature Algorithm ext when renegotiating by Ron Eldor · 8 years ago
  30. 86968c6 Fix typo and bracketing in macro args by Andres Amaya Garcia · 8 years ago
  31. 6bce9cb Always print gmt_unix_time in TLS client by Andres Amaya Garcia · 8 years ago
  32. 1a9a51c Enhance documentation of ssl_write_hostname_ext, adapt ChangeLog. by Hanno Becker · 8 years ago
  33. 947194e Make mbedtls_ssl_set_hostname safe to be called multiple times by Hanno Becker · 8 years ago
  34. 074c58f Always print gmt_unix_time in TLS client by Andres Amaya Garcia · 8 years ago
  35. bc389d1 Extend scope of ERR_RSA_UNSUPPORTED_OPERATION error code by Hanno Becker · 8 years ago
  36. 3cdc711 Deprecate usage of RSA primitives with wrong key type by Hanno Becker · 8 years ago
  37. 2f38a43 Enhance documentation of ssl_write_hostname_ext, adapt ChangeLog. by Hanno Becker · 8 years ago
  38. 39f5d35 Make mbedtls_ssl_set_hostname safe to be called multiple times by Hanno Becker · 8 years ago
  39. b427421 Improve documentation in pkparse.c by Hanno Becker · 8 years ago
  40. f04111f Fix typo by Hanno Becker · 8 years ago
  41. d8a6f7c Clarify code-paths in x509write_csr and x509write_crt by Hanno Becker · 8 years ago
  42. a20e33a Use X509 CRT version macros for version checks in x509write_crt_der by Hanno Becker · 8 years ago
  43. 0b7b83f Fixed SIGSEGV problem when writing with ssl_write_real a buffer that is over MBEDTLS_SSL_MAX_CONTENT_LEN bytes by Florin · 8 years ago
  44. 2b187c4 Correct typo by Hanno Becker · 8 years ago
  45. 0169253 Document code silently discarding invalid records by Andres Amaya Garcia · 8 years ago
  46. 2fad94b Dont send alert on invalid DTLS record type by Andres Amaya Garcia · 8 years ago
  47. d4a872e Rename internal MBEDTLS_ENTROPY_HAVE_STRONG to ENTROPY_HAVE_STRONG by Hanno Becker · 8 years ago
  48. 81535d0 Minor style and typo corrections by Hanno Becker · 8 years ago
  49. 4769865 Omit version from X.509 v1 certificates by Hanno Becker · 8 years ago
  50. d7f3520 Don't add extensions for X.509 non-v3 certificates by Hanno Becker · 8 years ago
  51. fc77144 Fix extraction of signature-type from PK context instance by Hanno Becker · 8 years ago
  52. 9be1926 Correct parsing checks in `mbedtls_pk_parse_key` by Hanno Becker · 8 years ago
  53. 66a0f83 Remove unreachable branches in pkparse.c by Hanno Becker · 8 years ago
  54. b8d1657 Mention in-place decryption in pk_parse_key_pkcs8_encrypted_der by Hanno Becker · 8 years ago
  55. 2aa80a7 Remove unnecessary cast by Hanno Becker · 8 years ago
  56. 9c6cb38 Fix typo in pkparse.c by Hanno Becker · 8 years ago
  57. fab3569 Use in-place decryption in pk_parse_pkcs8_encrypted_der by Hanno Becker · 8 years ago
  58. 771d30e Add missing calls to mbedtls_pem_free in mbedtls_pk_parse by Hanno Becker · 8 years ago
  59. 72ea31b Update version number to 2.6.0 by Simon Butcher · 8 years ago mbedtls-2.6.0
  60. 7c02c50 Change PK module preprocessor check on word size by Andres Amaya Garcia · 8 years ago
  61. a55e084 Fix naked call to time() with platform call by Simon Butcher · 8 years ago
  62. 61937d4 Rename time and index parameter to avoid name conflict. by Hanno Becker · 8 years ago
  63. 2e3ddfa Prevent signed integer overflow in CSR parsing by Andres AG · 8 years ago
  64. 8016474 Fix potential integer overflow parsing DER CRT by Andres AG · 8 years ago
  65. 4f753c1 Fix potential integer overflow parsing DER CRL by Andres AG · 8 years ago
  66. 683ac27 Checked names by Gilles Peskine · 8 years ago
  67. a95d630 Fix platform setup/teardown feature and comments by Simon Butcher · 8 years ago
  68. d91f99f Rename macro SETUP_ALT to SETUP_TEARDOWN_ALT by Andres Amaya Garcia · 8 years ago
  69. 3c8a39d Remove internal functions from setup API by Andres Amaya Garcia · 8 years ago
  70. 2a6f39c Add library setup and teardown APIs by Andres Amaya Garcia · 8 years ago
  71. bedc205 Export mbedtls_aes_(en/de)crypt to retain for API compatibility by Hanno Becker · 8 years ago
  72. 639ce56 Undo API change from SHA1 deprecation by Hanno Becker · 8 years ago
  73. d300a57 Undo API change by Hanno Becker · 8 years ago
  74. 7269fee Check return code of mbedtls_mpi_fill_random by Ron Eldor · 9 years ago
  75. 3e19df5 Resource leak fix on windows platform by Ron Eldor · 9 years ago
  76. 8ab0595 Wrong preproccessor condition fix by Ron Eldor · 9 years ago
  77. 5a21fd6 fix for issue 1118: check if iv is zero in gcm. by Ron Eldor · 9 years ago
  78. bfea4a7 Remove mutexes from ECP hardware acceleration by Janos Follath · 8 years ago
  79. 642ea1f Prevent signed integer overflow in CSR parsing by Andres AG · 8 years ago
  80. 487b7a9 Fix potential integer overflow parsing DER CRT by Andres AG · 8 years ago
  81. 853c46c Fix potential integer overflow parsing DER CRL by Andres AG · 8 years ago
  82. 47deec4 Move flag indicating presence of strong entropy to test code by Hanno Becker · 8 years ago
  83. c6deafc Omit RSA key generation test if no strong entropy is present by Hanno Becker · 8 years ago
  84. 710f541 Checked names by Gilles Peskine · 8 years ago
  85. c0da47d Fix platform setup/teardown feature and comments by Simon Butcher · 8 years ago
  86. 9da6951 Rename macro SETUP_ALT to SETUP_TEARDOWN_ALT by Andres Amaya Garcia · 8 years ago
  87. 82d7314 Remove internal functions from setup API by Andres Amaya Garcia · 8 years ago
  88. 122d899 Add library setup and teardown APIs by Andres Amaya Garcia · 8 years ago
  89. 489b985 Export mbedtls_aes_(en/de)crypt to retain for API compatibility by Hanno Becker · 8 years ago
  90. 0a38f1a Undo API change from SHA1 deprecation by Hanno Becker · 8 years ago
  91. 544039a Undo API change by Hanno Becker · 8 years ago
  92. 7875b24 Check return code of mbedtls_mpi_fill_random by Ron Eldor · 9 years ago
  93. eba5dab Resource leak fix on windows platform by Ron Eldor · 9 years ago
  94. 85bdcf8 Wrong preproccessor condition fix by Ron Eldor · 9 years ago
  95. e1b92fe fix for issue 1118: check if iv is zero in gcm. by Ron Eldor · 9 years ago
  96. a9e775e Remove mutexes from ECP hardware acceleration by Janos Follath · 8 years ago
  97. 9107b5f Improve comments by Manuel Pégourié-Gonnard · 8 years ago
  98. 31458a1 Only return VERIFY_FAILED from a single point by Manuel Pégourié-Gonnard · 8 years ago
  99. d15795a Improve behaviour on fatal errors by Manuel Pégourié-Gonnard · 8 years ago
  100. 53c77cc Initialise pointers to avoid IAR compiler warnings by Andres Amaya Garcia · 8 years ago