summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)Author
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
2017-02-14Make -xcert work again.Dr. Stephen Henson
2017-02-14mem leak on error path and error propagation fixYuchi
2017-02-07Remove unused variablePauli
2017-02-06Fix parsing of serial# in reqRich Salz
2017-01-25s_client: Better response success check for CONNECTRichard Levitte
2017-01-24Cleanup EVP_CIPH/EP_CTRL duplicate definesTodd Short
2017-01-23Fix use before assignmentFdaSilvaYY
2017-01-17Fix list -disabled for blake2 algEasySec
2016-12-08Make sure that password_callback exercises UIRichard Levitte
2016-11-17Support MSBLOB format if RC4 is disabledDr. Stephen Henson
2016-11-17Make MSBLOB format work with dsa utility.Dr. Stephen Henson
2016-11-12Update s_client and s_server documentation about some missing argumentsEasySec
2016-10-28Fix a double free in ca command lineMatt Caswell
2016-10-20apps: remove some #ifndef clutterRichard Levitte
2016-10-20apps: instead of varying implementation, make setup_engine a function alwaysRichard Levitte
2016-10-20If an engine comes up explicitely, it must also come down explicitelyRichard Levitte
2016-10-01fix memory leakDr. Stephen Henson
2016-09-29Restore '-keyform engine' support for s_clientDavid Woodhouse
2016-09-28apps/apps.c: initialize and de-initialize engine around key loadingRichard Levitte
2016-09-20RT3669: dgst can only sign/verify one file.Rich Salz
2016-09-20apps/apps.c: include sys/socket.h to declare recv()Richard Levitte
2016-09-19Remove an option related to a deprecated flagFdaSilvaYY
2016-09-19Fix various missing option help messages ...FdaSilvaYY
2016-09-19Fix no-ocspRichard Levitte