summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)Author
2018-02-21do_body: fix heap-use-after-free.Pavel Kopyl
2018-02-15Check the return code from ASN1_TIME_diff()Matt Caswell
2018-02-15The function X509_gmtime_adj() can failMatt Caswell
2018-01-30Add the SSL_OP_NO_RENEGOTIATION option to 1.1.0Matt Caswell
2018-01-26Fix some style nits in commit eee8a40Bernd Edlinger
2018-01-25Check # of arguments for remaining commands.Rich Salz
2018-01-25Make the s_server command listen on IPv6 only when requestedBernd Edlinger
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-15Fix intermittent Windows and Cygwin failures in s_serverRichard Levitte
2018-01-15Fix 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-09Update copyright years on all files merged since Jan 1st 2018Richard Levitte
2018-01-09Various small build improvements on mkdef.pl, progs.plDavid von Oheimb
2018-01-06Corrected 'cms' exit status when key or certificate cannot be openedKonstantin Shemyak
2017-12-10Useless conf != NULL testFdaSilvaYY
2017-12-08Standardize syntax of sizeof(foo)Rich Salz
2017-12-08In apps_startup(), call OPENSSL_init_ssl() rather than OPENSSL_init_crypto()Richard Levitte
2017-12-04Adjusted Argument IndicesMarkus Sauermann
2017-11-03Add error handling in dsa_main and ASN1_i2d_bio.Pavel Kopyl
2017-11-02Fix small but important regressionRichard Levitte
2017-09-26Make sure that a cert with extensions gets version number 2 (v3)Richard Levitte
2017-09-23Fix 'key' option in s_server can be in ENGINE keyformPichulin Dmitrii
2017-09-23Remove dhparam from SSL_CONF list.Dr. Stephen Henson
2017-09-21Reenable s_server -dhparam optionBenjamin Kaduk
2017-09-08Allow an endpoint to read the alert data before closing the socketMatt Caswell
2017-08-25NO_SYS_TYPES_H isn't defined anywhere, stop using it as a guardRichard Levitte
2017-08-22Fix ctype arguments.Pauli
2017-08-18Addressed build failure because of missing #ifdef AF_UNIX guardBalaji Marisetti
2017-08-09Add missing HTML tag in www_body in s_server.cXiaoyin Liu
2017-07-31app_isdir() cleanupXiaoyin Liu
2017-07-28Fix rsa -check optionPaul Yang
2017-07-26Fix potential use-after-free and memory leakPauli
2017-07-24schlock global variable needs to be volatileXiaoyin Liu
2017-07-17Fix bogus use of BIO_sock_should_retry.Bernd Edlinger
2017-07-14Fix gcc-7 warnings about missing fall thru comments.Bernd Edlinger
2017-07-14Update PR#3925Roelof duToit
2017-07-14Retry SSL_read on ERROR_WANT_READ.Roelof duToit
2017-07-01When apps_startup() fails, exit with a failure code and a messageRichard Levitte
2017-06-25tsget.in: remove call of WWW::Curl::Easy::global_cleanupRichard Levitte
2017-06-15Build apps/progs.h dynamicallyRichard Levitte
2017-06-10Fix possible usage of NULL pointers in apps/spkac.cPaul Yang
2017-06-09Fix speed command for alternation of ciphers and digests.Jonathan Protzenko
2017-05-31Fix coding style in apps/passwd filePaul Yang
2017-05-27Make default_method mostly compile-timeRich Salz
2017-05-22Fix srp app missing NULL termination with password callbackDiego Santa Cruz
2017-05-21-inkey can be an identifier, not just a fileRich Salz
2017-05-19Fix endless loop on srp app when listing usersDiego Santa Cruz