1. 0a155b8 Fix bug with compatibility memory define/header by Manuel Pégourié-Gonnard · 11 years ago
  2. 085ab04 Fix website url to use https. by Manuel Pégourié-Gonnard · 11 years ago
  3. 9698f58 Remove maintainer line. by Manuel Pégourié-Gonnard · 11 years ago
  4. 19f6b5d Remove redundant "all rights reserved" by Manuel Pégourié-Gonnard · 11 years ago
  5. a658a40 Update copyright by Manuel Pégourié-Gonnard · 11 years ago
  6. b4fe3cb Rename to mbed TLS in the documentation/comments by Manuel Pégourié-Gonnard · 11 years ago
  7. 967a2a5 Change name to mbed TLS in the copyright notice by Manuel Pégourié-Gonnard · 11 years ago
  8. f356115 Merge support for 1/n-1 record splitting by Paul Bakker · 11 years ago
  9. f6080b8 Merge support for enabling / disabling renegotiation support at compile-time by Paul Bakker · 11 years ago
  10. d7e2483 Merge miscellaneous fixes into development by Paul Bakker · 11 years ago
  11. d76314c Add 1/n-1 record splitting by Manuel Pégourié-Gonnard · 11 years ago
  12. 0371704 Switch from an enable to a disable flag by Manuel Pégourié-Gonnard · 11 years ago
  13. 615e677 Make renegotiation a compile-time option by Manuel Pégourié-Gonnard · 11 years ago
  14. 6b298e6 Update comment from draft to RFC by Manuel Pégourié-Gonnard · 11 years ago
  15. fd6c85c Set a compile-time limit to X.509 chain length by Manuel Pégourié-Gonnard · 11 years ago
  16. d056ce0 Use seq_num as AEAD nonce by default by Manuel Pégourié-Gonnard · 11 years ago
  17. 699cafa Implement initial negotiation of EtM by Manuel Pégourié-Gonnard · 11 years ago
  18. 769c6b6 Make session-hash depend on TLS versions by Manuel Pégourié-Gonnard · 11 years ago
  19. 367381f Add negotiation of Extended Master Secret by Manuel Pégourié-Gonnard · 11 years ago
  20. 1cbd39d Implement FALLBACK_SCSV client-side by Manuel Pégourié-Gonnard · 11 years ago
  21. da1b4de Increase MPI_MAX_BYTES to allow RSA 8192 by Manuel Pégourié-Gonnard · 11 years ago
  22. 481fcfd Make PSK_LEN configurable and adjust PMS size by Manuel Pégourié-Gonnard · 11 years ago
  23. dfc7df0 Add SSL_CIPHERSUITES config option by Manuel Pégourié-Gonnard · 11 years ago
  24. 237a847 Fix typos in comments by Paul Bakker · 11 years ago
  25. bf31977 Update BIGNUM_C comments by Manuel Pégourié-Gonnard · 11 years ago
  26. dc16aa7 Improve comments on POLARSSL_ERROR_STRERROR_DUMMY by Manuel Pégourié-Gonnard · 11 years ago
  27. 01edb10 Add POLARSSL_REMOVE_RC4_CIPHERSUITES by Manuel Pégourié-Gonnard · 11 years ago
  28. d1539b1 Rename RSASSA_PSS_CERTIFICATES to X509_RSASSA_PSS_SUPPORT by Manuel Pégourié-Gonnard · 11 years ago
  29. bf696d0 Make sig_opts non-optional in X509 structures by Manuel Pégourié-Gonnard · 11 years ago
  30. 59a75d5 Basic parsing of certs signed with RSASSA-PSS by Manuel Pégourié-Gonnard · 12 years ago
  31. b5212b4 Merge CCM cipher mode and ciphersuites by Paul Bakker · 11 years ago
  32. 64a96ea Fix typo in a6916fa by Paul Bakker · 11 years ago
  33. 4d8db4a Fix typo in a config.h #define by Manuel Pégourié-Gonnard · 11 years ago
  34. a6916fa Add (placeholder) CCM module by Manuel Pégourié-Gonnard · 11 years ago
  35. 14d5595 Split config checks to separate file by Manuel Pégourié-Gonnard · 11 years ago
  36. 0f90d7d version_check_feature() added to check for compile-time options at run-time by Paul Bakker · 11 years ago
  37. eaebbd5 debug_set_log_mode() added to determine raw or full logging by Paul Bakker · 11 years ago
  38. 088c5c5 POLARSSL_CONFIG_OPTIONS has been removed. Values are set individually by Paul Bakker · 11 years ago
  39. 03b6a46 Properly comment two defines in config.h by Paul Bakker · 11 years ago
  40. 7afb8a0 Add x509_crt_check_extended_key_usage() by Manuel Pégourié-Gonnard · 11 years ago
  41. 603116c Add x509_crt_check_key_usage() by Manuel Pégourié-Gonnard · 11 years ago
  42. 0763a40 Merged support for the ALPN extension by Paul Bakker · 11 years ago
  43. 27e36d3 Support for the ALPN SSL extension (re-enabled in config.h) by Paul Bakker · 11 years ago
  44. 95a0d11 Fix compile error when POLARSSL_ERROR_STRERROR_BC is undefined. by Shuo Chen · 11 years ago
  45. 83d8c73 Disable ALPN by default by Manuel Pégourié-Gonnard · 11 years ago
  46. 7e250d4 Add ALPN interface by Manuel Pégourié-Gonnard · 11 years ago
  47. a27cd4c Fix ENTROPY_LEN check by Manuel Pégourié-Gonnard · 11 years ago
  48. eb82a74 Fix header issue with default malloc() by Manuel Pégourié-Gonnard · 11 years ago
  49. 6fac351 Make support for SpecifiedECDomain optional by Manuel Pégourié-Gonnard · 11 years ago
  50. 5d917ff Add a 'sni' option to ssl_server2 by Manuel Pégourié-Gonnard · 11 years ago
  51. bb4dd37 Add a warning against compression in config.h by Manuel Pégourié-Gonnard · 11 years ago
  52. c909308 Revert "Merged RSA-PSS support in Certificate, CSR and CRL" by Manuel Pégourié-Gonnard · 11 years ago
  53. 2ceda57 Ability to force the Entropy module to use SHA-256 as its basis by Paul Bakker · 11 years ago
  54. f2561b3 Ability to provide alternate timing implementation by Paul Bakker · 11 years ago
  55. 6a28e72 Merged platform compatibility layer by Paul Bakker · 11 years ago
  56. defc0ca Migrated the Memory layer to the Platform layer by Paul Bakker · 12 years ago
  57. 747a83a Platform abstraction layer for memory, printf and fprintf by Paul Bakker · 12 years ago
  58. ab50d8d Merged RSA-PSS support in Certificate, CSR and CRL by Paul Bakker · 11 years ago
  59. 7926570 Disable ecp_set_curve() for compatibility by Manuel Pégourié-Gonnard · 11 years ago
  60. de05390 Rename ecdh_curve_list to curve_list by Manuel Pégourié-Gonnard · 12 years ago
  61. 5de2580 Make ssl_set_ecdh_curves() a compile-time option by Manuel Pégourié-Gonnard · 12 years ago
  62. 5fb8efe Merged HMAC-DRBG code by Paul Bakker · 12 years ago
  63. ffd94cc Fix curve list in dependency checking by Manuel Pégourié-Gonnard · 12 years ago
  64. 0520b60 Make options configurable for HMAC_DRBG by Manuel Pégourié-Gonnard · 12 years ago
  65. 7845fc0 Use new HMAC_DRBG module for deterministic ECDSA by Manuel Pégourié-Gonnard · 12 years ago
  66. 490bdf3 Add minimalistic HMAC_DRBG implementation by Manuel Pégourié-Gonnard · 12 years ago
  67. ce7c6fd Fix dependencies by Manuel Pégourié-Gonnard · 12 years ago
  68. b1d4eb1 Basic parsing of certs signed with RSASSA-PSS by Manuel Pégourié-Gonnard · 12 years ago
  69. bf98c3d Merged deterministic ECDSA by Paul Bakker · 12 years ago
  70. 5862eee Merged RIPEMD-160 support by Paul Bakker · 12 years ago
  71. 9f4c162 Support alternative implementation for RIPEMD-160 (POLARSSL_RIPEMD160_ALT) by Paul Bakker · 12 years ago
  72. 61b699e Renamed RMD160 to RIPEMD160 by Paul Bakker · 12 years ago
  73. ea499a7 Add support for secp192k1 by Manuel Pégourié-Gonnard · 12 years ago
  74. 18e3ec9 Add support for secp224k1 by Manuel Pégourié-Gonnard · 12 years ago
  75. cab4a88 Add RIPEMD-160 (core functions) by Manuel Pégourié-Gonnard · 12 years ago
  76. f51c8fc Add support for secp256k1 arithmetic by Manuel Pégourié-Gonnard · 12 years ago
  77. 5b1a573 Document dependency of ECDSA_DETERMINISTIC on MD_C by Manuel Pégourié-Gonnard · 12 years ago
  78. 461d416 Add minified HMAC_DRBG for deterministic ECDSA by Manuel Pégourié-Gonnard · 12 years ago
  79. a8fd3e3 Removed POLARSSL_THREADING_DUMMY option by Paul Bakker · 12 years ago
  80. c738791 Merged ECP memory usage optimizations by Paul Bakker · 12 years ago
  81. 9e4191c Add another option to reduce EC memory usage by Manuel Pégourié-Gonnard · 12 years ago
  82. 92ac76f Add files for (upcoming) AES-NI support by Manuel Pégourié-Gonnard · 12 years ago
  83. 1321135 Fix MingW version issue by Manuel Pégourié-Gonnard · 12 years ago
  84. 5a607d2 Merged IPv6 support in the NET module by Paul Bakker · 12 years ago
  85. 767f02c Update IPv6 comments in config.h by Manuel Pégourié-Gonnard · 12 years ago
  86. 10934de Adapt net_connect() for IPv6 by Manuel Pégourié-Gonnard · 12 years ago
  87. 25781b2 Add ECDH_RSA and ECDH_ECDSA ciphersuites by Manuel Pégourié-Gonnard · 12 years ago
  88. e1b665e Added POLARSSL_ECP_MAX_SIZE and POLARSSL_ECP_WINDOW_SIZE to config.h by Paul Bakker · 12 years ago
  89. 6615366 Add Curve25519 to known groups by Manuel Pégourié-Gonnard · 12 years ago
  90. 9dc53a9 Merged client ciphersuite order preference option by Paul Bakker · 12 years ago
  91. 1a9f2c7 Add option to respect client ciphersuite order by Manuel Pégourié-Gonnard · 12 years ago
  92. 964bf9b Quit using readdir_r() by Manuel Pégourié-Gonnard · 12 years ago
  93. 1642122 Merged support for Camellia-GCM + ciphersuite and fixes to cipher layer by Paul Bakker · 12 years ago
  94. 3f917e2 Merged optimizations for MODP NIST curves by Paul Bakker · 12 years ago
  95. 18dc0e2 CERTS_C depends on PEM_PARSE_C by Manuel Pégourié-Gonnard · 12 years ago
  96. 7c3291e Check dependencies of protocol versions on hashes by Manuel Pégourié-Gonnard · 12 years ago
  97. c59c9c1 Fix typo in b8012fca (ECP needs at least one curve) by Manuel Pégourié-Gonnard · 12 years ago
  98. 9d70373 Update ciphersuite lists in config.h by Manuel Pégourié-Gonnard · 12 years ago
  99. 7bd8a99 Fix GCM dependencies by Manuel Pégourié-Gonnard · 12 years ago
  100. c04c530 Make NIST curves optimisation an option by Manuel Pégourié-Gonnard · 12 years ago