aboutsummaryrefslogtreecommitdiff
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2016-03-01Fix -pkeyopt and fix error check.Dr. Stephen Henson1-2/+3
2016-02-29GH764: s_server: trace option fall throughJ Mohan Rao Arisankala1-2/+1
2016-02-29Refactor the async wait fd logicMatt Caswell1-5/+17
2016-02-28add ecdhx25519 option to speedDr. Stephen Henson1-5/+11
2016-02-27using macro inside the case.J Mohan Rao Arisankala1-2/+2
2016-02-27fix build with no-srtpJ Mohan Rao Arisankala1-1/+3
2016-02-27RT2275: use BIO_sock_nbio()Rich Salz2-35/+8
2016-02-27Drop support for printing SSLv2 ciphers names.Kurt Roeckx1-2/+3
2016-02-25GH715: ENGINE_finish can take NULLRich Salz2-6/+3
2016-02-25GH463: Fix OPENSSL_NO_OCSP buildRich Salz2-2/+7
2016-02-25CVE-2016-0798: avoid memory leak in SRPEmilia Kasper1-16/+28
2016-02-24GH480: Don't break statements with CPP stuff.Flavio Medeiros2-10/+11
2016-02-24Fix typo, reformat comment.Rich Salz1-6/+5
2016-02-22Remove unused parameters from internal functionsRich Salz18-145/+100
2016-02-22MemorySanitizer: address false positiveEmilia Kasper1-0/+16
2016-02-20argv was set but unusedKurt Roeckx23-23/+55
2016-02-19Rethink the uplink / applink storyRichard Levitte2-2/+4
2016-02-18Remove all special make depend flags, as well as OPENSSL_DOING_MAKEDEPENDRichard Levitte1-1/+1
2016-02-18Remove outdated DEBUG flags.Rich Salz2-84/+9
2016-02-18remove redundant opt* declarationsRoumen Petrov1-13/+6
2016-02-18GH681: More command help cleanupRich Salz5-37/+54
2016-02-17Remove JPAKERich Salz7-310/+11
2016-02-14Make sure to use unsigned char for is*() functionsRichard Levitte6-10/+17
2016-02-13GH650: Minor tidying around the ocsp appBenjamin Kaduk1-1/+1
2016-02-13apps/speed.c: initialize c[D_GHASH][i].Andy Polyakov1-0/+1
2016-02-13Fix some issues near recent chomp changes.Viktor Dukhovni1-3/+3
2016-02-12Rename INSTALL_PREFIX to DESTDIR, remove option --install_prefixRichard Levitte1-14/+14
2016-02-12RT 3854: Update apps/reqEmilia Kasper1-2/+2
2016-02-12make generateRichard Levitte1-12/+12
2016-02-12Generate progs.h from a bunch of files instead of internal knowledgeRichard Levitte3-23/+27
2016-02-11Perl's chop / chomp considered bad, use a regexp insteadRichard Levitte1-1/+1
2016-02-11Remove TLS heartbeat, disable DTLS heartbeatRich Salz1-0/+3
2016-02-11Fix engine key support in cms and req utilities.Dr. Stephen Henson2-5/+5
2016-02-11The protocol variable has lost its use, remove itRichard Levitte1-12/+2
2016-02-11Fix errstr error code parsingMatt Caswell1-1/+1
2016-02-10Use the protocol we know rather than BIO_ADDRINFO_protocol(res)Richard Levitte1-2/+2
2016-02-10Don't assert protocol equalityRichard Levitte1-4/+2
2016-02-10typoDr. Stephen Henson1-2/+2
2016-02-10Make it possible to get ENGINESDIR info from OpenSSL_versionsRichard Levitte1-0/+7
2016-02-10Attempt to log an error if init failedMatt Caswell1-0/+5
2016-02-10The new init functions can now fail so shouldn't be voidMatt Caswell1-2/+3
2016-02-10Improve recent option help string additionsViktor Dukhovni1-27/+30
2016-02-10Deprecate the -issuer_checks debugging optionViktor Dukhovni2-3/+2
2016-02-10Rename INIT funtions, deprecate old ones.Rich Salz1-2/+2
2016-02-10clean away old VMS cruftRichard Levitte3-1497/+0
2016-02-10unified build scheme: add a "unified" template for VMS descrip.mmsRichard Levitte1-1/+2
2016-02-10unified build scheme: add a "unified" template for Unix MakefileRichard Levitte1-0/+6
2016-02-10Simplify the specification of include dirs in the build dirRichard Levitte1-2/+2
2016-02-09Use NON_EMPTY_TRANSLATION_UNIT, consistently.Rich Salz11-99/+61
2016-02-09GH646: Update help for s_server command.A J Mohan Rao2-81/+128