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