1. bbf4b59 Backport 1.3:Remove duplicated def. of PRINT_ERROR by Ron Eldor · 8 years ago
  2. 40d8cc7 Adds dl link library to OpenSSL example builds by Simon Butcher · 9 years ago
  3. a67fd79 Fix -Wshadow warnings by Manuel Pégourié-Gonnard · 10 years ago
  4. e92617b Run timing selftest on all platforms by Manuel Pégourié-Gonnard · 10 years ago
  5. ac90673 Remove unused headers in o_p_test by Manuel Pégourié-Gonnard · 10 years ago
  6. 637376c Fix bugs in programs displaying verify flags by Manuel Pégourié-Gonnard · 10 years ago
  7. 0c6ce2f Use x509_crt_verify_info() in programs by Manuel Pégourié-Gonnard · 10 years ago
  8. e46c6c3 Fix tests to work with DEPRECATED_REMOVED by Manuel Pégourié-Gonnard · 10 years ago
  9. fe44643 Rename website and repository by Manuel Pégourié-Gonnard · 10 years ago
  10. c439e7b Minor portability fix in benchmark by Manuel Pégourié-Gonnard · 10 years ago
  11. c3e3395 Fix missing #define if PLATFORM_C not here by Manuel Pégourié-Gonnard · 10 years ago
  12. 714929b Fix issues introduced when rebasing by Manuel Pégourié-Gonnard · 10 years ago
  13. 7defc77 Code cosmetics by Manuel Pégourié-Gonnard · 11 years ago
  14. 85391f2 Add curve25519 to the benchmark program by Manuel Pégourié-Gonnard · 11 years ago
  15. e579dab Fix compile issue when buffer_alloc not available by Manuel Pégourié-Gonnard · 11 years ago
  16. 71e75dc Fix unused variable issue in some configs by Manuel Pégourié-Gonnard · 11 years ago
  17. 50da048 Add heap usage for PK in benchmark by Manuel Pégourié-Gonnard · 11 years ago
  18. 128657d Use memory_buffer_alloc() in benchmark if available by Manuel Pégourié-Gonnard · 11 years ago
  19. ab02580 Merge remote-tracking branch 'rich/platform' into development by Manuel Pégourié-Gonnard · 10 years ago
  20. c531b4a Apply the semantic patch rm-malloc-cast.cocci. by Mansour Moufid · 10 years ago
  21. 012acfc modify library/memory_buffer_alloc.c, benchmark.c and the tests main code to use polarssl_exit by Rich Evans · 11 years ago
  22. b92965b modify programs/*.c to use polarssl_snprintf by Rich Evans · 11 years ago
  23. ac1f76c Merge remote-tracking branch 'rich/platform' into development by Manuel Pégourié-Gonnard · 10 years ago
  24. 6c5abfa Style: fix trailing spaces by Manuel Pégourié-Gonnard · 10 years ago
  25. 013bffe Style: add spaces before line continuation by Manuel Pégourié-Gonnard · 10 years ago
  26. 77d3638 modify library/memory_buffer_alloc.c, benchmark.c and the tests main code to use polarssl_exit by Rich Evans · 11 years ago
  27. 783d9d1 modify programs/*.c to use polarssl_snprintf by Rich Evans · 11 years ago
  28. 85b05ec Cleanup programs further by Rich Evans · 10 years ago
  29. 18b78c7 cleanup programs by Rich Evans · 10 years ago
  30. 860b516 Fix url again by Manuel Pégourié-Gonnard · 11 years ago
  31. 7c9e75a Remove a few useless #defines by Manuel Pégourié-Gonnard · 11 years ago
  32. f90016a Use platform layer in programs for consistency. by Rich Evans · 11 years ago
  33. 9014b6f Rename project in CMake by Manuel Pégourié-Gonnard · 11 years ago
  34. d43ccb6 Quit using deprecated header. by Manuel Pégourié-Gonnard · 11 years ago
  35. 085ab04 Fix website url to use https. by Manuel Pégourié-Gonnard · 11 years ago
  36. 9698f58 Remove maintainer line. by Manuel Pégourié-Gonnard · 11 years ago
  37. 19f6b5d Remove redundant "all rights reserved" by Manuel Pégourié-Gonnard · 11 years ago
  38. a658a40 Update copyright by Manuel Pégourié-Gonnard · 11 years ago
  39. 9169921 Rename to mbed TLS in examples by Manuel Pégourié-Gonnard · 11 years ago
  40. 967a2a5 Change name to mbed TLS in the copyright notice by Manuel Pégourié-Gonnard · 11 years ago
  41. 5ba1d52 Add memory_buffer_alloc_self_test() by Manuel Pégourié-Gonnard · 11 years ago
  42. 5b78f21 ssl_test.c: remove dead store, assign at declaration by Alfred Klomp · 11 years ago
  43. a317a98 Adapt programs / test suites by Paul Bakker · 11 years ago
  44. 8cfd9d8 Adapt programs / test suites to _init() and _free() by Paul Bakker · 11 years ago
  45. c5fd391 Check return value of ssl_set_xxx() in programs by Manuel Pégourié-Gonnard · 11 years ago
  46. 7680698 Temporarily disable timing test on non-Linux by Manuel Pégourié-Gonnard · 11 years ago
  47. 508e573 Merge tests for asn1write, XTEA and Entropy modules by Paul Bakker · 11 years ago
  48. e1ac0f8 Add back timing selftest with new hardclock test by Manuel Pégourié-Gonnard · 11 years ago
  49. 4dd7392 Add entropy_self_test() by Manuel Pégourié-Gonnard · 11 years ago
  50. b5212b4 Merge CCM cipher mode and ciphersuites by Paul Bakker · 11 years ago
  51. 0c5e429 benchmark application also works without POLARSSL_ERROR_C by Paul Bakker · 11 years ago
  52. 58d78a8 Add CCM to benchmark by Manuel Pégourié-Gonnard · 11 years ago
  53. a6916fa Add (placeholder) CCM module by Manuel Pégourié-Gonnard · 11 years ago
  54. cef4ad2 Adapt sources to configurable config.h name by Manuel Pégourié-Gonnard · 11 years ago
  55. df71dd1 Cleaner initialization (values did not matter, but were uninitialized) by Paul Bakker · 11 years ago
  56. 0c22610 Cleaned up location of init and free for some programs to prevent memory by Paul Bakker · 11 years ago
  57. cbe3d0d Added return value checking for correctness in programs by Paul Bakker · 11 years ago
  58. 0f79bab Disable timing_selftest() for now by Manuel Pégourié-Gonnard · 11 years ago
  59. 13a1ef8 Misc selftest adjustements by Manuel Pégourié-Gonnard · 11 years ago
  60. 470fc93 Add timing_self_test() with consistency tests by Manuel Pégourié-Gonnard · 11 years ago
  61. 388dac4 Still test pbkdf2 while it's there by Manuel Pégourié-Gonnard · 11 years ago
  62. 5a1d687 Fixed typo introduced in 486485b by Paul Bakker · 11 years ago
  63. 486485b PBKDF2 -> PKCS5 in selftest.c by Manuel Pégourié-Gonnard · 11 years ago
  64. a5d336b Increase title size (fits to increased curve names). Give verbose errors on failures. by Gergely Budai · 12 years ago
  65. 79afaa0 Add hmac_drbg_selftest() by Manuel Pégourié-Gonnard · 12 years ago
  66. fef0f8f Add HMAC_DRBG to benchmark by Manuel Pégourié-Gonnard · 12 years ago
  67. 5eb264c Minor fixes to o_p_test.c (CMakeLists.txt and includes) by Paul Bakker · 12 years ago
  68. 61b699e Renamed RMD160 to RIPEMD160 by Paul Bakker · 12 years ago
  69. 1744d72 Add RIPEMD-160 to selftest by Manuel Pégourié-Gonnard · 12 years ago
  70. 01b0b38 Add RIPEMD-160 to benchmark by Manuel Pégourié-Gonnard · 12 years ago
  71. f70fe81 Fixed memory leak in benchmark application by Paul Bakker · 12 years ago
  72. 840ab20 Explicit conversions to int from size_t for MSVC (64-bit) in apps by Paul Bakker · 12 years ago
  73. c97f9f6 Removed making commandline arguments case insensitive by Paul Bakker · 12 years ago
  74. b799dec Merged support for Brainpool curves and ciphersuites by Paul Bakker · 12 years ago
  75. 2f77ce3 Fix forgotten snprintf define for MSVC by Manuel Pégourié-Gonnard · 12 years ago
  76. 22f64c8 Cosmetics in benchmark by Manuel Pégourié-Gonnard · 12 years ago
  77. 1337aff Buffer allocator threading support by Paul Bakker · 12 years ago
  78. 1ffefac Introduced entropy_free() by Paul Bakker · 12 years ago
  79. 396333e Updated ssl_test to handle EOF return value by Paul Bakker · 12 years ago
  80. 641de71 Use both RSA and ECDSA CA if available by Manuel Pégourié-Gonnard · 12 years ago
  81. cbf3ef3 RSA and ECDSA key exchanges don't depend on CRL by Manuel Pégourié-Gonnard · 12 years ago
  82. abd6e02 Rm _CRT_SECURE_NO_DEPRECATE for programs by Manuel Pégourié-Gonnard · 12 years ago
  83. 7831b0c A few more issues with small configurations by Manuel Pégourié-Gonnard · 12 years ago
  84. da179e4 Add ecp_curve_list(), hide ecp_supported_curves by Manuel Pégourié-Gonnard · 12 years ago
  85. 56cd319 Add human-friendly name in ecp_curve_info by Manuel Pégourié-Gonnard · 12 years ago
  86. 803bb31 Remove ecp-bench (now in general benchmark) by Manuel Pégourié-Gonnard · 12 years ago
  87. cc34f95 Include ECDSA and ECDH in benchmark by Manuel Pégourié-Gonnard · 12 years ago
  88. ed7cbe9 Allow selection of what to benchmark by Manuel Pégourié-Gonnard · 12 years ago
  89. 8271f2f Shorten benchmark source using macros and loops by Manuel Pégourié-Gonnard · 12 years ago
  90. 15d5de1 Simplify usage of DHM blinding by Manuel Pégourié-Gonnard · 12 years ago
  91. 68821da Fix clang warnings in applications by Manuel Pégourié-Gonnard · 12 years ago
  92. c559c7a Renamed x509_cert structure to x509_crt for consistency by Paul Bakker · 12 years ago
  93. ddf26b4 Renamed x509parse_* functions to new form by Paul Bakker · 12 years ago
  94. 369d2eb Introduced x509_crt_init(), x509_crl_init() and x509_csr_init() by Paul Bakker · 12 years ago
  95. 36713e8 Fixed bunch of X509_PARSE related defines / dependencies by Paul Bakker · 12 years ago
  96. 7504d7f Fixed X509 define in selftest.c by Paul Bakker · 12 years ago
  97. 40ce79f Moved DHM parsing from X509 module to DHM module by Paul Bakker · 12 years ago
  98. 9a97c5d Fixed warnings in case application dependencies are not met by Paul Bakker · 12 years ago
  99. 1a7550a Moved PK key parsing from X509 module to PK module by Paul Bakker · 12 years ago
  100. 92cb1d3 Make CBC an option, step 3: individual ciphers by Manuel Pégourié-Gonnard · 12 years ago