aboutsummaryrefslogtreecommitdiffstats
path: root/apps/apps.c
Commit message (Expand)AuthorAgeFilesLines
* Free an X509_CRL in an error pathMatt Caswell2016-06-011-1/+3
* Fix s_client/s_server waiting for stdin on WindowsMatt Caswell2016-05-271-1/+30
* Rename lh_xxx,sk_xxx tp OPENSSL_{LH,SK}_xxxRich Salz2016-05-201-2/+2
* Make it possible to have RFC2254 escapes with ASN1_STRING_print_ex()Richard Levitte2016-05-181-0/+1
* Few cleanups in s_client, s_server apps.FdaSilvaYY2016-05-181-1/+2
* Copyright consolidation 01/10Rich Salz2016-05-171-107/+6
* Use app_malloc; two missing cases.Rich Salz2016-05-161-1/+1
* Don't leak memory if realloc fails.Dr. Stephen Henson2016-05-121-5/+4
* fix tab-space mixed indentationFdaSilvaYY2016-05-091-2/+2
* various spelling fixesFdaSilvaYY2016-04-281-2/+2
* Fix no-engine no-ui.Ben Laurie2016-04-271-0/+2
* Don't use select on WindowsMatt Caswell2016-04-201-0/+3
* 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