aboutsummaryrefslogtreecommitdiff
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2016-03-19make updateRichard Levitte1-7/+22
2016-03-19apps/progs.pl: add back the INCLUDE_FUNCTION_TABLE wrapperRichard Levitte1-1/+3
2016-03-19Revert "Generate apps/progs.h on the fly"Viktor Dukhovni2-18/+435
2016-03-19Revert "Include progs.h directly in openssl.c instead of via apps.h"Viktor Dukhovni2-1/+3
2016-03-19The command source are files, not directoriesRichard Levitte1-2/+2
2016-03-19Don't free up EVP_MD_CTX.Schüller Felix1-15/+3
2016-03-19Generate apps/progs.h on the flyRichard Levitte2-435/+18
2016-03-19Include progs.h directly in openssl.c instead of via apps.hRichard Levitte2-3/+1
2016-03-19Make apps/progs.pl more flexibleRichard Levitte1-60/+68
2016-03-18make updateRichard Levitte1-0/+2
2016-03-18Implement support for no-tsRichard Levitte2-20/+26
2016-03-18apps/progs.pl: more consistent output for digestsRichard Levitte2-4/+11
2016-03-18Fix no-desMatt Caswell2-1/+5
2016-03-18Fix no-dgramMatt Caswell1-3/+10
2016-03-17Remove Netware and OS/2Rich Salz8-73/+12
2016-03-17Have 'openssl version -a' output the default engines directory as wellRichard Levitte1-1/+1
2016-03-17Bugfix: Encode the requested length in s_cb.c:hexencode()Viktor Dukhovni1-1/+1
2016-03-15General verify options to openssl tsfbroda1-15/+46
2016-03-11Make X509_SIG opaque.Dr. Stephen Henson1-1/+3
2016-03-11Review commentsKurt Roeckx1-5/+3
2016-03-11Add blake2 support.Bill Cox3-1/+10
2016-03-11Surround ctx_set_ctlog_list_file() with #ifndef OPENSSL_NO_CTRob Percival3-1/+9
2016-03-10check reviewer --reviewer=emiliaRob Percival1-6/+9
2016-03-10check reviewer --reviewer=emiliaRob Percival1-6/+6
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