summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)Author
2018-01-31apps: Don't include progs.h in apps.hRichard Levitte
2018-01-26Fix some style nits in commit eee8a40Bernd Edlinger
2018-01-25Make the s_server command listen on IPv6 only when requestedBernd Edlinger
2018-01-24Make editorial changes suggested by Matt Caswell and fixed Travis failures.David Cooper
2018-01-24Make editorial changes suggested by Rich Salz and add the -rsigopt option to ...David Cooper
2018-01-24Add -rsigopt option to ocsp commandDavid Cooper
2018-01-24Add the ability for s_server to operate statelesslyMatt Caswell
2018-01-24Enable the cookie callbacks to work even in TLS in the appsMatt Caswell
2018-01-23Fix no-ec --strict-warnings buildsBenjamin Kaduk
2018-01-22Don't attempt to use X25519 for ECDSA in speedMatt Caswell
2018-01-22Don't crash on a missing Subject in index.txtMatt Caswell
2018-01-22Don't allow an empty Subject when creating a CertificateMatt Caswell
2018-01-19Copyright update of more files that have changed this yearRichard Levitte
2018-01-15Fix intermittent Windows and Cygwin failures in s_serverRichard Levitte
2018-01-14Fix intermittent Cygwin failures in s_clientRichard Levitte
2018-01-14Use constant value 1 instead of SHUT_WR in do_serverBernd Edlinger
2018-01-14Explicitly shut the socket down in s_clientBernd Edlinger
2018-01-12Change the name of the SEC typedef to openssl_speed_sec_t.Pauli
2018-01-09Update copyright years on all files merged since Jan 1st 2018Richard Levitte
2018-01-09Various small build improvements on mkdef.pl, progs.pl, crypto/init.c, crypto...David von Oheimb
2018-01-08Clarify error for unrecognized arguments.Jacob Hoffman-Andrews
2018-01-07Remove remaining NETWARE ifdef'sRich Salz
2018-01-06Add the possibility to do 'openssl help [command]'Richard Levitte
2018-01-06apps: make sure prog_init only calculates onceRichard Levitte
2018-01-06Corrected 'cms' exit status when key or certificate cannot be openedKonstantin Shemyak
2017-12-28Add 'openssl req' option to specify extension values on command lineRichard Levitte
2017-12-14Merge HRR into ServerHelloMatt Caswell
2017-12-14Implement session id TLSv1.3 middlebox compatibility modeMatt Caswell
2017-12-11Fix typo in commentBenjamin Kaduk
2017-12-09Useless conf != NULL testFdaSilvaYY
2017-12-09apps/speed.c: initialize buffersPatrick Steuer
2017-12-09apps/speed.c: generate evp_cipher keys implicitlyPatrick Steuer
2017-12-08In apps_startup(), call OPENSSL_init_ssl() rather than OPENSSL_init_crypto()Richard Levitte
2017-12-08Fix some issues in apps/reqPaul Yang
2017-12-07Consistent formatting for sizeof(foo)Rich Salz
2017-12-05apps/speed.c: detect evp cipher 32-bit ctr overflow and reset ivPatrick Steuer
2017-12-04key_A and key_B had 3 references, only 2 were freed.Patrick Steuer
2017-12-04apps/speed.c: use 32 byte key material as defaultPatrick Steuer
2017-12-04apps/speed.c: add -seconds and -bytes optionsPatrick Steuer
2017-12-03Adjusted Argument IndicesMarkus Sauermann
2017-11-30Use ChaCha only if prioritized by clntTodd Short
2017-11-22Add SM3/SM4 to openssl command-line toolRonald Tse
2017-11-21Provide a more information early_data message in s_serverMatt Caswell
2017-11-21Ignore the session when setting SNI in s_clientMatt Caswell
2017-11-21Support multi-prime RSA (RFC 8017)Paul Yang
2017-11-20Support public key and param check in EVP interfacePaul Yang
2017-11-13Resolve warnings in VC-WIN32 build, which allows to add /WX.Andy Polyakov
2017-11-11Many spelling fixes/typo's corrected.Josh Soref
2017-11-09Fix an s_client memory leakMatt Caswell
2017-11-07style : fix some if(...FdaSilvaYY