1. 96a5d7f Fix a -Wsign-compare warning by Benjamin Kaduk · 8 years ago
  2. f282e95 Add HelloRetryRequest text to s_client/s_server by Todd Short · 8 years ago
  3. 2b305ab Make the output of enc -ciphers identical even if run several times in a session. by Pauli · 8 years ago
  4. b35fb00 Add some TLS13 values to s_client/s_server by Todd Short · 8 years ago
  5. 777f170 Limit the output of the enc -ciphers command to just the ciphers enc can by Pauli · 8 years ago
  6. bf580d5 Increase the password buffer size to APP_PASS_LEN. by Pauli · 8 years ago
  7. 593a2aa Fix no-psk by Matt Caswell · 8 years ago
  8. 8b0d424 apps/s_client.c: harden ldap_ExtendedResponse_parse. by Andy Polyakov · 8 years ago
  9. dbaa069 use OSSLzu instead of lu format for size_t display by edelangh · 8 years ago
  10. 30d1bab Silence some clang warnings by Matt Caswell · 8 years ago
  11. 0665b4e Rename SSL_write_early() to SSL_write_early_data() by Matt Caswell · 8 years ago
  12. f533fbd Rename SSL_read_early() to SSL_read_early_data() by Matt Caswell · 8 years ago
  13. ade1e88 Updates to s_server and s_client for the latest early_data API changes by Matt Caswell · 8 years ago
  14. 0a5ece5 Tighten sanity checks when calling early data functions by Matt Caswell · 8 years ago
  15. 6746648 Ensure the max_early_data option to s_server can be 0 by Matt Caswell · 8 years ago
  16. 576eb39 Get s_client to report on whether early data was accepted or not by Matt Caswell · 8 years ago
  17. e065518 Add a "-early_data" option to s_server by Matt Caswell · 8 years ago
  18. 923ac82 Add an option to s_client to send early_data by Matt Caswell · 8 years ago
  19. 048b189 Add a -max_early_data option to s_server by Matt Caswell · 8 years ago
  20. 398b0bb Add LDAP support (RFC 4511) to s_client ("-starttls ldap") by Robert Scheck · 8 years ago
  21. f8aa157 Check that async_jobs is not negative and not too high. by Bernd Edlinger · 8 years ago
  22. a2b22cd Remove GENCB_TEST compile flag by Rich Salz · 8 years ago
  23. 9fa36f5 Remove some commented out code in the apps by Matt Caswell · 8 years ago
  24. e627a13 Code health: Remove obvious VAX C fixups by Richard Levitte · 8 years ago
  25. b53338c Clean up references to FIPS by Emilia Kasper · 8 years ago
  26. e546e2c Remove debugging leftovers in apps/opt.c by Emilia Kasper · 8 years ago
  27. d86f2f2 Remove ancient demoCA directory by Dr. Stephen Henson · 8 years ago
  28. 395f7c4 Print signature type to out, not bio_err by Dr. Stephen Henson · 8 years ago
  29. 46958a0 Check for the presence of _WIN32 rather than its value. by Richard Levitte · 8 years ago
  30. 2ac915f In apps/rehash.c, decorate the inclusion of internal/o_dir.h for VMS by Richard Levitte · 8 years ago
  31. 39aceac On VMS, massage the fetch file names to remove the generation number by Richard Levitte · 8 years ago
  32. 341de5f Let the output from 'openssl enc -ciphers' go to stdout by Richard Levitte · 8 years ago
  33. 5c80e2a Make "openssl rehash" work on VMS 8.3 and up by Richard Levitte · 8 years ago
  34. 65b3dff apps/req.c: flag "-new" is implied by "-precert" by Rob Percival · 8 years ago
  35. 505fb99 Change CA.pl flag from --newprecert to --precert by Rob Percival · 8 years ago
  36. b6486bf Adds a "-precert" flag to "openssl req" for creating pre-certificates by Rob Percival · 8 years ago
  37. 0fbaef9 Fix some more memory leaks with TXT_DB_insert. by Bernd Edlinger · 8 years ago
  38. 9ad52c5 Fix a few memleaks in TXT_DB. by Bernd Edlinger · 8 years ago
  39. a7c04f2 Provided support for the -nameopt flag in s_client, s_server and s_time by Dmitry Belyavskiy · 8 years ago
  40. d42d0a4 Implementation of the ARIA cipher as described in RFC 5794. by Pauli · 8 years ago
  41. ad39b31 Added '-nameopt' option to the verify command. by Dmitry Belyavskiy · 8 years ago
  42. f14afca Updates following review feedback by Matt Caswell · 8 years ago
  43. b07b2a1 Add the ability for s_client to send a KeyUpdate message by Matt Caswell · 8 years ago
  44. 34df45b Add a capability to s_server to send KeyUpdate messages by Matt Caswell · 8 years ago
  45. 0cb8c9d Change req_check_len error message, it also accepts 20 bytes, but states 'less than' in the error message by lrns · 8 years ago
  46. af7e05c Handle negative reply for NNTP STARTTLS in s_client by Robert Scheck · 8 years ago
  47. 20967af Add Sieve support (RFC 5804) to s_client ("-starttls sieve") by Robert Scheck · 8 years ago
  48. 52f4840 Make -xcert work again. by Dr. Stephen Henson · 8 years ago
  49. e067097 mem leak on error path and error propagation fix by Yuchi · 8 years ago
  50. 222c3da speed.c: simplify aggregation of ecdh --multi results by Cristian Stoica · 8 years ago
  51. c8bff7a speed.c: simplify aggregation of ecdsa --multi results by Cristian Stoica · 8 years ago
  52. 0d4de75 speed.c: simplify aggregation of dsa --multi results by Cristian Stoica · 8 years ago
  53. 8ac2d1a speed.c: simplify aggregation of rsa --multi results by Cristian Stoica · 8 years ago
  54. 6d047e0 SSL_get_shared_sigalgs: handle negative idx parameter by Peter Wu · 8 years ago
  55. 4bf73e9 apps: Add support for writing a keylog file by Peter Wu · 8 years ago
  56. a19a6c8 Remove unused variable by Pauli · 8 years ago
  57. be4c82a Fix parsing of serial# in req by Rich Salz · 8 years ago
  58. 8f85aa6 Add NNTP support (RFC 4642) to s_client ("-starttls nntp") by Robert Scheck · 8 years ago
  59. 91410d4 fix style issues by Dr. Stephen Henson · 8 years ago
  60. 42ef7ae Add SSL_get_peer_signature_type_nid() function. by Dr. Stephen Henson · 8 years ago
  61. b2eb699 More complete PSS support. by Dr. Stephen Henson · 8 years ago
  62. 1f5b44e Miscellaneous style tweaks based on feedback received by Matt Caswell · 8 years ago
  63. be62b22 Update the s_client -sess_out feature to work for TLSv1.3 by Matt Caswell · 8 years ago
  64. 0fe2a0a Fix a few double ; by FdaSilvaYY · 8 years ago
  65. 07a38fd Fix some style and indent issue simplify some code. by FdaSilvaYY · 8 years ago
  66. 28b86f3 Fix some extra or missing whitespaces... by FdaSilvaYY · 8 years ago
  67. ec2a0e6 s_client: Better response success check for CONNECT by Richard Levitte · 8 years ago
  68. 9d6fcd4 Cleanup EVP_CIPH/EP_CTRL duplicate defines by Todd Short · 8 years ago
  69. 0db1fb3 Fix use before assignment by FdaSilvaYY · 8 years ago
  70. 037f2c3 'openssl passwd' command can now compute AIX MD5-based passwords hashes. by Gaétan Njinang · 8 years ago
  71. 487d3a7 Fix list -disabled for blake2 alg by EasySec · 8 years ago
  72. 264b2d9 Enable apps to get a UI_METHOD for the default prompter by Richard Levitte · 8 years ago
  73. 0396a44 print errors in pkey utility by Dr. Stephen Henson · 8 years ago
  74. 57c0f37 Make sure that password_callback exercises UI by Richard Levitte · 8 years ago
  75. 6530c49 Fix some style issues with TLSv1.3 state machine PR by Matt Caswell · 8 years ago
  76. f5ca0b0 Fix some style issues identified during review by Matt Caswell · 8 years ago
  77. acf65ae Add an s_server capability to read an OCSP Response from a file by Matt Caswell · 8 years ago
  78. 7524c52 Avoid warnings like unused enum value (as suggested by Rich Salz) by Robert Scheck · 8 years ago
  79. 1d8a94f Shift inside of switch back one level (code style change, as requested by Rich Salz) by Robert Scheck · 8 years ago
  80. 9576545 Add LMTP support (RFC 2033) to s_client ("-starttls lmtp") by Robert Scheck · 8 years ago
  81. b6c6898 Support MSBLOB format if RC4 is disabled by Dr. Stephen Henson · 8 years ago
  82. 86ff6cc Handle "int_ctx_new:unsupported algorithm" error by Nicola Tuveri · 8 years ago
  83. b756d69 Do not handle R_EC_X25519 as a special case by Nicola Tuveri · 8 years ago
  84. 7943808 Remove leftover KDF pointer by Nicola Tuveri · 8 years ago
  85. 9bffdeb Use CRYPTO_memcmp for comparing derived secrets by Nicola Tuveri · 8 years ago
  86. f7d984d Reintroduce preliminary sanity check in ECDH speed and remove further checks in the benchmark loop. by Nicola Tuveri · 8 years ago
  87. db1dd93 Remove ECDH_EVP_derive_key wrapper function by Nicola Tuveri · 8 years ago
  88. 2e4c3b5 More coding style fixes by Nicola Tuveri · 8 years ago
  89. 29dd15b Run util/openssl-format-source against apps/speed.c by Nicola Tuveri · 8 years ago
  90. cc98e63 bugfix: calculate outlen for each curve by Nicola Tuveri · 8 years ago
  91. dfdd45f Handle EVP_PKEY_derive errors and fix coding style issues by Nicola Tuveri · 8 years ago
  92. c29c7aa Fix coding style and remove some stale code/comments by Nicola Tuveri · 8 years ago
  93. ed7377d Use EVP interface for ECDH in apps/speed.c by Nicola Tuveri · 8 years ago
  94. b379598 Make MSBLOB format work with dsa utility. by Dr. Stephen Henson · 8 years ago
  95. dfc3ffe Introduce PATH_MAX and NAME_MAX by FdaSilvaYY · 8 years ago
  96. 3a19b22 Simplify and fix usage of three string array variable... by FdaSilvaYY · 8 years ago
  97. b612799 Revert "Remove heartbeats completely" by Richard Levitte · 8 years ago
  98. 6c62f9e Remove heartbeats completely by Richard Levitte · 8 years ago
  99. 022696c Allow CA.pl script user to pass extra arguments to openssl command by marko asplund · 8 years ago
  100. a22f9c8 Update s_client and s_server documentation about some missing arguments by EasySec · 8 years ago