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