summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)Author
2017-10-18Remove parentheses of return.KaoruToda
2017-10-16Some cleanups to apps/ca.cFdaSilvaYY
2017-10-16Make '-name' option of the 's_client' more genericPaul Yang
2017-10-16Cleaning secret data after useEasySec
2017-10-13Remove email addresses from source code.Rich Salz
2017-10-10apps/speed.c: add 'rand' algo to enable DRBG performance measurements.Patrick Steuer
2017-10-10apps/speed.c: fix ccm performance measurements.Patrick Steuer
2017-10-10set_hex() behaviour changeEasySec
2017-10-09Since return is inconsistent, I removed unnecessary parentheses andKaoruToda
2017-10-07Anchor the regexp matchRich Salz
2017-10-07Rewrite some codeRich Salz
2017-09-29Remove unnecessary #include <openssl/lhash.h> directives.Pauli
2017-09-26Make sure that a cert with extensions gets version number 2 (v3)Richard Levitte
2017-09-23Remove dhparam from SSL_CONF list.Dr. Stephen Henson
2017-09-23Fix 'key' option in s_server can be in ENGINE keyformPichulin Dmitrii
2017-09-21Reenable s_server -dhparam optionBenjamin Kaduk
2017-09-13Fix typo in commentBenjamin Kaduk
2017-09-13Support key check in EVP interfacePaul Yang
2017-09-12Add a recursive option to 'openssl storeutl'Richard Levitte
2017-09-08Allow an endpoint to read the alert data before closing the socketMatt Caswell
2017-09-01struct timeval include guardsPauli
2017-08-31Various review fixes for PSK early_data supportMatt Caswell
2017-08-31Show the error stack if there was an error writing early data in s_clientMatt Caswell
2017-08-31If no SNI has been explicitly set use the one from the sessionMatt Caswell
2017-08-31Enable the ability to use an external PSK for sending early_dataMatt Caswell
2017-08-30Move OPENSSL_CONF from e_os.h to cryptlib.hPauli
2017-08-30Move e_os.h to be the very first include.Pauli
2017-08-30Remove the X_OK define, it is unused.Pauli
2017-08-30e_os.h removal from other headers and source files.Pauli
2017-08-25NO_SYS_TYPES_H isn't defined anywhere, stop using it as a guardRichard Levitte
2017-08-25Ensure we exchange cookies in s_server even if SCTP is disabledMatt Caswell
2017-08-24apps/passwd.c: Make MD5 and SHA password making EBCDIC awareRichard Levitte
2017-08-24apps/passwd.c: Fix code layoutRichard Levitte
2017-08-24apps/passwd.c: Don't disable MD5 and SHA when CHARSET_EBCDIC is definedRichard Levitte
2017-08-22(Re)move some things from e_os.hRich Salz
2017-08-22Remove useless macros in apps/speed.cPaul Yang
2017-08-22Add random serial# support.Rich Salz
2017-08-22Dead code elimination.Pauli
2017-08-22Fix ctype arguments.Pauli
2017-08-21Safely display SNI (just in case)Rich Salz
2017-08-21Check # of arguments for remaining commands.Rich Salz
2017-08-19Fix ui_write in apps/apps.cRichard Levitte
2017-08-18Addressed build failure because of missing #ifdef AF_UNIX guardBalaji Marisetti
2017-08-17Determine the number of output columns for the list and help commands usingPauli
2017-08-15Print pathnames for 'version -r'Rich Salz
2017-08-15Revert "Add some casts for %j"Rich Salz
2017-08-14Add some casts for %jRich Salz
2017-08-14Doc fixesRich Salz
2017-08-11Clarify CLI OCSP documentationJohannes Bauer
2017-08-11Fix some Typos and indentsFdaSilvaYY