summaryrefslogtreecommitdiff
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* Fix some style nits in commit eee8a40Bernd Edlinger2018-01-261-6/+8
* Make the s_server command listen on IPv6 only when requestedBernd Edlinger2018-01-251-3/+24
* Make editorial changes suggested by Matt Caswell and fixed Travis failures.David Cooper2018-01-241-3/+3
* Make editorial changes suggested by Rich Salz and add the -rsigopt option to ...David Cooper2018-01-241-4/+3
* Add -rsigopt option to ocsp commandDavid Cooper2018-01-241-6/+37
* Add the ability for s_server to operate statelesslyMatt Caswell2018-01-241-52/+68
* Enable the cookie callbacks to work even in TLS in the appsMatt Caswell2018-01-243-12/+33
* Fix no-ec --strict-warnings buildsBenjamin Kaduk2018-01-231-0/+2
* Don't attempt to use X25519 for ECDSA in speedMatt Caswell2018-01-221-8/+9
* Don't crash on a missing Subject in index.txtMatt Caswell2018-01-221-0/+4
* Don't allow an empty Subject when creating a CertificateMatt Caswell2018-01-221-0/+10
* Copyright update of more files that have changed this yearRichard Levitte2018-01-195-6/+6
* Fix intermittent Windows and Cygwin failures in s_serverRichard Levitte2018-01-151-0/+14
* Fix intermittent Cygwin failures in s_clientRichard Levitte2018-01-141-1/+5
* Use constant value 1 instead of SHUT_WR in do_serverBernd Edlinger2018-01-141-7/+1
* Explicitly shut the socket down in s_clientBernd Edlinger2018-01-141-0/+11
* Change the name of the SEC typedef to openssl_speed_sec_t.Pauli2018-01-121-6/+7
* Update copyright years on all files merged since Jan 1st 2018Richard Levitte2018-01-093-3/+3
* Various small build improvements on mkdef.pl, progs.pl, crypto/init.c, crypto...David von Oheimb2018-01-091-1/+1
* Clarify error for unrecognized arguments.Jacob Hoffman-Andrews2018-01-081-2/+2
* Remove remaining NETWARE ifdef'sRich Salz2018-01-071-15/+0
* Add the possibility to do 'openssl help [command]'Richard Levitte2018-01-061-0/+10
* apps: make sure prog_init only calculates onceRichard Levitte2018-01-061-2/+9
* Corrected 'cms' exit status when key or certificate cannot be openedKonstantin Shemyak2018-01-061-2/+6
* Add 'openssl req' option to specify extension values on command lineRichard Levitte2017-12-283-10/+58
* Merge HRR into ServerHelloMatt Caswell2017-12-141-1/+0
* Implement session id TLSv1.3 middlebox compatibility modeMatt Caswell2017-12-141-3/+5
* Fix typo in commentBenjamin Kaduk2017-12-111-1/+1
* Useless conf != NULL testFdaSilvaYY2017-12-091-21/+14
* apps/speed.c: initialize buffersPatrick Steuer2017-12-091-6/+7
* apps/speed.c: generate evp_cipher keys implicitlyPatrick Steuer2017-12-091-9/+22
* In apps_startup(), call OPENSSL_init_ssl() rather than OPENSSL_init_crypto()Richard Levitte2017-12-081-2/+2
* Fix some issues in apps/reqPaul Yang2017-12-081-2/+6
* Consistent formatting for sizeof(foo)Rich Salz2017-12-0718-101/+101
* 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