summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)Author
2018-02-27Update copyright yearMatt Caswell
2018-02-23Adapt storeutl to allow search for specific objectsRichard Levitte
2018-02-23Adapt storeutl to allow looking for a specific info typeRichard Levitte
2018-02-22initialise dc variable to satisfy old compilers.Steve Linsell
2018-02-21Add support for PBKDF2 for enc commandEasySec
2018-02-21do_body: fix heap-use-after-free.Pavel Kopyl
2018-02-19Add BIO_bind function to bind local address for a socket.John Hughes
2018-02-15Check the return code from ASN1_TIME_diff()Matt Caswell
2018-02-15The function X509_gmtime_adj() can failMatt Caswell
2018-02-14Ignore an s_client psk in TLSv1.3 if not TLSv1.3 suitableMatt Caswell
2018-02-13Update copyright yearMatt Caswell
2018-02-01Fix of prefix bio filter (bf_prefix.c): rely on the given lengthRichard Levitte
2018-02-01Add TLSv1.3 post-handshake authentication (PHA)Todd Short
2018-02-01Remove bad commentsTodd Short
2018-02-01ocsp.c doesn't free the whole output chain, maybe causing a memory leakRichard Levitte
2018-02-01Make sure that apps/openssl prefixes its output with '# ' during testsRichard Levitte
2018-02-01Add an apps internal BIO filter for prefixing output linesRichard Levitte
2018-01-31Apps: divide the modules in direct command modules, support library and initRichard Levitte
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