summaryrefslogtreecommitdiffstats
path: root/apps/apps.c
AgeCommit message (Expand)Author
2015-07-16Remove obsolete key formats.Rich Salz
2015-06-15RT2547: Tighten perms on generated privkey filesRich Salz
2015-05-29Restore module loadingRichard Levitte
2015-05-28RT3876: Only load config when neededRich Salz
2015-05-22Remove support for OPENSSL_NO_TLSEXTMatt Caswell
2015-05-11Use p==NULL not !p (in if statements, mainly)Rich Salz
2015-05-06Use "==0" instead of "!strcmp" etcRich Salz
2015-05-06Initialize potentially uninitialized local variablesGunnar Kudrjavets
2015-05-05Fix windows buildMatt Caswell
2015-05-04Use safer sizeof variant in mallocRich Salz
2015-05-04more OSSL_NELEM casesDr. Stephen Henson
2015-05-01free NULL cleanup -- codaRich Salz
2015-05-01free NULL cleanup 11Rich Salz
2015-05-01free null cleanup finaleRich Salz
2015-04-30free NULL cleanup 7Rich Salz
2015-04-30free cleanup 12Rich Salz
2015-04-30free cleanup almost the finaleRich Salz
2015-04-30In apps, malloc or dieRich Salz
2015-04-30free NULL cleanup 5aRich Salz
2015-04-30free NULL cleanup 8Rich Salz
2015-04-30Fix windows buildMatt Caswell
2015-04-29Rewrite parse_nameRich Salz
2015-04-29use isxdigit and apps_tohexRich Salz
2015-04-29Remove needless bio_err argumentRich Salz
2015-04-28remove malloc castsRich Salz
2015-04-26Simplify parse_yesno; remove local variableRich Salz
2015-04-24Big apps cleanup (option-parsing, etc)Rich Salz
2015-04-16Code style: space after 'if'Viktor Dukhovni
2015-04-11free NULL cleanup 9Rich Salz
2015-03-25free NULL cleanupRich Salz
2015-03-05Unchecked malloc fixesMatt Caswell
2015-02-25Add -no_alt_chains option to apps to implement the newMatt Caswell
2015-02-10Fix hostname validation in the command-line tool to honour negative return va...Emilia Kasper
2015-01-23ifdef cleanup part 3: OPENSSL_SYSNAMERich Salz
2015-01-22ifdef cleanup, 2 remove OPENSSL_NO_SETVBUF_IONBFRich Salz
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2015-01-22Move more comments that confuse indentMatt Caswell
2015-01-12RT3548: Remove unsupported platformsRich Salz
2015-01-06Further 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-06Set optional peername when X509_check_host() succeeds.Viktor Dukhovni
2014-06-27Memory leak and NULL dereference fixes.Dr. Stephen Henson
2014-05-24Add an NSS output format to sess_id to export to export the session id and th...Martin Kaiser
2014-04-04Use correct length when prompting for password.Dr. Stephen Henson
2014-02-25Avoid Windows 8 Getversion deprecated errors.Dr. Stephen Henson
2013-11-14Fix compilation with no-nextprotoneg.Piotr Sikora
2013-01-19Improve WINCE support.Andy Polyakov
2012-12-29make JPAKE work again, fix memory leaksDr. Stephen Henson
2012-12-13New verify flag to return success if we have any certificate in theDr. Stephen Henson
2012-12-06Add code to download CRLs based on CRLDP extension.Dr. Stephen Henson