1. 7c3b4ab Fix typos in comments by Manuel Pégourié-Gonnard · 10 years ago
  2. 9db2887 Actually enable fixed snprintf on windows by Manuel Pégourié-Gonnard · 10 years ago
  3. fd47423 Change SSL debug API in the library by Manuel Pégourié-Gonnard · 10 years ago
  4. 0789433 Rename M255 to Curve25519 by Manuel Pégourié-Gonnard · 10 years ago
  5. 7320eb4 Remove references to some Montgomery curves by Manuel Pégourié-Gonnard · 10 years ago
  6. 6c0c8e0 Include fixed snprintf for Windows in platform.c by Manuel Pégourié-Gonnard · 10 years ago
  7. 8ba88f0 Fix stupid typo in documentation by Manuel Pégourié-Gonnard · 10 years ago
  8. 3f77dfb Add MBEDTLS_ENTROPY_HARDWARE_ALT by Manuel Pégourié-Gonnard · 10 years ago
  9. 60c793b Split HAVE_TIME into HAVE_TIME + HAVE_TIME_DATE by Manuel Pégourié-Gonnard · 10 years ago
  10. b541da6 Fix define for ssl_conf_curves() by Manuel Pégourié-Gonnard · 10 years ago
  11. eb0d870 Add option for even smaller SHA-256 by Manuel Pégourié-Gonnard · 10 years ago
  12. b9ef118 Adapt the platform layer from malloc to calloc by Manuel Pégourié-Gonnard · 10 years ago
  13. 7551cb9 Replace malloc with calloc by Manuel Pégourié-Gonnard · 10 years ago
  14. 4214e3a Update dependencies and documentation by Manuel Pégourié-Gonnard · 10 years ago
  15. e057d3b Relax some dependencies by Manuel Pégourié-Gonnard · 10 years ago
  16. 0c0f11f Update dependencies & includes for session tickets by Manuel Pégourié-Gonnard · 10 years ago
  17. fd6d897 Add new submodule ssl_ticket by Manuel Pégourié-Gonnard · 10 years ago
  18. a63bc94 Remove timing_m_sleep() -> net_usleep() by Manuel Pégourié-Gonnard · 10 years ago
  19. 5a8d56d Rm hard dependency of DTLS on TIMING_C by Manuel Pégourié-Gonnard · 10 years ago
  20. 31993f2 Add per-function override for AES by Manuel Pégourié-Gonnard · 10 years ago
  21. 70a5010 Create function-level MBETLS_DES_xxx_ALT by Manuel Pégourié-Gonnard · 10 years ago
  22. d1a8260 Tune comments in config.h by Manuel Pégourié-Gonnard · 10 years ago
  23. 6729e79 Rename ssl_set_xxx() to ssl_conf_xxx() by Manuel Pégourié-Gonnard · 10 years ago
  24. 975d5fa Remove option HAVE_LONGLONG by Manuel Pégourié-Gonnard · 10 years ago
  25. 7b53889 Remove support for HAVE_INT8 and HAVE_INT16 by Manuel Pégourié-Gonnard · 10 years ago
  26. b31424c Make HAVE_IPV6 non-optional by Manuel Pégourié-Gonnard · 10 years ago
  27. 2cf5a7c The Great Renaming by Manuel Pégourié-Gonnard · 10 years ago
  28. 62edcc8 Document POLARSSL_CAMELLIA_SMALL_MEMORY by Manuel Pégourié-Gonnard · 10 years ago
  29. 427b672 Add XXX_PROCESS_ALT mecchanism by Manuel Pégourié-Gonnard · 10 years ago
  30. 348bcb3 Make RSA_ALT support optionnal by Manuel Pégourié-Gonnard · 10 years ago
  31. da1619d CERTS_C no longer depends on PEM_PARSE_C by Manuel Pégourié-Gonnard · 10 years ago
  32. d81562f Remove RC4 ciphersuites by default by Manuel Pégourié-Gonnard · 10 years ago
  33. 8a80318 Merge branch 'mbedtls-1.3' into development by Manuel Pégourié-Gonnard · 10 years ago
  34. 4772314 Remove functions deprecated in 1.3 by Manuel Pégourié-Gonnard · 10 years ago
  35. 1e5e819 Fix forgotten merge conflict by Manuel Pégourié-Gonnard · 10 years ago
  36. 7c4e60f Merge branch 'mbedtls-1.3' into development by Manuel Pégourié-Gonnard · 10 years ago
  37. b6b16bd Drop pbkdf2 module (superseded by pkcs5) by Manuel Pégourié-Gonnard · 10 years ago
  38. f9c1387 Drop POLARSSL_ERROR_STRERROR_BC by Manuel Pégourié-Gonnard · 10 years ago
  39. 265dd5c Disable support for SSLv2 ClientHello by default by Manuel Pégourié-Gonnard · 10 years ago
  40. 55f968b Switch renego define from disable to enable by Manuel Pégourié-Gonnard · 10 years ago
  41. 7f80997 Rename include directory to mbedtls by Manuel Pégourié-Gonnard · 10 years ago[Renamed (99%) from include/polarssl/config.h]
  42. e7e906d Normalize a few more name references by Manuel Pégourié-Gonnard · 10 years ago
  43. 9b66990 Fix typos in macro names by Manuel Pégourié-Gonnard · 10 years ago
  44. 35ac8eb Remove comments about old names by Manuel Pégourié-Gonnard · 10 years ago
  45. 998897b Merge branch 'mbedtls-1.3' into development by Manuel Pégourié-Gonnard · 10 years ago
  46. fe44643 Rename website and repository by Manuel Pégourié-Gonnard · 10 years ago
  47. fb57e64 Fix whitespace issues by Manuel Pégourié-Gonnard · 10 years ago
  48. d901d17 Merge branch 'development' into dtls by Manuel Pégourié-Gonnard · 10 years ago
  49. 16f8cd8 implemented macro overriding for polarssl_* library functions by Rich Evans · 10 years ago
  50. 4cc8a22 add initial symbols to config and checks to check_config to allow use of macros to define standard functions by Rich Evans · 10 years ago
  51. 98081c5 reformat and arrange additions to config alphabetically by Rich Evans · 10 years ago
  52. c39cb49 add POLARSSL_PLATFORM_EXIT_ALT by Rich Evans · 10 years ago
  53. 46b0a8d add platform_set_snprintf by Rich Evans · 10 years ago
  54. 2a0718d Merge branch 'development' into dtls by Manuel Pégourié-Gonnard · 10 years ago
  55. 860b516 Fix url again by Manuel Pégourié-Gonnard · 10 years ago
  56. bbbb3cf Fix depend that was checked but not documented by Manuel Pégourié-Gonnard · 10 years ago
  57. 0a155b8 Fix bug with compatibility memory define/header by Manuel Pégourié-Gonnard · 11 years ago
  58. df6411d Merge branch 'development' into dtls by Manuel Pégourié-Gonnard · 11 years ago
  59. 085ab04 Fix website url to use https. by Manuel Pégourié-Gonnard · 11 years ago
  60. 9698f58 Remove maintainer line. by Manuel Pégourié-Gonnard · 11 years ago
  61. 19f6b5d Remove redundant "all rights reserved" by Manuel Pégourié-Gonnard · 11 years ago
  62. eab72e2 Merge branch 'development' into dtls by Manuel Pégourié-Gonnard · 11 years ago
  63. a658a40 Update copyright by Manuel Pégourié-Gonnard · 11 years ago
  64. b4fe3cb Rename to mbed TLS in the documentation/comments by Manuel Pégourié-Gonnard · 11 years ago
  65. 967a2a5 Change name to mbed TLS in the copyright notice by Manuel Pégourié-Gonnard · 11 years ago
  66. 8fbb01e Merge commit 'b2eaac1' into dtls by Manuel Pégourié-Gonnard · 11 years ago
  67. 0af1ba3 Merge commit 'f6080b8' into dtls by Manuel Pégourié-Gonnard · 11 years ago
  68. edb7ed3 Merge commit 'd7e2483' into dtls by Manuel Pégourié-Gonnard · 11 years ago
  69. f356115 Merge support for 1/n-1 record splitting by Paul Bakker · 11 years ago
  70. f6080b8 Merge support for enabling / disabling renegotiation support at compile-time by Paul Bakker · 11 years ago
  71. d7e2483 Merge miscellaneous fixes into development by Paul Bakker · 11 years ago
  72. d76314c Add 1/n-1 record splitting by Manuel Pégourié-Gonnard · 11 years ago
  73. 0371704 Switch from an enable to a disable flag by Manuel Pégourié-Gonnard · 11 years ago
  74. 615e677 Make renegotiation a compile-time option by Manuel Pégourié-Gonnard · 11 years ago
  75. 6b298e6 Update comment from draft to RFC by Manuel Pégourié-Gonnard · 11 years ago
  76. fd6c85c Set a compile-time limit to X.509 chain length by Manuel Pégourié-Gonnard · 11 years ago
  77. d056ce0 Use seq_num as AEAD nonce by default by Manuel Pégourié-Gonnard · 11 years ago
  78. f9d778d Merge branch 'etm' into dtls by Manuel Pégourié-Gonnard · 11 years ago
  79. 56d985d Merge branch 'session-hash' into dtls by Manuel Pégourié-Gonnard · 11 years ago
  80. fedba98 Merge branch 'fb-scsv' into dtls by Manuel Pégourié-Gonnard · 11 years ago
  81. 769c6b6 Make session-hash depend on TLS versions by Manuel Pégourié-Gonnard · 11 years ago
  82. 699cafa Implement initial negotiation of EtM by Manuel Pégourié-Gonnard · 11 years ago
  83. 1cbd39d Implement FALLBACK_SCSV client-side by Manuel Pégourié-Gonnard · 11 years ago
  84. 367381f Add negotiation of Extended Master Secret by Manuel Pégourié-Gonnard · 11 years ago
  85. 8e704f0 DTLS depends on TIMING_C for now by Manuel Pégourié-Gonnard · 11 years ago
  86. b0643d1 Add ssl_set_dtls_badmac_limit() by Manuel Pégourié-Gonnard · 11 years ago
  87. a6fcffe Add warnings about disabling replay detection by Manuel Pégourié-Gonnard · 11 years ago
  88. 8464a46 Make DTLS_ANTI_REPLAY depends on PROTO_DTLS by Manuel Pégourié-Gonnard · 11 years ago
  89. 7a7e140 Add functions for replay protection by Manuel Pégourié-Gonnard · 11 years ago
  90. bef8f09 Make cookie timeout configurable by Manuel Pégourié-Gonnard · 11 years ago
  91. a64acd4 Add separate SSL_COOKIE_C define by Manuel Pégourié-Gonnard · 11 years ago
  92. 82202f0 Make DTLS_HELLO_VERIFY a compile option by Manuel Pégourié-Gonnard · 11 years ago
  93. a0e1632 Do not use compression with DTLS by Manuel Pégourié-Gonnard · 11 years ago
  94. 0b1ff29 Add basic flags for DTLS by Manuel Pégourié-Gonnard · 11 years ago
  95. da1b4de Increase MPI_MAX_BYTES to allow RSA 8192 by Manuel Pégourié-Gonnard · 11 years ago
  96. 481fcfd Make PSK_LEN configurable and adjust PMS size by Manuel Pégourié-Gonnard · 11 years ago
  97. dfc7df0 Add SSL_CIPHERSUITES config option by Manuel Pégourié-Gonnard · 11 years ago
  98. 237a847 Fix typos in comments by Paul Bakker · 11 years ago
  99. bf31977 Update BIGNUM_C comments by Manuel Pégourié-Gonnard · 11 years ago
  100. dc16aa7 Improve comments on POLARSSL_ERROR_STRERROR_DUMMY by Manuel Pégourié-Gonnard · 11 years ago