aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix some Typos and indentsFdaSilvaYY2017-08-111-1/+1
* Add missing HTML tag in www_body in s_server.cXiaoyin Liu2017-08-091-2/+3
* Fix building without scryptJohannes Bauer2017-08-081-0/+2
* Add a DRBG to each SSL objectRich Salz2017-08-031-2/+2
* Switch from ossl_rand to DRBG randRich Salz2017-08-031-14/+0
* Allow use of long name for KDFsDr. Stephen Henson2017-08-031-2/+6
* Add '-ext' option to display extensions in 'x509'Paul Yang2017-08-011-3/+101
* app_isdir() cleanupXiaoyin Liu2017-07-311-11/+9
* Add list -public-key-methodsDr. Stephen Henson2017-07-291-1/+23
* Fix rsa -check optionPaul Yang2017-07-291-2/+2
* handle scrypt PBKDF in PKCS#12 files infoHubert Kario2017-07-261-0/+16
* nicer formatting for MAC infoHubert Kario2017-07-261-2/+2