summaryrefslogtreecommitdiffstats
path: root/apps (follow)
Commit message (Expand)AuthorAgeFilesLines
* Resolve warnings in VC-WIN32 build, which allows to add /WX.Andy Polyakov2017-11-133-7/+8
* Many spelling fixes/typo's corrected.Josh Soref2017-11-123-3/+3
* Fix an s_client memory leakMatt Caswell2017-11-091-10/+3
* style : fix some if(...FdaSilvaYY2017-11-072-2/+2
* Warn if -days without -x509Rich Salz2017-11-071-0/+2
* Disabled list doesn't contain SM3 and SM4.Pauli2017-11-061-0/+6
* Implement Maximum Fragment Length TLS extension.FdaSilvaYY2017-11-051-2/+35
* Add error handling in dsa_main and ASN1_i2d_bio.Pavel Kopyl2017-11-031-0/+3
* Fix small but important regressionRichard Levitte2017-11-021-1/+1
* 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-091-1/+43
* set_hex() behaviour changeEasySec2017-10-091-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-284-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-291-0/+1
* Move e_os.h to be the very first include.Pauli2017-08-292-2/+2
* Remove the X_OK define, it is unused.Pauli2017-08-291-1/+0
* e_os.h removal from other headers and source files.Pauli2017-08-291-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-212-2/+2
* Safely display SNI (just in case)Rich Salz2017-08-211-3/+11