1. bdd5f12 Fix a memory leak in an error path by Matt Caswell · 7 years ago
  2. 693cf80 Enable SSL_MODE_AUTO_RETRY by default by Kurt Roeckx · 7 years ago
  3. dad8868 Fix no-srtp build warnings by Todd Short · 7 years ago
  4. 6f6da2f Fix s_client and s_server so that they correctly handle the DTLS timer by Matt Caswell · 7 years ago
  5. bdb59d9 Fix documentation for the -showcerts s_client option by Matt Caswell · 7 years ago
  6. f69d050 apps/{s_client.c|s_socket}.c: omit usleep calls. by Andy Polyakov · 7 years ago
  7. 1fb6b0b Unify s_client/s_server srtp profiles option handling by FdaSilvaYY · 7 years ago
  8. 8f8be10 s_client, s_server: do generic SSL configuration first, specialization after by Richard Levitte · 7 years ago
  9. e73c6ea Tolerate TLSv1.3 PSKs that are a different size to the hash size by Matt Caswell · 7 years ago
  10. ebc0168 Add BIO_bind function to bind local address for a socket. by John Hughes · 7 years ago
  11. 6e99ae5 Ignore an s_client psk in TLSv1.3 if not TLSv1.3 suitable by Matt Caswell · 7 years ago
  12. 9d75dce Add TLSv1.3 post-handshake authentication (PHA) by Todd Short · 7 years ago
  13. dab2cd6 apps: Don't include progs.h in apps.h by Richard Levitte · 7 years ago
  14. 48e5119 Copyright update of more files that have changed this year by Richard Levitte · 7 years ago
  15. 27da42d Fix intermittent Cygwin failures in s_client by Richard Levitte · 7 years ago
  16. 26ec943 Explicitly shut the socket down in s_client by Bernd Edlinger · 7 years ago
  17. b510b74 Ignore the session when setting SNI in s_client by Matt Caswell · 7 years ago
  18. 3a63c0e Resolve warnings in VC-WIN32 build, which allows to add /WX. by Andy Polyakov · 7 years ago
  19. 44f19af Fix an s_client memory leak by Matt Caswell · 7 years ago
  20. f479eab style : fix some if(... by FdaSilvaYY · 7 years ago
  21. cf72c75 Implement Maximum Fragment Length TLS extension. by FdaSilvaYY · 7 years ago
  22. f84a648 apps/s_client.c: add missing null check by KaoruToda · 7 years ago
  23. 26a7d93 Remove parentheses of return. by KaoruToda · 7 years ago
  24. 8176431 Make '-name' option of the 's_client' more generic by Paul Yang · 7 years ago
  25. 0ef2802 Various review fixes for PSK early_data support by Matt Caswell · 8 years ago
  26. dd5b98c Show the error stack if there was an error writing early data in s_client by Matt Caswell · 8 years ago
  27. c5de99a If no SNI has been explicitly set use the one from the session by Matt Caswell · 8 years ago
  28. add8d0e Enable the ability to use an external PSK for sending early_data by Matt Caswell · 8 years ago
  29. 07016a8 Move e_os.h to be the very first include. cryptilib.h is the second. by Pauli · 8 years ago
  30. 0e97f1e (Re)move some things from e_os.h by Rich Salz · 8 years ago
  31. 326eaa9 Addressed build failure because of missing #ifdef AF_UNIX guard CLA: trivial by Balaji Marisetti · 8 years ago
  32. 12997aa Revert "Add some casts for %j" by Rich Salz · 8 years ago
  33. c4d2e48 Add some casts for %j by Rich Salz · 8 years ago
  34. 3ee1eac Standardize apps use of -rand, etc. by Rich Salz · 8 years ago
  35. 222417e Fix s_client crash where the hostname is provided as a positional arg by Matt Caswell · 8 years ago
  36. 9561e2a Fix memory leak when using PSK session files by Matt Caswell · 8 years ago
  37. 8530039 Fix double array increment in s_client mysql connect by Steven Danneman · 8 years ago
  38. 7225720 PSK related tweaks based on review feedback by Matt Caswell · 8 years ago
  39. adfc378 Use constants rather than macros for the cipher bytes in the apps by Matt Caswell · 8 years ago
  40. dc87d5a Tweak the client side PSK callback by Matt Caswell · 8 years ago
  41. 14e3535 Fix no-psk by Matt Caswell · 8 years ago
  42. 5ffff59 Add the ability to set a TLSv1.3 PSK via just the key bytes by Matt Caswell · 8 years ago
  43. e261bdd Add the ability to use a client side TLSv1.3 external PSK in s_client by Matt Caswell · 8 years ago
  44. c80149d Merge Nokia copyright notice into standard by Rich Salz · 8 years ago
  45. 729ef85 s_client accepts host/port as positional argument. by Cory Benfield · 8 years ago
  46. 837f87c Forbid to specify -nextprotoneg if -tls1_3 is enabled by Paul Yang · 8 years ago
  47. 481afe2 Make SNI behavior more clear in s_client doc & help by Paul Yang · 8 years ago
  48. 2234212 Clean up a bundle of codingstyle stuff in apps directory by Paul Yang · 8 years ago
  49. 3dce109 Fix possible memory over-read in apps/s_client.c by Rich Salz · 8 years ago
  50. a2d9cfb Added mysql as starttls protocol. by Keigo Tanaka · 8 years ago
  51. 36b2cfb Add checks on return code when applying some settings. by FdaSilvaYY · 8 years ago
  52. 6788785 Output prog name within error message by FdaSilvaYY · 8 years ago
  53. 28e5ea8 Add a 'max_send_frag' option to configure maximum size of send fragments by FdaSilvaYY · 8 years ago
  54. 9ff2ceb Fix s_client when no-dtls by Todd Short · 8 years ago
  55. f2150cd Remove (broken) diagnostic print by Rich Salz · 8 years ago
  56. 11ba87f Ensure s_client sends an SNI extension by default by Matt Caswell · 8 years ago
  57. b5c4209 Switch command-line utils to new nameopt API. by Dmitry Belyavskiy · 8 years ago
  58. 8ccc237 Add a -sctp option to s_client by Matt Caswell · 8 years ago
  59. 5969a2d Print CA names in s_server, add -requestCAfile to s_client by Dr. Stephen Henson · 8 years ago
  60. d2add50 Add requestCAfile option by Dr. Stephen Henson · 8 years ago
  61. 7d67298 apps/*.c: switch to platform-neutral format modifiers in BIO_print calls. by Andy Polyakov · 8 years ago
  62. 12557a3 Fix s_client early data indicator by Matt Caswell · 8 years ago
  63. 96a5d7f Fix a -Wsign-compare warning by Benjamin Kaduk · 8 years ago
  64. 8b0d424 apps/s_client.c: harden ldap_ExtendedResponse_parse. by Andy Polyakov · 8 years ago
  65. 0665b4e Rename SSL_write_early() to SSL_write_early_data() by Matt Caswell · 8 years ago
  66. ade1e88 Updates to s_server and s_client for the latest early_data API changes by Matt Caswell · 8 years ago
  67. 0a5ece5 Tighten sanity checks when calling early data functions by Matt Caswell · 8 years ago
  68. 576eb39 Get s_client to report on whether early data was accepted or not by Matt Caswell · 8 years ago
  69. 923ac82 Add an option to s_client to send early_data by Matt Caswell · 8 years ago
  70. 398b0bb Add LDAP support (RFC 4511) to s_client ("-starttls ldap") by Robert Scheck · 8 years ago
  71. 9fa36f5 Remove some commented out code in the apps by Matt Caswell · 8 years ago
  72. a7c04f2 Provided support for the -nameopt flag in s_client, s_server and s_time by Dmitry Belyavskiy · 8 years ago
  73. f14afca Updates following review feedback by Matt Caswell · 8 years ago
  74. b07b2a1 Add the ability for s_client to send a KeyUpdate message by Matt Caswell · 8 years ago
  75. af7e05c Handle negative reply for NNTP STARTTLS in s_client by Robert Scheck · 8 years ago
  76. 20967af Add Sieve support (RFC 5804) to s_client ("-starttls sieve") by Robert Scheck · 8 years ago
  77. 4bf73e9 apps: Add support for writing a keylog file by Peter Wu · 8 years ago
  78. 8f85aa6 Add NNTP support (RFC 4642) to s_client ("-starttls nntp") by Robert Scheck · 8 years ago
  79. 1f5b44e Miscellaneous style tweaks based on feedback received by Matt Caswell · 8 years ago
  80. be62b22 Update the s_client -sess_out feature to work for TLSv1.3 by Matt Caswell · 8 years ago
  81. 0fe2a0a Fix a few double ; by FdaSilvaYY · 8 years ago
  82. ec2a0e6 s_client: Better response success check for CONNECT by Richard Levitte · 8 years ago
  83. 7524c52 Avoid warnings like unused enum value (as suggested by Rich Salz) by Robert Scheck · 8 years ago
  84. 1d8a94f Shift inside of switch back one level (code style change, as requested by Rich Salz) by Robert Scheck · 8 years ago
  85. 9576545 Add LMTP support (RFC 2033) to s_client ("-starttls lmtp") by Robert Scheck · 8 years ago
  86. b612799 Revert "Remove heartbeats completely" by Richard Levitte · 8 years ago
  87. 6c62f9e Remove heartbeats completely by Richard Levitte · 8 years ago
  88. a22f9c8 Update s_client and s_server documentation about some missing arguments by EasySec · 8 years ago
  89. 582a17d Add the SSL_METHOD for TLSv1.3 and all other base changes required by Matt Caswell · 8 years ago
  90. dd1abd4 If an engine comes up explicitely, it must also come down explicitely by Richard Levitte · 8 years ago
  91. b2e54eb Add Postgres support to -starttls by Valentin Vidic · 8 years ago
  92. 44c83eb Constify command options by FdaSilvaYY · 8 years ago
  93. eb67172 fix memory leak by Dr. Stephen Henson · 9 years ago
  94. a6972f3 Restore '-keyform engine' support for s_client by David Woodhouse · 9 years ago
  95. 057c676 Fix no-ocsp by Richard Levitte · 9 years ago
  96. 51e5133 Refactor to avoid unnecessary preprocessor logic by Richard Levitte · 9 years ago
  97. c7bdb6a Reformat to fit OpenSSL source code standards by Richard Levitte · 9 years ago
  98. 0d3b658 VSI submission: redirect terminal input through socket by Richard Levitte · 9 years ago
  99. d485640 s_client: avoid warning on Windows/MS-DOS systems by Viktor Szakats · 9 years ago
  100. 9e31356 fix warning about trailing comma by Dr. Stephen Henson · 9 years ago