summaryrefslogtreecommitdiffstats
path: root/apps/apps.c
AgeCommit message (Expand)Author
2018-08-14Update copyright yearMatt Caswell
2018-05-31apps: when the 'compat' nameopt has been set, leave it beRichard Levitte
2017-12-08Standardize syntax around sizeof(foo)Rich Salz
2017-11-13Resolve warnings in VC-WIN32 build, which allows to add /WX.Andy Polyakov
2016-10-20apps: make setup_engine() and release_engine() available alwaysRichard Levitte
2016-10-20If an engine comes up explicitely, it must also come down explicitelyRichard Levitte
2016-09-28apps/apps.c: initialize and de-initialize engine around key loadingRichard Levitte
2016-09-28Revert "Call ENGINE_init() before trying to use keys from engine"Rich Salz
2016-09-28Call ENGINE_init() before trying to use keys from engineDavid Woodhouse
2016-09-21apps/apps.c: include sys/socket.h to declare recv()Richard Levitte
2016-09-15Refactor to avoid unnecessary preprocessor logicRichard Levitte
2016-08-19Fix NULL-return checks in 1.0.2Rich Salz
2016-06-29Allow proxy certs to be present when verifying a chainRichard Levitte
2016-05-20Revert "Make it possible to have RFC2254 escapes with ASN1_STRING_print_ex()"Richard Levitte
2016-05-18Make it possible to have RFC2254 escapes with ASN1_STRING_print_ex()Richard Levitte
2016-02-02Fix pkeyutl/rsautl empty encrypt-input/decrypt-output handlingViktor Dukhovni
2015-10-23Remove useless codeAlessandro Ghedini
2015-09-11Use default field separator.Dr. Stephen Henson
2015-04-20Add -no_alt_chains option to apps to implement the newMatt Caswell
2015-04-16Code style: space after 'if'Viktor Dukhovni
2015-03-05Unchecked malloc fixesMatt Caswell
2015-02-10Fix hostname validation in the command-line tool to honour negative return va...Emilia Kasper
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2015-01-22Move more comments that confuse indentMatt Caswell
2015-01-22Further comment amendments to preserve formatting prior to source reformatMatt Caswell
2014-07-07Update API to use (char *) for email addresses and hostnamesViktor Dukhovni
2014-07-07Set optional peername when X509_check_host() succeeds.Viktor Dukhovni
2014-06-27Memory leak and NULL dereference fixes.Dr. Stephen Henson
2014-04-04Use correct length when prompting for password.Dr. Stephen Henson
2014-02-25Avoid Windows 8 Getversion deprecated errors.Dr. Stephen Henson
2014-02-01Improve WINCE support.Andy Polyakov
2013-11-14Fix compilation with no-nextprotoneg.Piotr Sikora
2013-01-18Add code to download CRLs based on CRLDP extension.Dr. Stephen Henson
2013-01-18New option to add CRLs for s_client and s_server.Dr. Stephen Henson
2013-01-17add option to get a certificate or CRL from a URLDr. Stephen Henson
2012-12-29make JPAKE work again, fix memory leaksDr. Stephen Henson
2012-12-26add Suite B verification flagsDr. Stephen Henson
2012-12-19Integrate host, email and IP address checks into X509_verify.Dr. Stephen Henson
2012-12-19Backport X509 hostname, IP address and email checking code from HEAD.Dr. Stephen Henson
2012-12-14New verify flag to return success if we have any certificate in the trustedDr. Stephen Henson
2012-12-04check mval for NULL tooDr. Stephen Henson
2012-12-03fix leakDr. Stephen Henson
2012-09-26add -trusted_first option and verify flag (backport from HEAD)Dr. Stephen Henson
2012-02-11PR: 2717Dr. Stephen Henson
2012-02-10PR: 2710Dr. Stephen Henson
2011-12-10implement -attime option as a verify parameter then it works with all relevan...Dr. Stephen Henson
2011-11-13Add Next Protocol Negotiation.Ben Laurie
2011-03-19Apply all the changes submitted by Steven M. Schweda <sms@antinode.info>Richard Levitte
2010-11-11PR: 2366Dr. Stephen Henson
2010-06-15Fix warnings (From HEAD, original patch by Ben).Dr. Stephen Henson