aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* Remove unused parameters from internal functionsRich Salz2016-02-2218-145/+100
* MemorySanitizer: address false positiveEmilia Kasper2016-02-221-0/+16
* argv was set but unusedKurt Roeckx2016-02-2023-23/+55
* Rethink the uplink / applink storyRichard Levitte2016-02-192-2/+4
* Remove all special make depend flags, as well as OPENSSL_DOING_MAKEDEPENDRichard Levitte2016-02-181-1/+1
* Remove outdated DEBUG flags.Rich Salz2016-02-182-84/+9
* remove redundant opt* declarationsRoumen Petrov2016-02-181-13/+6
* GH681: More command help cleanupRich Salz2016-02-185-37/+54
* Remove JPAKERich Salz2016-02-177-310/+11
* Make sure to use unsigned char for is*() functionsRichard Levitte2016-02-146-10/+17
* GH650: Minor tidying around the ocsp appBenjamin Kaduk2016-02-131-1/+1
* apps/speed.c: initialize c[D_GHASH][i].Andy Polyakov2016-02-131-0/+1
* Fix some issues near recent chomp changes.Viktor Dukhovni2016-02-131-3/+3
* Rename INSTALL_PREFIX to DESTDIR, remove option --install_prefixRichard Levitte2016-02-121-14/+14
* RT 3854: Update apps/reqEmilia Kasper2016-02-121-2/+2
* make generateRichard Levitte2016-02-121-12/+12
* Generate progs.h from a bunch of files instead of internal knowledgeRichard Levitte2016-02-123-23/+27
* Perl's chop / chomp considered bad, use a regexp insteadRichard Levitte2016-02-111-1/+1
* Remove TLS heartbeat, disable DTLS heartbeatRich Salz2016-02-111-0/+3
* Fix engine key support in cms and req utilities.Dr. Stephen Henson2016-02-112-5/+5
* The protocol variable has lost its use, remove itRichard Levitte2016-02-111-12/+2
* Fix errstr error code parsingMatt Caswell2016-02-111-1/+1
* Use the protocol we know rather than BIO_ADDRINFO_protocol(res)Richard Levitte2016-02-101-2/+2
* Don't assert protocol equalityRichard Levitte2016-02-101-4/+2
* typoDr. Stephen Henson2016-02-101-2/+2
* Make it possible to get ENGINESDIR info from OpenSSL_versionsRichard Levitte2016-02-101-0/+7
* Attempt to log an error if init failedMatt Caswell2016-02-101-0/+5
* The new init functions can now fail so shouldn't be voidMatt Caswell2016-02-101-2/+3
* Improve recent option help string additionsViktor Dukhovni2016-02-101-27/+30
* Deprecate the -issuer_checks debugging optionViktor Dukhovni2016-02-102-3/+2
* Rename INIT funtions, deprecate old ones.Rich Salz2016-02-101-2/+2
* clean away old VMS cruftRichard Levitte2016-02-103-1497/+0
* unified build scheme: add a "unified" template for VMS descrip.mmsRichard Levitte2016-02-101-1/+2
* unified build scheme: add a "unified" template for Unix MakefileRichard Levitte2016-02-101-0/+6
* Simplify the specification of include dirs in the build dirRichard Levitte2016-02-101-2/+2
* Use NON_EMPTY_TRANSLATION_UNIT, consistently.Rich Salz2016-02-0911-99/+61
* GH646: Update help for s_server command.A J Mohan Rao2016-02-092-81/+128
* Updates for auto init/deinit review commentsMatt Caswell2016-02-091-1/+1
* Get the apps to use auto-init/de-initMatt Caswell2016-02-091-30/+4
* Auto init/deinit libcryptoMatt Caswell2016-02-092-8/+0
* Suppress DANE TLSA reflection when verification failsViktor Dukhovni2016-02-083-16/+79
* fix various formatting issuesDr. Stephen Henson2016-02-081-1/+3
* Use new namesDr. Stephen Henson2016-02-081-4/+4
* Use accessors in pkcs12 app.Dr. Stephen Henson2016-02-081-11/+19
* Deprecate undocumented SSL_cache_hit().Dr. Stephen Henson2016-02-082-3/+3
* Fix engine key support in utilities.Dr. Stephen Henson2016-02-087-15/+14
* more doc fixesRich Salz2016-02-074-15/+18
* commands help cleanupA J Mohan Rao2016-02-064-8/+14
* Enhance and clear the support of linker flagsRichard Levitte2016-02-061-2/+3
* GH634: fix potential memory leakInsu Yun2016-02-061-0/+1