aboutsummaryrefslogtreecommitdiff
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2018-02-01Fix of prefix bio filter (bf_prefix.c): rely on the given lengthRichard Levitte1-2/+3
2018-02-01Add TLSv1.3 post-handshake authentication (PHA)Todd Short3-0/+23
2018-02-01Remove bad commentsTodd Short1-11/+0
2018-02-01ocsp.c doesn't free the whole output chain, maybe causing a memory leakRichard Levitte1-1/+1
2018-02-01Make sure that apps/openssl prefixes its output with '# ' during testsRichard Levitte3-1/+26
2018-02-01Add an apps internal BIO filter for prefixing output linesRichard Levitte3-2/+186
2018-01-31Apps: divide the modules in direct command modules, support library and initRichard Levitte1-11/+17
2018-01-31apps: Don't include progs.h in apps.hRichard Levitte48-3/+48
2018-01-26Fix some style nits in commit eee8a40Bernd Edlinger1-6/+8
2018-01-25Make the s_server command listen on IPv6 only when requestedBernd Edlinger1-3/+24
2018-01-24Make editorial changes suggested by Matt Caswell and fixed Travis failures.David Cooper1-3/+3
2018-01-24Make editorial changes suggested by Rich Salz and add the -rsigopt option to ...David Cooper1-4/+3
2018-01-24Add -rsigopt option to ocsp commandDavid Cooper1-6/+37
2018-01-24Add the ability for s_server to operate statelesslyMatt Caswell1-52/+68
2018-01-24Enable the cookie callbacks to work even in TLS in the appsMatt Caswell3-12/+33
2018-01-23Fix no-ec --strict-warnings buildsBenjamin Kaduk1-0/+2
2018-01-22Don't attempt to use X25519 for ECDSA in speedMatt Caswell1-8/+9
2018-01-22Don't crash on a missing Subject in index.txtMatt Caswell1-0/+4
2018-01-22Don't allow an empty Subject when creating a CertificateMatt Caswell1-0/+10
2018-01-19Copyright update of more files that have changed this yearRichard Levitte5-6/+6
2018-01-15Fix intermittent Windows and Cygwin failures in s_serverRichard Levitte1-0/+14
2018-01-14Fix intermittent Cygwin failures in s_clientRichard Levitte1-1/+5
2018-01-14Use constant value 1 instead of SHUT_WR in do_serverBernd Edlinger1-7/+1
2018-01-14Explicitly shut the socket down in s_clientBernd Edlinger1-0/+11
2018-01-12Change the name of the SEC typedef to openssl_speed_sec_t.Pauli1-6/+7
2018-01-09Update copyright years on all files merged since Jan 1st 2018Richard Levitte3-3/+3
2018-01-09Various small build improvements on mkdef.pl, progs.pl, crypto/init.c, crypto...David von Oheimb1-1/+1
2018-01-08Clarify error for unrecognized arguments.Jacob Hoffman-Andrews1-2/+2
2018-01-07Remove remaining NETWARE ifdef'sRich Salz1-15/+0
2018-01-06Add the possibility to do 'openssl help [command]'Richard Levitte1-0/+10
2018-01-06apps: make sure prog_init only calculates onceRichard Levitte1-2/+9
2018-01-06Corrected 'cms' exit status when key or certificate cannot be openedKonstantin Shemyak1-2/+6
2017-12-28Add 'openssl req' option to specify extension values on command lineRichard Levitte3-10/+58
2017-12-14Merge HRR into ServerHelloMatt Caswell1-1/+0
2017-12-14Implement session id TLSv1.3 middlebox compatibility modeMatt Caswell1-3/+5
2017-12-11Fix typo in commentBenjamin Kaduk1-1/+1
2017-12-09Useless conf != NULL testFdaSilvaYY1-21/+14
2017-12-09apps/speed.c: initialize buffersPatrick Steuer1-6/+7
2017-12-09apps/speed.c: generate evp_cipher keys implicitlyPatrick Steuer1-9/+22
2017-12-08In apps_startup(), call OPENSSL_init_ssl() rather than OPENSSL_init_crypto()Richard Levitte1-2/+2
2017-12-08Fix some issues in apps/reqPaul Yang1-2/+6
2017-12-07Consistent formatting for sizeof(foo)Rich Salz18-101/+101
2017-12-05apps/speed.c: detect evp cipher 32-bit ctr overflow and reset ivPatrick Steuer1-7/+14
2017-12-04key_A and key_B had 3 references, only 2 were freed.Patrick Steuer1-0/+2
2017-12-04apps/speed.c: use 32 byte key material as defaultPatrick Steuer1-2/+2
2017-12-04apps/speed.c: add -seconds and -bytes optionsPatrick Steuer1-99/+146
2017-12-03Adjusted Argument IndicesMarkus Sauermann1-3/+3
2017-11-30Use ChaCha only if prioritized by clntTodd Short1-0/+4
2017-11-22Add SM3/SM4 to openssl command-line toolRonald Tse1-7/+9
2017-11-21Provide a more information early_data message in s_serverMatt Caswell1-3/+7