1. 9998b32 Fix no-dtls builds by Matt Caswell · 8 years ago
  2. f2ff143 Simplify code around next_proto.len by changing 'len' data type. by FdaSilvaYY · 8 years ago
  3. 593a2aa Fix no-psk by Matt Caswell · 8 years ago
  4. 30d1bab Silence some clang warnings by Matt Caswell · 8 years ago
  5. f533fbd Rename SSL_read_early() to SSL_read_early_data() by Matt Caswell · 8 years ago
  6. ade1e88 Updates to s_server and s_client for the latest early_data API changes by Matt Caswell · 8 years ago
  7. 6746648 Ensure the max_early_data option to s_server can be 0 by Matt Caswell · 8 years ago
  8. e065518 Add a "-early_data" option to s_server by Matt Caswell · 8 years ago
  9. 048b189 Add a -max_early_data option to s_server by Matt Caswell · 8 years ago
  10. a7c04f2 Provided support for the -nameopt flag in s_client, s_server and s_time by Dmitry Belyavskiy · 8 years ago
  11. 34df45b Add a capability to s_server to send KeyUpdate messages by Matt Caswell · 8 years ago
  12. 4bf73e9 apps: Add support for writing a keylog file by Peter Wu · 8 years ago
  13. 6530c49 Fix some style issues with TLSv1.3 state machine PR by Matt Caswell · 8 years ago
  14. f5ca0b0 Fix some style issues identified during review by Matt Caswell · 8 years ago
  15. acf65ae Add an s_server capability to read an OCSP Response from a file by Matt Caswell · 8 years ago
  16. b612799 Revert "Remove heartbeats completely" by Richard Levitte · 8 years ago
  17. 6c62f9e Remove heartbeats completely by Richard Levitte · 8 years ago
  18. a22f9c8 Update s_client and s_server documentation about some missing arguments by EasySec · 8 years ago
  19. de4d764 Rename the Elliptic Curves extension to supported_groups by Matt Caswell · 8 years ago
  20. 582a17d Add the SSL_METHOD for TLSv1.3 and all other base changes required by Matt Caswell · 8 years ago
  21. dd1abd4 If an engine comes up explicitely, it must also come down explicitely by Richard Levitte · 8 years ago
  22. 44c83eb Constify command options by FdaSilvaYY · 8 years ago
  23. 057c676 Fix no-ocsp by Richard Levitte · 9 years ago
  24. 51e5133 Refactor to avoid unnecessary preprocessor logic by Richard Levitte · 9 years ago
  25. c7bdb6a Reformat to fit OpenSSL source code standards by Richard Levitte · 9 years ago
  26. 0d3b658 VSI submission: redirect terminal input through socket by Richard Levitte · 9 years ago
  27. d6073e2 Small nits and cleanups by FdaSilvaYY · 9 years ago
  28. cc69629 Constify char* input parameters in apps code by FdaSilvaYY · 9 years ago
  29. 54463e4 Relocalise some globals variables by FdaSilvaYY · 9 years ago
  30. acc0049 Pack globals variables used to control apps/verify_callback() by FdaSilvaYY · 9 years ago
  31. ceab33e Typo and comment fix by FdaSilvaYY · 9 years ago
  32. 5f7d512 Unused variable cleanup by FdaSilvaYY · 9 years ago
  33. 55e0d0b Discard a dead option by FdaSilvaYY · 9 years ago
  34. e8aa8b6 Fix a few if(, for(, while( inside code. by FdaSilvaYY · 9 years ago
  35. 4bbd4ba Disallow multiple protocol flags to s_server and s_client by Matt Caswell · 9 years ago
  36. a8db2cf Add a comment after some #endif at end of apps source code. by FdaSilvaYY · 9 years ago
  37. 6ec6d52 Don't skip leading zeroes in PSK keys. by Dr. Stephen Henson · 9 years ago
  38. a3768e0 Free a BIO_ADDR if DTLSv1_listen return <=0 by Matt Caswell · 9 years ago
  39. 0461b7e Don't leak X509_OBJECT in an error path by Matt Caswell · 9 years ago
  40. 75dd6c1 Fix s_client/s_server waiting for stdin on Windows by Matt Caswell · 9 years ago
  41. 384f08d Fix some s_server issues on Windows by Matt Caswell · 9 years ago
  42. f65a8c1 Support -no-CAfile -no-CApath in ctx2 by Dr. Stephen Henson · 9 years ago
  43. bde136c Few cleanups in s_client, s_server apps. by FdaSilvaYY · 9 years ago
  44. 6ddbb4c X509_STORE_CTX accessors. by Rich Salz · 9 years ago
  45. 846e33c Copyright consolidation 01/10 by Rich Salz · 9 years ago
  46. fc7f190 Handle no async jobs in libssl by Matt Caswell · 9 years ago
  47. 5fd1478 Fix building with -DCHARSET_EBCDIC by Matt Caswell · 9 years ago
  48. f0e0fd5 Make many X509_xxx types opaque. by Rich Salz · 9 years ago
  49. 3e41ac3 Fix no-ocsp by Matt Caswell · 9 years ago
  50. 04f6b0f RT4660: BIO_METHODs should be const. by David Benjamin · 9 years ago
  51. f9e5503 Fix no-sock by Matt Caswell · 9 years ago
  52. 1fbab1d Remove Netware and OS/2 by Rich Salz · 9 years ago
  53. 0d5301a Use minimum and maximum protocol version instead of version fixed methods by Kurt Roeckx · 9 years ago
  54. 049f365 Fix cert leaks in s_server by FdaSilvaYY · 9 years ago
  55. 817cd0d GH787: Fix ALPN by Todd Short · 9 years ago
  56. e2d5183 Fix s_server/s_client handling of the split_send_frag argument by Matt Caswell · 9 years ago
  57. 0df8088 Add documentation for new s_server/s_client options by Matt Caswell · 9 years ago
  58. fd068d5 Ensure s_client and s_server work when read_ahead is set by Matt Caswell · 9 years ago
  59. dad78fb Add an ability to set the SSL read buffer size by Matt Caswell · 9 years ago
  60. 032c6d2 Add pipeline support to s_server and s_client by Matt Caswell · 9 years ago
  61. 8731a4f ISSUE 43: Add BIO_sock_shutdown by Rich Salz · 9 years ago
  62. 1c03c81 GH764: s_server: trace option fall through by J Mohan Rao Arisankala · 9 years ago
  63. d631602 using macro inside the case. by J Mohan Rao Arisankala · 9 years ago
  64. b07c703 fix build with no-srtp by J Mohan Rao Arisankala · 9 years ago
  65. ba81081 RT2275: use BIO_sock_nbio() by Rich Salz · 9 years ago
  66. 380f18e CVE-2016-0798: avoid memory leak in SRP by Emilia Kasper · 9 years ago
  67. b5292f7 GH480: Don't break statements with CPP stuff. by Flavio Medeiros · 9 years ago
  68. a773b52 Remove unused parameters from internal functions by Rich Salz · 9 years ago
  69. dba3177 Remove JPAKE by Rich Salz · 9 years ago
  70. 18295f0 Make sure to use unsigned char for is*() functions by Richard Levitte · 9 years ago
  71. 32eabe3 GH646: Update help for s_server command. by A J Mohan Rao · 9 years ago
  72. 7b9f8f7 Auto init/deinit libcrypto by Matt Caswell · 9 years ago
  73. b577fd0 Deprecate undocumented SSL_cache_hit(). by Dr. Stephen Henson · 9 years ago
  74. 3edeb62 Make DTLSv1_listen a first class function and change its type by Matt Caswell · 9 years ago
  75. ab69ac0 Refactoring BIO: Adapt s_client and s_server by Richard Levitte · 9 years ago
  76. d858c87 Refactoring BIO: Adapt BIO_s_datagram and all that depends on it by Richard Levitte · 9 years ago
  77. b698174 constify PACKET by Emilia Kasper · 9 years ago
  78. 0996dc5 Refactor apps load_certs/load_crls to work incrementally by Viktor Dukhovni · 9 years ago
  79. 6b01bed Support disabling any or all TLS or DTLS versions by Viktor Dukhovni · 9 years ago
  80. 3a4e936 RT4232: Extra space in help message. by Rich Salz · 9 years ago
  81. 287d0b9 Add ssl configuration support to s_server and s_client by Dr. Stephen Henson · 9 years ago
  82. a7a14a2 Fix no-dgram. by Ben Laurie · 9 years ago
  83. 7644a9a Rename some BUF_xxx to OPENSSL_xxx by Rich Salz · 9 years ago
  84. 8caab74 Fix s_server problem with no-ec by Matt Caswell · 9 years ago
  85. a5ecdc6 Use OPENSSL_NO_DTLS instead of OPENSSL_NO_DTLS1 by Kurt Roeckx · 9 years ago
  86. 361a119 Remove support for all 40 and 56 bit ciphers. by Kurt Roeckx · 9 years ago
  87. 68487a9 Convert __thread to pthreads for Thread Local Storage by Matt Caswell · 9 years ago
  88. e1b9840 Add s_client support for waiting for async by Matt Caswell · 9 years ago
  89. 9920a58 Fix the error code for SSL_get_async_wait_fd() by Matt Caswell · 9 years ago
  90. 64c07bd Fix s_server bug by Matt Caswell · 9 years ago
  91. 0ff2b9a Implement local thread pools by Matt Caswell · 9 years ago
  92. f4da39d Initial Async notify code changes by Matt Caswell · 9 years ago
  93. 252d6d3 Add ASYNC_JOB pools by Matt Caswell · 9 years ago
  94. 4cfa620 Fix s_server -WWW with -async by Matt Caswell · 9 years ago
  95. 7e25dd6 Add s_server and s_client async support by Matt Caswell · 9 years ago
  96. 96487cd Continue standardisation of malloc handling in apps by Matt Caswell · 9 years ago
  97. b0700d2 Replace "SSLeay" in API with OpenSSL by Rich Salz · 9 years ago
  98. 5998e29 Remove SSL_state and SSL_set_state by Matt Caswell · 9 years ago
  99. 075c879 Remove a call to SSL_set_state from s_server by Matt Caswell · 9 years ago
  100. 49ae742 Remove redundant code by Matt Caswell · 9 years ago