summaryrefslogtreecommitdiffstats
path: root/apps/apps.c
AgeCommit message (Expand)Author
2016-05-17Copyright consolidation 01/10Rich Salz
2016-05-16Use app_malloc; two missing cases.Rich Salz
2016-05-12Don't leak memory if realloc fails.Dr. Stephen Henson
2016-05-09fix tab-space mixed indentationFdaSilvaYY
2016-04-28various spelling fixesFdaSilvaYY
2016-04-27Fix no-engine no-ui.Ben Laurie
2016-04-20Don't use select on WindowsMatt Caswell
2016-04-18Make string_to_hex/hex_to_string publicRich Salz
2016-04-04Revert "various spelling fixes"Rich Salz
2016-04-04various spelling fixesFdaSilvaYY
2016-03-31Fix "no-ui" configurationRichard Levitte
2016-03-30Fix pointer size issue with setbuf() on VMSRichard Levitte
2016-03-21Just like bio_out, bio_err needs the linebuffer filter on VMSRichard Levitte
2016-03-21Fix no-sockMatt Caswell
2016-03-17Remove Netware and OS/2Rich Salz
2016-03-11Surround ctx_set_ctlog_list_file() with #ifndef OPENSSL_NO_CTRob Percival
2016-03-09Do not display a CT log error message if CT validation is disabledRob Percival
2016-03-08GH787: Fix ALPNTodd Short
2016-03-04Extends s_client to allow a basic CT policy to be enabledRob Percival
2016-02-29Refactor the async wait fd logicMatt Caswell
2016-02-25GH463: Fix OPENSSL_NO_OCSP buildRich Salz
2016-02-22Remove unused parameters from internal functionsRich Salz
2016-02-18Remove outdated DEBUG flags.Rich Salz
2016-02-17Remove JPAKERich Salz
2016-02-14Make sure to use unsigned char for is*() functionsRichard Levitte
2016-02-02Fix pkeyutl/rsautl empty encrypt-input/decrypt-output handlingViktor Dukhovni
2016-01-20Refactor apps load_certs/load_crls to work incrementallyViktor Dukhovni
2016-01-14VMS open() doesn't take O_BINARY, but takes a context descriptionRichard Levitte
2016-01-14Rename binmode into textmode and use it correctlyRichard Levitte
2015-12-16Rename some BUF_xxx to OPENSSL_xxxRich Salz
2015-11-20Add s_client support for waiting for asyncMatt Caswell
2015-11-09Continue standardisation of malloc handling in appsMatt Caswell
2015-10-23Remove useless codeAlessandro Ghedini
2015-09-25Add support for -no-CApath and -no-CAfile optionsMatt Caswell
2015-09-11Use default field separator.Dr. Stephen Henson
2015-09-06Small fix: make istext staticRichard Levitte
2015-09-06Change the treatment of stdin and stdout to allow binary dataRichard Levitte
2015-09-06dup_bio_* and bio_open_* are utility functions and belong in apps.cRichard Levitte
2015-09-06Change the way apps open their input and output filesRichard Levitte
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