aboutsummaryrefslogtreecommitdiffstats
path: root/apps/apps.c
Commit message (Expand)AuthorAgeFilesLines
* Rename some BUF_xxx to OPENSSL_xxxRich Salz2015-12-161-5/+5
* Add s_client support for waiting for asyncMatt Caswell2015-11-201-0/+14
* Continue standardisation of malloc handling in appsMatt Caswell2015-11-091-7/+7
* Remove useless codeAlessandro Ghedini2015-10-231-3/+0
* Add support for -no-CApath and -no-CAfile optionsMatt Caswell2015-09-251-23/+34
* Use default field separator.Dr. Stephen Henson2015-09-111-1/+5
* Small fix: make istext staticRichard Levitte2015-09-061-1/+1
* Change the treatment of stdin and stdout to allow binary dataRichard Levitte2015-09-061-14/+22
* dup_bio_* and bio_open_* are utility functions and belong in apps.cRichard Levitte2015-09-061-1/+158
* Change the way apps open their input and output filesRichard Levitte2015-09-061-14/+7
* Remove obsolete key formats.Rich Salz2015-07-161-71/+1
* RT2547: Tighten perms on generated privkey filesRich Salz2015-06-151-1/+0
* Restore module loadingRichard Levitte2015-05-291-7/+46
* RT3876: Only load config when neededRich Salz2015-05-281-16/+31
* Remove support for OPENSSL_NO_TLSEXTMatt Caswell2015-05-221-2/+0
* Use p==NULL not !p (in if statements, mainly)Rich Salz2015-05-111-2/+3
* 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