aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* GH764: s_server: trace option fall throughJ Mohan Rao Arisankala2016-02-291-2/+1
* Refactor the async wait fd logicMatt Caswell2016-02-291-5/+17
* add ecdhx25519 option to speedDr. Stephen Henson2016-02-281-5/+11
* using macro inside the case.J Mohan Rao Arisankala2016-02-271-2/+2
* fix build with no-srtpJ Mohan Rao Arisankala2016-02-271-1/+3
* RT2275: use BIO_sock_nbio()Rich Salz2016-02-272-35/+8
* Drop support for printing SSLv2 ciphers names.Kurt Roeckx2016-02-271-2/+3
* GH715: ENGINE_finish can take NULLRich Salz2016-02-252-6/+3
* GH463: Fix OPENSSL_NO_OCSP buildRich Salz2016-02-252-2/+7
* CVE-2016-0798: avoid memory leak in SRPEmilia Kasper2016-02-251-16/+28
* GH480: Don't break statements with CPP stuff.Flavio Medeiros2016-02-242-10/+11
* Fix typo, reformat comment.Rich Salz2016-02-241-6/+5
* 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