aboutsummaryrefslogtreecommitdiffstats
path: root/apps/apps.c
Commit message (Expand)AuthorAgeFilesLines
* Make string_to_hex/hex_to_string publicRich Salz2016-04-181-39/+0
* Revert "various spelling fixes"Rich Salz2016-04-041-2/+2
* various spelling fixesFdaSilvaYY2016-04-041-2/+2
* Fix "no-ui" configurationRichard Levitte2016-03-311-1/+9
* Fix pointer size issue with setbuf() on VMSRichard Levitte2016-03-301-0/+14
* Just like bio_out, bio_err needs the linebuffer filter on VMSRichard Levitte2016-03-211-0/+11
* Fix no-sockMatt Caswell2016-03-211-3/+3
* Remove Netware and OS/2Rich Salz2016-03-171-24/+0
* Surround ctx_set_ctlog_list_file() with #ifndef OPENSSL_NO_CTRob Percival2016-03-111-0/+4
* Do not display a CT log error message if CT validation is disabledRob Percival2016-03-091-5/+1
* GH787: Fix ALPNTodd Short2016-03-081-1/+1
* Extends s_client to allow a basic CT policy to be enabledRob Percival2016-03-041-0/+13
* Refactor the async wait fd logicMatt Caswell2016-02-291-5/+17
* GH463: Fix OPENSSL_NO_OCSP buildRich Salz2016-02-251-1/+7
* Remove unused parameters from internal functionsRich Salz2016-02-221-9/+8
* Remove outdated DEBUG flags.Rich Salz2016-02-181-63/+9
* Remove JPAKERich Salz2016-02-171-226/+0
* Make sure to use unsigned char for is*() functionsRichard Levitte2016-02-141-2/+2
* Fix pkeyutl/rsautl empty encrypt-input/decrypt-output handlingViktor Dukhovni2016-02-021-12/+31
* Refactor apps load_certs/load_crls to work incrementallyViktor Dukhovni2016-01-201-16/+14
* VMS open() doesn't take O_BINARY, but takes a context descriptionRichard Levitte2016-01-141-1/+11
* Rename binmode into textmode and use it correctlyRichard Levitte2016-01-141-4/+4
* 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