summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)Author
2016-03-07Don't free NCONF obtained valuesViktor Dukhovni
2016-03-07Fix s_server/s_client handling of the split_send_frag argumentMatt Caswell
2016-03-07Add documentation for new s_server/s_client optionsMatt Caswell
2016-03-07Ensure s_client and s_server work when read_ahead is setMatt Caswell
2016-03-07Add an ability to set the SSL read buffer sizeMatt Caswell
2016-03-07Add pipeline support to s_server and s_clientMatt Caswell
2016-03-07ISSUE 43: Add BIO_sock_shutdownRich Salz
2016-03-07Add a function to detect if we have async or notMatt Caswell
2016-03-07Make PKCS8_PRIV_KEY_INFO opaque.Dr. Stephen Henson
2016-03-07Add support to ASYNC_WAIT_CTX to speedAndrea Grandi
2016-03-07Remove unnecessary memset() to 0 and check for NULL before OPENSSL_free()Andrea Grandi
2016-03-07Fix the error with RSA and the daysnc engine in async mode.Andrea Grandi
2016-03-07Add support for async jobs in OpenSSL speedAndrea Grandi
2016-03-05use saner default parameters for scryptDr. Stephen Henson
2016-03-04Make formatting consistent in apps/Makefile.inRob Percival
2016-03-04Remove redundant semi-colons from apps/Makefile.inRob Percival
2016-03-04Extends s_client to allow a basic CT policy to be enabledRob Percival
2016-03-03Add KDF support to pkeyutl. Update documentation.Dr. Stephen Henson
2016-03-01Fix -pkeyopt and fix error check.Dr. Stephen Henson
2016-02-29GH764: s_server: trace option fall throughJ Mohan Rao Arisankala
2016-02-29Refactor the async wait fd logicMatt Caswell
2016-02-28add ecdhx25519 option to speedDr. Stephen Henson
2016-02-27using macro inside the case.J Mohan Rao Arisankala
2016-02-27fix build with no-srtpJ Mohan Rao Arisankala
2016-02-27RT2275: use BIO_sock_nbio()Rich Salz
2016-02-27Drop support for printing SSLv2 ciphers names.Kurt Roeckx
2016-02-25GH715: ENGINE_finish can take NULLRich Salz
2016-02-25GH463: Fix OPENSSL_NO_OCSP buildRich Salz
2016-02-25CVE-2016-0798: avoid memory leak in SRPEmilia Kasper
2016-02-24GH480: Don't break statements with CPP stuff.Flavio Medeiros
2016-02-24Fix typo, reformat comment.Rich Salz
2016-02-22Remove unused parameters from internal functionsRich Salz
2016-02-22MemorySanitizer: address false positiveEmilia Kasper
2016-02-20argv was set but unusedKurt Roeckx
2016-02-19Rethink the uplink / applink storyRichard Levitte
2016-02-18Remove all special make depend flags, as well as OPENSSL_DOING_MAKEDEPENDRichard Levitte
2016-02-18Remove outdated DEBUG flags.Rich Salz
2016-02-18remove redundant opt* declarationsRoumen Petrov
2016-02-18GH681: More command help cleanupRich Salz
2016-02-17Remove JPAKERich Salz
2016-02-14Make sure to use unsigned char for is*() functionsRichard Levitte
2016-02-13GH650: Minor tidying around the ocsp appBenjamin Kaduk
2016-02-13apps/speed.c: initialize c[D_GHASH][i].Andy Polyakov
2016-02-13Fix some issues near recent chomp changes.Viktor Dukhovni
2016-02-12Rename INSTALL_PREFIX to DESTDIR, remove option --install_prefixRichard Levitte
2016-02-12RT 3854: Update apps/reqEmilia Kasper
2016-02-12make generateRichard Levitte
2016-02-12Generate progs.h from a bunch of files instead of internal knowledgeRichard Levitte
2016-02-11Perl's chop / chomp considered bad, use a regexp insteadRichard Levitte
2016-02-11Remove TLS heartbeat, disable DTLS heartbeatRich Salz