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