summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)Author
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
2017-11-07Warn if -days without -x509Rich Salz
2017-11-06Disabled list doesn't contain SM3 and SM4.Pauli
2017-11-05Implement Maximum Fragment Length TLS extension.FdaSilvaYY
2017-11-03Add error handling in dsa_main and ASN1_i2d_bio.Pavel Kopyl
2017-11-02Fix small but important regressionRichard Levitte
2017-10-22apps/s_client.c: add missing null checkKaoruToda
2017-10-18Remove parentheses of return.KaoruToda
2017-10-16Some cleanups to apps/ca.cFdaSilvaYY
2017-10-16Make '-name' option of the 's_client' more genericPaul Yang
2017-10-16Cleaning secret data after useEasySec
2017-10-13Remove email addresses from source code.Rich Salz
2017-10-10apps/speed.c: add 'rand' algo to enable DRBG performance measurements.Patrick Steuer
2017-10-10apps/speed.c: fix ccm performance measurements.Patrick Steuer