summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)Author
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
2017-08-09Add missing HTML tag in www_body in s_server.cXiaoyin Liu
2017-08-08Fix building without scryptJohannes Bauer
2017-08-03Add a DRBG to each SSL objectRich Salz
2017-08-03Switch from ossl_rand to DRBG randRich Salz
2017-08-03Allow use of long name for KDFsDr. Stephen Henson
2017-08-01Add '-ext' option to display extensions in 'x509'Paul Yang
2017-07-31app_isdir() cleanupXiaoyin Liu
2017-07-29Add list -public-key-methodsDr. Stephen Henson
2017-07-29Fix rsa -check optionPaul Yang
2017-07-26handle scrypt PBKDF in PKCS#12 files infoHubert Kario
2017-07-26nicer formatting for MAC infoHubert Kario
2017-07-26more info about PKCS#12 structure MACHubert Kario
2017-07-26pkcs12.c better formatting for unsupported paramsHubert Kario
2017-07-26Fix potential use-after-free and memory leakPauli
2017-07-24schlock global variable needs to be volatileXiaoyin Liu
2017-07-23Remove unused function prototypesXiaoyin Liu
2017-07-22Add --with-rand-seedRich Salz
2017-07-21Support converting cipher name to RFC name and vice versaPaul Yang
2017-07-17Fix bogus use of BIO_sock_should_retry.Bernd Edlinger
2017-07-17Fix use-after-freeRich Salz