aboutsummaryrefslogtreecommitdiff
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2016-03-09Use minimum and maximum protocol version instead of version fixed methodsKurt Roeckx4-53/+74
2016-03-09Constify security callbacksKurt Roeckx1-2/+2
2016-03-09Documentation for ctx_set_ctlog_list_file()Rob Percival1-0/+6
2016-03-09Minor improvement to formatting of SCT output in s_clientRob Percival1-5/+10
2016-03-09Do not display a CT log error message if CT validation is disabledRob Percival2-7/+13
2016-03-09Treat boolean functions as booleansRob Percival1-1/+1
2016-03-09Extensive application of __owur to CT functions that return a booleanRob Percival1-3/+4
2016-03-09Remove the old threading APIMatt Caswell1-50/+0
2016-03-08Fix names of the #define used for platform specific codeAndrea Grandi1-2/+2
2016-03-08Add empty line after local variablesAndrea Grandi1-0/+1
2016-03-08Fix error with wait set of fds for the select()Andrea Grandi1-75/+24
2016-03-08Fix cert leaks in s_serverFdaSilvaYY1-3/+6
2016-03-08GH787: Fix ALPNTodd Short4-8/+8
2016-03-07Don't free NCONF obtained valuesViktor Dukhovni1-9/+15
2016-03-07Fix s_server/s_client handling of the split_send_frag argumentMatt Caswell2-4/+10
2016-03-07Add documentation for new s_server/s_client optionsMatt Caswell2-2/+2
2016-03-07Ensure s_client and s_server work when read_ahead is setMatt Caswell2-3/+3
2016-03-07Add an ability to set the SSL read buffer sizeMatt Caswell2-3/+24
2016-03-07Add pipeline support to s_server and s_clientMatt Caswell2-2/+68
2016-03-07ISSUE 43: Add BIO_sock_shutdownRich Salz4-13/+13
2016-03-07Add a function to detect if we have async or notMatt Caswell1-27/+15
2016-03-07Make PKCS8_PRIV_KEY_INFO opaque.Dr. Stephen Henson2-43/+5
2016-03-07Add support to ASYNC_WAIT_CTX to speedAndrea Grandi1-18/+97
2016-03-07Remove unnecessary memset() to 0 and check for NULL before OPENSSL_free()Andrea Grandi1-25/+7
2016-03-07Fix the error with RSA and the daysnc engine in async mode.Andrea Grandi1-152/+211
2016-03-07Add support for async jobs in OpenSSL speedAndrea Grandi1-454/+1064
2016-03-05use saner default parameters for scryptDr. Stephen Henson1-2/+2
2016-03-04Make formatting consistent in apps/Makefile.inRob Percival1-20/+20
2016-03-04Remove redundant semi-colons from apps/Makefile.inRob Percival1-6/+6
2016-03-04Extends s_client to allow a basic CT policy to be enabledRob Percival6-6/+122
2016-03-03Add KDF support to pkeyutl. Update documentation.Dr. Stephen Henson1-18/+46
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