summaryrefslogtreecommitdiff
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* apps/speed.c: detect evp cipher 32-bit ctr overflow and reset ivPatrick Steuer2017-12-051-7/+14
* key_A and key_B had 3 references, only 2 were freed.Patrick Steuer2017-12-041-0/+2
* apps/speed.c: use 32 byte key material as defaultPatrick Steuer2017-12-041-2/+2
* apps/speed.c: add -seconds and -bytes optionsPatrick Steuer2017-12-041-99/+146
* Adjusted Argument IndicesMarkus Sauermann2017-12-031-3/+3
* Use ChaCha only if prioritized by clntTodd Short2017-11-301-0/+4
* Add SM3/SM4 to openssl command-line toolRonald Tse2017-11-221-7/+9
* Provide a more information early_data message in s_serverMatt Caswell2017-11-211-3/+7
* Ignore the session when setting SNI in s_clientMatt Caswell2017-11-211-11/+0
* Support multi-prime RSA (RFC 8017)Paul Yang2017-11-212-6/+52
* Support public key and param check in EVP interfacePaul Yang2017-11-202-6/+50
* 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-113-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-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