1. 2a45d1c Merge changes to config examples and configuration issues by Paul Bakker · 10 years ago
  2. dea29c5 Extend request_size to small sizes in ssl_client2 by Manuel Pégourié-Gonnard · 10 years ago
  3. 0669f27 Fix printing large packets in ssl_server2 by Manuel Pégourié-Gonnard · 10 years ago
  4. 8a4d571 Fix warnings in no-SSL configs by Manuel Pégourié-Gonnard · 10 years ago
  5. f9378d8 Fix dependencies on PEM in tests and programs by Manuel Pégourié-Gonnard · 10 years ago
  6. 4505ed3 Fix missing free() with recent ssl_server2 options by Manuel Pégourié-Gonnard · 10 years ago
  7. 3c38f29 Fix DER output of gen_key app (found by Gergely Budai) by Paul Bakker · 10 years ago
  8. 7680698 Temporarily disable timing test on non-Linux by Manuel Pégourié-Gonnard · 10 years ago
  9. 8880cb5 Handle missing CRL parsing gracefully by Paul Bakker · 10 years ago
  10. 9b7fb6f Prevent warning for possibly uninitialized variable in ssl_server2 by Paul Bakker · 10 years ago
  11. 508e573 Merge tests for asn1write, XTEA and Entropy modules by Paul Bakker · 10 years ago
  12. 14c78c9 Merge more SSL tests and required ssl_server2 additions by Paul Bakker · 10 years ago
  13. e1ac0f8 Add back timing selftest with new hardclock test by Manuel Pégourié-Gonnard · 10 years ago
  14. 8de259b Minor code simplification in ssl programs by Manuel Pégourié-Gonnard · 10 years ago
  15. 95c0a63 Add tests for ssl_get_bytes_avail() by Manuel Pégourié-Gonnard · 10 years ago
  16. e7a3b10 Use ssl_get_bytes_avail() in ssl_server2. by Manuel Pégourié-Gonnard · 10 years ago
  17. 6dc0781 Add version_suites option to ssl_server2 by Manuel Pégourié-Gonnard · 10 years ago
  18. 4dd7392 Add entropy_self_test() by Manuel Pégourié-Gonnard · 10 years ago
  19. dc019b9 Use ssl_set_psk() only when a psk is given by Manuel Pégourié-Gonnard · 10 years ago
  20. fdee74b Simplify some option parsing code by Manuel Pégourié-Gonnard · 10 years ago
  21. 80c8553 Add psk_list option to ssl_server2: PSK callback by Manuel Pégourié-Gonnard · 10 years ago
  22. 9e27163 Refactor PSK parsing in ssl_server2 by Manuel Pégourié-Gonnard · 10 years ago
  23. 736699c Add a dhm_file option to ssl_server2 by Manuel Pégourié-Gonnard · 10 years ago
  24. 1fd3253 Add option 'crl_file' to cert_app by Paul Bakker · 10 years ago
  25. 1ebc0c5 Fix typos by Paul Bakker · 10 years ago
  26. b5212b4 Merge CCM cipher mode and ciphersuites by Paul Bakker · 10 years ago
  27. 0c5e429 benchmark application also works without POLARSSL_ERROR_C by Paul Bakker · 10 years ago
  28. 58d78a8 Add CCM to benchmark by Manuel Pégourié-Gonnard · 10 years ago
  29. a6916fa Add (placeholder) CCM module by Manuel Pégourié-Gonnard · 10 years ago
  30. 525f875 Cast alpn_list to void * to prevent MSVC compiler warnings by Paul Bakker · 10 years ago
  31. cef4ad2 Adapt sources to configurable config.h name by Manuel Pégourié-Gonnard · 10 years ago
  32. c73079a Add debug_set_threshold() and thresholding of messages by Paul Bakker · 10 years ago
  33. 93c32b2 Allow ssl_client to pad request to SSL_MAX_CONTENT_LEN by Paul Bakker · 10 years ago
  34. fdba468 cert_write app should use subject of issuer certificate as issuer of cert by Paul Bakker · 10 years ago
  35. 8a0c0a9 Check additional return values in some test cases by Paul Bakker · 11 years ago
  36. df71dd1 Cleaner initialization (values did not matter, but were uninitialized) by Paul Bakker · 11 years ago
  37. 030decd Actually increment the loop counter to quit in ssl_fork_server by Paul Bakker · 11 years ago
  38. 0c22610 Cleaned up location of init and free for some programs to prevent memory by Paul Bakker · 11 years ago
  39. cbe3d0d Added return value checking for correctness in programs by Paul Bakker · 11 years ago
  40. 1cfc458 Add option 'use_dev_random' to gen_key application by Paul Bakker · 11 years ago
  41. 0f79bab Disable timing_selftest() for now by Manuel Pégourié-Gonnard · 11 years ago
  42. 17b85cb Merged additional tests and improved code coverage by Paul Bakker · 11 years ago
  43. 0763a40 Merged support for the ALPN extension 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. 1bd2281 Add an alpn option to ssl_client2 and ssl_server2 by Manuel Pégourié-Gonnard · 11 years ago
  46. 13a1ef8 Misc selftest adjustements by Manuel Pégourié-Gonnard · 11 years ago
  47. 470fc93 Add timing_self_test() with consistency tests by Manuel Pégourié-Gonnard · 11 years ago
  48. 388dac4 Still test pbkdf2 while it's there by Manuel Pégourié-Gonnard · 11 years ago
  49. 6b0d268 Add ssl_close_notify() to servers that missed it by Manuel Pégourié-Gonnard · 11 years ago
  50. 00d538f Disable renegotiation by default in example cli/srv by Manuel Pégourié-Gonnard · 11 years ago
  51. 5a1d687 Fixed typo introduced in 486485b by Paul Bakker · 11 years ago
  52. 486485b PBKDF2 -> PKCS5 in selftest.c by Manuel Pégourié-Gonnard · 11 years ago
  53. a4b0343 Merged massive SSL Testing improvements by Paul Bakker · 11 years ago
  54. 84fd687 Use ssl_client2 to terminate ssl_server2 by Manuel Pégourié-Gonnard · 11 years ago
  55. 5b2d776 GnuTLS in compat.sh: server-side by Manuel Pégourié-Gonnard · 11 years ago
  56. 3e1b178 Add options for no certificates in test srv/cli by Manuel Pégourié-Gonnard · 11 years ago
  57. 5575316 Add options for non-blocking I/O in test cli & srv by Manuel Pégourié-Gonnard · 11 years ago
  58. 0d8780b Add a server_adrr option to ssl_client2 by Manuel Pégourié-Gonnard · 11 years ago
  59. 5d917ff Add a 'sni' option to ssl_server2 by Manuel Pégourié-Gonnard · 11 years ago
  60. dbe1ee1 Add tests for session ticket lifetime by Manuel Pégourié-Gonnard · 11 years ago
  61. c55a5b7 Add tests for cache timeout by Manuel Pégourié-Gonnard · 11 years ago
  62. 4c88345 Add test for ssl_cache max_entries by Manuel Pégourié-Gonnard · 11 years ago
  63. 780d671 Add tests for renegotiation by Manuel Pégourié-Gonnard · 11 years ago
  64. 2fc243d Rearrange help messages of example cli/srv by Manuel Pégourié-Gonnard · 11 years ago
  65. fcf2fc2 Make auth_mode=required the default in ssl_client2 by Manuel Pégourié-Gonnard · 11 years ago
  66. 844a4c0 Fix RSASSA-PSS example programs by Manuel Pégourié-Gonnard · 11 years ago
  67. c580a00 Print protocol version in example cli/srv by Manuel Pégourié-Gonnard · 11 years ago
  68. 64abd83 Fixed file descriptor leak in generic_sum by Paul Bakker · 11 years ago
  69. 247b487 Missing 'else' in gen_key by Paul Bakker · 11 years ago
  70. a5d336b Increase title size (fits to increased curve names). Give verbose errors on failures. by Gergely Budai · 11 years ago
  71. 79afaa0 Add hmac_drbg_selftest() by Manuel Pégourié-Gonnard · 11 years ago
  72. fef0f8f Add HMAC_DRBG to benchmark by Manuel Pégourié-Gonnard · 11 years ago
  73. d75ba40 SMTP lines are officially terminated with CRLF, ssl_mail_client fixed by Paul Bakker · 11 years ago
  74. 5eb264c Minor fixes to o_p_test.c (CMakeLists.txt and includes) by Paul Bakker · 11 years ago
  75. 5862eee Merged RIPEMD-160 support by Paul Bakker · 11 years ago
  76. 61b699e Renamed RMD160 to RIPEMD160 by Paul Bakker · 11 years ago
  77. 2f5217e Gitignore ssl_pthread_server by Manuel Pégourié-Gonnard · 11 years ago
  78. 1744d72 Add RIPEMD-160 to selftest by Manuel Pégourié-Gonnard · 11 years ago
  79. 01b0b38 Add RIPEMD-160 to benchmark by Manuel Pégourié-Gonnard · 11 years ago
  80. caf0e60 Forced cast to unsigned int for %u format in the ecdsa application by Paul Bakker · 11 years ago
  81. f0fc2a2 Properly put the pragma comment for the MSVC linker in defines by Paul Bakker · 11 years ago
  82. 29e86ea Removed 'z' length modifier from format in ecdsa program by Paul Bakker · 11 years ago
  83. 3e72f6e Only search for Pthread on Windows platforms by Paul Bakker · 11 years ago
  84. f9c4953 Added version of the SSL pthread server example by Paul Bakker · 11 years ago
  85. 5a607d2 Merged IPv6 support in the NET module by Paul Bakker · 11 years ago
  86. f70fe81 Fixed memory leak in benchmark application by Paul Bakker · 11 years ago
  87. 18d31f8 Make listening address configurable in ssl_server2 by Manuel Pégourié-Gonnard · 11 years ago
  88. 014f143 Merged EC key generation support by Paul Bakker · 11 years ago
  89. 6e16cdb Allow curve selection in gen_key by Manuel Pégourié-Gonnard · 11 years ago
  90. fdda785 Removed dependency on unistd.h for MSVC in apps by Paul Bakker · 11 years ago
  91. 840ab20 Explicit conversions to int from size_t for MSVC (64-bit) in apps by Paul Bakker · 11 years ago
  92. c97f9f6 Removed making commandline arguments case insensitive by Paul Bakker · 11 years ago
  93. 49d738b Ignore file generated by gen_key by Manuel Pégourié-Gonnard · 11 years ago
  94. 8c23771 Start adding EC support in gen_key by Manuel Pégourié-Gonnard · 11 years ago
  95. a8239a4 Removed Windows auto-spawn client code by Paul Bakker · 11 years ago
  96. 0f2eacb crypt_and_hash: check MAC earlier by Manuel Pégourié-Gonnard · 11 years ago
  97. e4c71f0 Merged Prime generation improvements by Paul Bakker · 11 years ago
  98. 8fc30b1 Various const fixes by Paul Bakker · 11 years ago
  99. 5e1e611 Insert warning about time in dh_genprime by Manuel Pégourié-Gonnard · 11 years ago
  100. 993e386 Merged renegotiation refactoring by Paul Bakker · 11 years ago