summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)Author
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
2017-05-11Fix regression in openssl req -x509 behaviour.Tomas Mraz
2017-05-02Convert uses of snprintf to BIO_snprintfRich Salz
2017-04-27Remove (broken) diagnostic printRich Salz
2017-04-25Fix some variable references in init_clientMatt Caswell
2017-04-25openssl enc: Don't unbuffer stdinBernard Spil
2017-04-08e_os.h: omit PRIu64.Andy Polyakov
2017-04-03Ensure dhparams can handle X9.42 params in DERMatt Caswell
2017-03-30More typo fixesFdaSilvaYY
2017-03-17Fix no-dtls buildsMatt Caswell
2017-03-16Simplify code around next_proto.len by changing 'len' data type.FdaSilvaYY
2017-03-14Fix a -Wsign-compare warningBenjamin Kaduk
2017-03-09Make the output of enc -ciphers identicalPauli
2017-03-08Limit the output of the enc -ciphers commandPauli
2017-03-06Increase the password buffer size to APP_PASS_LEN.Pauli
2017-03-01Check that async_jobs is not negative and not too high.Bernd Edlinger
2017-02-23Check for the presence of _WIN32 rather than its value.Richard Levitte
2017-02-23In apps/rehash.c, decorate the inclusion of internal/o_dir.h for VMSRichard Levitte
2017-02-23On VMS, massage the fetch file names to remove the generation numberRichard Levitte
2017-02-23Let the output from 'openssl enc -ciphers' go to stdoutRichard Levitte
2017-02-22Make "openssl rehash" work on VMS 8.3 and upRichard Levitte
2017-02-21Fix some more memory leaks with TXT_DB_insert.Bernd Edlinger
2017-02-21Fix a few memleaks in TXT_DB.Bernd Edlinger
2017-02-16Change req_check_len error messagelrns