aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* Just like bio_out, bio_err needs the linebuffer filter on VMSRichard Levitte2016-03-213-1/+13
* Fix no-ts with --strict-warningsMatt Caswell2016-03-211-2/+3
* Fix no-sockMatt Caswell2016-03-217-4/+32
* Fix no-gostMatt Caswell2016-03-212-3/+3
* Fix no-dsaMatt Caswell2016-03-213-7/+24
* Remove the remainder of util/mk1mf.pl and companion scriptsRichard Levitte2016-03-211-3/+0
* Remove #error from include files.Rich Salz2016-03-201-6/+2
* GH886: CONNECT should use HTTP/1.1Rich Salz2016-03-201-1/+1
* make updateRichard Levitte2016-03-191-7/+22
* apps/progs.pl: add back the INCLUDE_FUNCTION_TABLE wrapperRichard Levitte2016-03-191-1/+3
* Revert "Generate apps/progs.h on the fly"Viktor Dukhovni2016-03-192-18/+435
* Revert "Include progs.h directly in openssl.c instead of via apps.h"Viktor Dukhovni2016-03-192-1/+3
* The command source are files, not directoriesRichard Levitte2016-03-191-2/+2
* Don't free up EVP_MD_CTX.Schüller Felix2016-03-191-15/+3
* Generate apps/progs.h on the flyRichard Levitte2016-03-192-435/+18
* Include progs.h directly in openssl.c instead of via apps.hRichard Levitte2016-03-192-3/+1
* Make apps/progs.pl more flexibleRichard Levitte2016-03-191-60/+68
* make updateRichard Levitte2016-03-181-0/+2
* Implement support for no-tsRichard Levitte2016-03-182-20/+26
* apps/progs.pl: more consistent output for digestsRichard Levitte2016-03-182-4/+11
* Fix no-desMatt Caswell2016-03-182-1/+5
* Fix no-dgramMatt Caswell2016-03-181-3/+10
* Remove Netware and OS/2Rich Salz2016-03-178-73/+12
* Have 'openssl version -a' output the default engines directory as wellRichard Levitte2016-03-171-1/+1
* Bugfix: Encode the requested length in s_cb.c:hexencode()Viktor Dukhovni2016-03-171-1/+1
* General verify options to openssl tsfbroda2016-03-151-15/+46
* Make X509_SIG opaque.Dr. Stephen Henson2016-03-111-1/+3
* Review commentsKurt Roeckx2016-03-111-5/+3
* Add blake2 support.Bill Cox2016-03-113-1/+10
* Surround ctx_set_ctlog_list_file() with #ifndef OPENSSL_NO_CTRob Percival2016-03-113-1/+9
* check reviewer --reviewer=emiliaRob Percival2016-03-101-6/+9
* check reviewer --reviewer=emiliaRob Percival2016-03-101-6/+6
* 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