aboutsummaryrefslogtreecommitdiffstats
path: root/apps/apps.c
Commit message (Expand)AuthorAgeFilesLines
...
* Use "==0" instead of "!strcmp" etcRich Salz2015-05-061-10/+11
* Initialize potentially uninitialized local variablesGunnar Kudrjavets2015-05-061-1/+1
* Fix windows buildMatt Caswell2015-05-051-1/+1
* Use safer sizeof variant in mallocRich Salz2015-05-041-4/+5
* more OSSL_NELEM casesDr. Stephen Henson2015-05-041-1/+1
* free NULL cleanup -- codaRich Salz2015-05-011-12/+6
* free NULL cleanup 11Rich Salz2015-05-011-2/+1
* free null cleanup finaleRich Salz2015-05-011-6/+2
* free NULL cleanup 7Rich Salz2015-04-301-1/+2
* free cleanup 12Rich Salz2015-04-301-6/+3
* free cleanup almost the finaleRich Salz2015-04-301-4/+1
* In apps, malloc or dieRich Salz2015-04-301-17/+19
* free NULL cleanup 5aRich Salz2015-04-301-2/+1
* free NULL cleanup 8Rich Salz2015-04-301-4/+2
* Fix windows buildMatt Caswell2015-04-301-3/+3
* Rewrite parse_nameRich Salz2015-04-291-108/+58
* use isxdigit and apps_tohexRich Salz2015-04-291-0/+39
* Remove needless bio_err argumentRich Salz2015-04-291-10/+10
* remove malloc castsRich Salz2015-04-281-4/+3
* Simplify parse_yesno; remove local variableRich Salz2015-04-261-9/+3
* Big apps cleanup (option-parsing, etc)Rich Salz2015-04-241-670/+214
* Code style: space after 'if'Viktor Dukhovni2015-04-161-2/+2
* free NULL cleanup 9Rich Salz2015-04-111-2/+1
* free NULL cleanupRich Salz2015-03-251-8/+4
* Unchecked malloc fixesMatt Caswell2015-03-051-0/+11
* Add -no_alt_chains option to apps to implement the newMatt Caswell2015-02-251-0/+2
* Fix hostname validation in the command-line tool to honour negative return va...Emilia Kasper2015-02-101-1/+1
* ifdef cleanup part 3: OPENSSL_SYSNAMERich Salz2015-01-231-2/+2
* ifdef cleanup, 2 remove OPENSSL_NO_SETVBUF_IONBFRich Salz2015-01-221-15/+3
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-2879/+2709
* Move more comments that confuse indentMatt Caswell2015-01-221-4/+6
* RT3548: Remove unsupported platformsRich Salz2015-01-121-1/+1
* Further comment amendments to preserve formatting prior to source reformatMatt Caswell2015-01-061-1/+2
* Update API to use (char *) for email addresses and hostnamesViktor Dukhovni2014-07-071-5/+6
* Set optional peername when X509_check_host() succeeds.Viktor Dukhovni2014-07-061-1/+2
* Memory leak and NULL dereference fixes.Dr. Stephen Henson2014-06-271-0/+4
* Add an NSS output format to sess_id to export to export the session id and th...Martin Kaiser2014-05-241-0/+2
* Use correct length when prompting for password.Dr. Stephen Henson2014-04-041-2/+2
* Avoid Windows 8 Getversion deprecated errors.Dr. Stephen Henson2014-02-251-1/+1
* Fix compilation with no-nextprotoneg.Piotr Sikora2013-11-141-2/+2
* Improve WINCE support.Andy Polyakov2013-01-191-1/+1
* make JPAKE work again, fix memory leaksDr. Stephen Henson2012-12-291-0/+6
* New verify flag to return success if we have any certificate in theDr. Stephen Henson2012-12-131-0/+2
* Add code to download CRLs based on CRLDP extension.Dr. Stephen Henson2012-12-061-1/+78
* Integrate host, email and IP address checks into X509_verify.Dr. Stephen Henson2012-12-051-0/+32
* check mval for NULL tooDr. Stephen Henson2012-12-041-1/+1
* fix leakDr. Stephen Henson2012-12-031-0/+3
* New option to add CRLs for s_client and s_server.Dr. Stephen Henson2012-12-021-0/+49
* add option to get a certificate or CRL from a URLDr. Stephen Henson2012-12-021-0/+70
* New functions to check a hostname email or IP address against aDr. Stephen Henson2012-10-081-0/+29