1. 5b78f21 ssl_test.c: remove dead store, assign at declaration by Alfred Klomp · 11 years ago
  2. a317a98 Adapt programs / test suites by Paul Bakker · 11 years ago
  3. 8cfd9d8 Adapt programs / test suites to _init() and _free() by Paul Bakker · 11 years ago
  4. c5fd391 Check return value of ssl_set_xxx() in programs by Manuel Pégourié-Gonnard · 11 years ago
  5. 7680698 Temporarily disable timing test on non-Linux by Manuel Pégourié-Gonnard · 11 years ago
  6. 508e573 Merge tests for asn1write, XTEA and Entropy modules by Paul Bakker · 11 years ago
  7. e1ac0f8 Add back timing selftest with new hardclock test by Manuel Pégourié-Gonnard · 11 years ago
  8. 4dd7392 Add entropy_self_test() by Manuel Pégourié-Gonnard · 11 years ago
  9. b5212b4 Merge CCM cipher mode and ciphersuites by Paul Bakker · 11 years ago
  10. 0c5e429 benchmark application also works without POLARSSL_ERROR_C by Paul Bakker · 11 years ago
  11. 58d78a8 Add CCM to benchmark by Manuel Pégourié-Gonnard · 11 years ago
  12. a6916fa Add (placeholder) CCM module by Manuel Pégourié-Gonnard · 11 years ago
  13. cef4ad2 Adapt sources to configurable config.h name by Manuel Pégourié-Gonnard · 11 years ago
  14. df71dd1 Cleaner initialization (values did not matter, but were uninitialized) by Paul Bakker · 11 years ago
  15. 0c22610 Cleaned up location of init and free for some programs to prevent memory by Paul Bakker · 11 years ago
  16. cbe3d0d Added return value checking for correctness in programs by Paul Bakker · 11 years ago
  17. 0f79bab Disable timing_selftest() for now by Manuel Pégourié-Gonnard · 11 years ago
  18. 13a1ef8 Misc selftest adjustements by Manuel Pégourié-Gonnard · 11 years ago
  19. 470fc93 Add timing_self_test() with consistency tests by Manuel Pégourié-Gonnard · 11 years ago
  20. 388dac4 Still test pbkdf2 while it's there by Manuel Pégourié-Gonnard · 11 years ago
  21. 5a1d687 Fixed typo introduced in 486485b by Paul Bakker · 11 years ago
  22. 486485b PBKDF2 -> PKCS5 in selftest.c by Manuel Pégourié-Gonnard · 11 years ago
  23. a5d336b Increase title size (fits to increased curve names). Give verbose errors on failures. by Gergely Budai · 12 years ago
  24. 79afaa0 Add hmac_drbg_selftest() by Manuel Pégourié-Gonnard · 12 years ago
  25. fef0f8f Add HMAC_DRBG to benchmark by Manuel Pégourié-Gonnard · 12 years ago
  26. 5eb264c Minor fixes to o_p_test.c (CMakeLists.txt and includes) by Paul Bakker · 12 years ago
  27. 61b699e Renamed RMD160 to RIPEMD160 by Paul Bakker · 12 years ago
  28. 1744d72 Add RIPEMD-160 to selftest by Manuel Pégourié-Gonnard · 12 years ago
  29. 01b0b38 Add RIPEMD-160 to benchmark by Manuel Pégourié-Gonnard · 12 years ago
  30. f70fe81 Fixed memory leak in benchmark application by Paul Bakker · 12 years ago
  31. 840ab20 Explicit conversions to int from size_t for MSVC (64-bit) in apps by Paul Bakker · 12 years ago
  32. c97f9f6 Removed making commandline arguments case insensitive by Paul Bakker · 12 years ago
  33. b799dec Merged support for Brainpool curves and ciphersuites by Paul Bakker · 12 years ago
  34. 2f77ce3 Fix forgotten snprintf define for MSVC by Manuel Pégourié-Gonnard · 12 years ago
  35. 22f64c8 Cosmetics in benchmark by Manuel Pégourié-Gonnard · 12 years ago
  36. 1337aff Buffer allocator threading support by Paul Bakker · 12 years ago
  37. 1ffefac Introduced entropy_free() by Paul Bakker · 12 years ago
  38. 396333e Updated ssl_test to handle EOF return value by Paul Bakker · 12 years ago
  39. 641de71 Use both RSA and ECDSA CA if available by Manuel Pégourié-Gonnard · 12 years ago
  40. cbf3ef3 RSA and ECDSA key exchanges don't depend on CRL by Manuel Pégourié-Gonnard · 12 years ago
  41. abd6e02 Rm _CRT_SECURE_NO_DEPRECATE for programs by Manuel Pégourié-Gonnard · 12 years ago
  42. 7831b0c A few more issues with small configurations by Manuel Pégourié-Gonnard · 12 years ago
  43. da179e4 Add ecp_curve_list(), hide ecp_supported_curves by Manuel Pégourié-Gonnard · 12 years ago
  44. 56cd319 Add human-friendly name in ecp_curve_info by Manuel Pégourié-Gonnard · 12 years ago
  45. 803bb31 Remove ecp-bench (now in general benchmark) by Manuel Pégourié-Gonnard · 12 years ago
  46. cc34f95 Include ECDSA and ECDH in benchmark by Manuel Pégourié-Gonnard · 12 years ago
  47. ed7cbe9 Allow selection of what to benchmark by Manuel Pégourié-Gonnard · 12 years ago
  48. 8271f2f Shorten benchmark source using macros and loops by Manuel Pégourié-Gonnard · 12 years ago
  49. 15d5de1 Simplify usage of DHM blinding by Manuel Pégourié-Gonnard · 12 years ago
  50. 68821da Fix clang warnings in applications by Manuel Pégourié-Gonnard · 12 years ago
  51. c559c7a Renamed x509_cert structure to x509_crt for consistency by Paul Bakker · 12 years ago
  52. ddf26b4 Renamed x509parse_* functions to new form by Paul Bakker · 12 years ago
  53. 369d2eb Introduced x509_crt_init(), x509_crl_init() and x509_csr_init() by Paul Bakker · 12 years ago
  54. 36713e8 Fixed bunch of X509_PARSE related defines / dependencies by Paul Bakker · 12 years ago
  55. 7504d7f Fixed X509 define in selftest.c by Paul Bakker · 12 years ago
  56. 40ce79f Moved DHM parsing from X509 module to DHM module by Paul Bakker · 12 years ago
  57. 9a97c5d Fixed warnings in case application dependencies are not met by Paul Bakker · 12 years ago
  58. 1a7550a Moved PK key parsing from X509 module to PK module by Paul Bakker · 12 years ago
  59. 92cb1d3 Make CBC an option, step 3: individual ciphers by Manuel Pégourié-Gonnard · 12 years ago
  60. 8f0423a Fix for benchmark app after GCM refactoring merge by Paul Bakker · 12 years ago
  61. ce6352a Add benchmark for fixed-DHM with blinding by Manuel Pégourié-Gonnard · 12 years ago
  62. 1a20124 Fix undetected errors in benchmark by Manuel Pégourié-Gonnard · 12 years ago
  63. 337b29c Test and document EC blinding overhead by Manuel Pégourié-Gonnard · 12 years ago
  64. cac5f7d Update benchmarks for new prototypes by Manuel Pégourié-Gonnard · 12 years ago
  65. 548957d Refactored RSA to have random generator in every RSA operation by Paul Bakker · 12 years ago
  66. ac75523 Adapt ssl_set_own_cert() to generic keys by Manuel Pégourié-Gonnard · 12 years ago
  67. 7e56de1 Adapt ssl_cert_test to changes in PK by Manuel Pégourié-Gonnard · 12 years ago
  68. be50680 Fix use of x509_cert.rsa in programs by Manuel Pégourié-Gonnard · 12 years ago
  69. ba4878a Rename x509parse_key & co with _rsa suffix by Manuel Pégourié-Gonnard · 12 years ago
  70. 44618dd SSL Test and Benchmark now handle missing POLARSSL_TIMING_C by Paul Bakker · 12 years ago
  71. 6e339b5 Memory-allocation abstraction layer and buffer-based allocator added by Paul Bakker · 12 years ago
  72. d2681d8 Renamed sha2.{c,h} to sha256.{c,h} and sha4.{c,h} to sha512.{c,h} by Paul Bakker · 12 years ago
  73. 9e36f04 SHA2 renamed to SHA256, SHA4 renamed to SHA512 and functions accordingly by Paul Bakker · 12 years ago
  74. 5dc6b5f Made supported curves configurable by Paul Bakker · 12 years ago
  75. 3c5ef71 Cleanup up non-prototyped functions (static) and const-correctness in programs by Paul Bakker · 12 years ago
  76. ef3f8c7 Fixed const correctness issues in programs and tests by Paul Bakker · 12 years ago
  77. ed27a04 More granular define selections within code to allow for smaller code sizes by Paul Bakker · 12 years ago
  78. 00c1f43 Merge branch 'ecc-devel-mpg' into development by Paul Bakker · 12 years ago
  79. 68884e3 Moved to advanced ciphersuite representation and more dynamic SSL code by Paul Bakker · 13 years ago
  80. b4a310b Added a selftest about SPA resistance by Manuel Pégourié-Gonnard · 13 years ago
  81. 52a422f Added ecp-bench specialized benchmark by Manuel Pégourié-Gonnard · 13 years ago
  82. e870c0a Added benchmark for DHM by Manuel Pégourié-Gonnard · 13 years ago
  83. 4b8c3f2 Moved tests from selftest to tests/test_suite_ecp by Manuel Pégourié-Gonnard · 13 years ago
  84. efaa31e Implemented multiplication by Manuel Pégourié-Gonnard · 13 years ago
  85. b505c27 Got first tests working, fixed ecp_copy() by Manuel Pégourié-Gonnard · 13 years ago
  86. 0a59707 - Added simple SSL session cache implementation by Paul Bakker · 13 years ago
  87. f518b16 - Added PKCS#5 PBKDF2 key derivation function by Paul Bakker · 13 years ago
  88. 3d58fe8 - Added Blowfish to benchmarks by Paul Bakker · 13 years ago
  89. 92eeea4 - Modified CMakeLists to support zlib by Paul Bakker · 13 years ago
  90. e6ee41f - Added OpenSSL / PolarSSL compatibility script (tests/compat.sh) and example application (programs/ssl/o_p_test) (Requires OpenSSL) by Paul Bakker · 13 years ago
  91. b78c745 - Use standard IV of 12 by Paul Bakker · 13 years ago
  92. 89e80c9 - Added base Galois/Counter mode (GCM) for AES by Paul Bakker · 13 years ago
  93. b1dee1c - Changed commands to lowercase where it was not the case by Paul Bakker · 14 years ago
  94. 69e095c - Changed the behaviour of x509parse_parse_crt for permissive parsing. Now returns the number of 'failed certificates' instead of having a switch to enable it. by Paul Bakker · 14 years ago
  95. 508ad5a - Moved all examples programs to use the new entropy and CTR_DRBG by Paul Bakker · 14 years ago
  96. 6c0ceb3 - Added permissive certificate parsing to x509parse_crt() and x509parse_crtfile(). With permissive parsing the parsing does not stop on encountering a parse-error by Paul Bakker · 14 years ago
  97. 02faf45 - Added random generator benchmarks by Paul Bakker · 14 years ago
  98. a3d195c - Changed the used random function pointer to more flexible format. Renamed havege_rand() to havege_random() to prevent mistakes. Lots of changes as a consequence in library code and programs by Paul Bakker · 14 years ago
  99. 0e04d0e - Added CTR_DRBG based on AES-256-CTR (NIST SP 800-90) random generator by Paul Bakker · 14 years ago
  100. cce9d77 - Lots of minimal changes to better support WINCE as a build target by Paul Bakker · 14 years ago