aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* apps/s_client.c: add missing null checkKaoruToda2017-10-222-12/+18
* Remove parentheses of return.KaoruToda2017-10-1835-95/+95
* Some cleanups to apps/ca.cFdaSilvaYY2017-10-161-56/+34
* Make '-name' option of the 's_client' more genericPaul Yang2017-10-161-13/+13
* Cleaning secret data after useEasySec2017-10-161-3/+7
* Remove email addresses from source code.Rich Salz2017-10-133-9/+1
* apps/speed.c: add 'rand' algo to enable DRBG performance measurements.Patrick Steuer2017-10-101-2/+28
* apps/speed.c: fix ccm performance measurements.Patrick Steuer2017-10-101-1/+43
* set_hex() behaviour changeEasySec2017-10-101-10/+11
* Since return is inconsistent, I removed unnecessary parentheses andKaoruToda2017-10-095-6/+6
* Anchor the regexp matchRich Salz2017-10-071-1/+1
* Rewrite some codeRich Salz2017-10-071-6/+2
* Remove unnecessary #include <openssl/lhash.h> directives.Pauli2017-09-294-4/+0
* Make sure that a cert with extensions gets version number 2 (v3)Richard Levitte2017-09-261-1/+9
* Remove dhparam from SSL_CONF list.Dr. Stephen Henson2017-09-231-4/+1
* Fix 'key' option in s_server can be in ENGINE keyformPichulin Dmitrii2017-09-231-1/+1
* Reenable s_server -dhparam optionBenjamin Kaduk2017-09-211-0/+1
* Fix typo in commentBenjamin Kaduk2017-09-131-1/+1
* Support key check in EVP interfacePaul Yang2017-09-131-2/+38
* Add a recursive option to 'openssl storeutl'Richard Levitte2017-09-121-17/+56
* Allow an endpoint to read the alert data before closing the socketMatt Caswell2017-09-081-0/+17
* struct timeval include guardsPauli2017-09-011-4/+1
* Various review fixes for PSK early_data supportMatt Caswell2017-08-311-2/+1
* Show the error stack if there was an error writing early data in s_clientMatt Caswell2017-08-311-0/+1
* If no SNI has been explicitly set use the one from the sessionMatt Caswell2017-08-311-0/+20
* Enable the ability to use an external PSK for sending early_dataMatt Caswell2017-08-311-2/+4
* Move OPENSSL_CONF from e_os.h to cryptlib.hPauli2017-08-301-0/+1
* Move e_os.h to be the very first include.Pauli2017-08-302-2/+2
* Remove the X_OK define, it is unused.Pauli2017-08-301-1/+0
* e_os.h removal from other headers and source files.Pauli2017-08-301-1/+2
* NO_SYS_TYPES_H isn't defined anywhere, stop using it as a guardRichard Levitte2017-08-251-3/+1
* Ensure we exchange cookies in s_server even if SCTP is disabledMatt Caswell2017-08-251-3/+2
* apps/passwd.c: Make MD5 and SHA password making EBCDIC awareRichard Levitte2017-08-241-64/+108
* apps/passwd.c: Fix code layoutRichard Levitte2017-08-241-34/+36
* apps/passwd.c: Don't disable MD5 and SHA when CHARSET_EBCDIC is definedRichard Levitte2017-08-241-48/+2
* (Re)move some things from e_os.hRich Salz2017-08-227-10/+4
* Remove useless macros in apps/speed.cPaul Yang2017-08-221-2/+0
* Add random serial# support.Rich Salz2017-08-223-28/+49
* Dead code elimination.Pauli2017-08-221-9/+0
* Fix ctype arguments.Pauli2017-08-222-2/+2
* Safely display SNI (just in case)Rich Salz2017-08-211-3/+11
* Check # of arguments for remaining commands.Rich Salz2017-08-217-23/+48
* Fix ui_write in apps/apps.cRichard Levitte2017-08-191-1/+1
* Addressed build failure because of missing #ifdef AF_UNIX guardBalaji Marisetti2017-08-181-0/+2
* Determine the number of output columns for the list and help commands usingPauli2017-08-171-15/+35
* Print pathnames for 'version -r'Rich Salz2017-08-151-3/+19
* Revert "Add some casts for %j"Rich Salz2017-08-152-6/+4
* Add some casts for %jRich Salz2017-08-142-4/+6
* Doc fixesRich Salz2017-08-141-18/+61
* Clarify CLI OCSP documentationJohannes Bauer2017-08-111-1/+1