Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/boringssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-07-17Teach bssl server about -max-version and -min-version.David Benjamin
2016-07-13Use new APIs in bssl tool for connection info.David Benjamin
2016-07-12Revert "Move C++ helpers into |bssl| namespace."Adam Langley
2016-07-12Move C++ helpers into |bssl| namespace.Adam Langley
2016-07-11Set variables to avoid false-positive compiler warnings.Adam Langley
2016-07-11Support “-starttls smtp” in `bssl client`Adam Langley
2016-06-22Handle IPv6 literals in bssl client.David Benjamin
2016-06-10Wrap MSVC-only warning pragmas in a macro.David Benjamin
2016-06-01Print out whether EMS was supported.David Benjamin
2016-05-19Use non-deprecated methods on windows.nmittler
2016-04-07Modify 'bssl client' to print the cert subject and issuerGabriel Redner
2016-03-20Add missing internal includes.Piotr Sikora
2015-12-23Make it possible to tell what curve was used on the server.David Benjamin
2015-10-27Better handle IPv6.Matt Braithwaite
2015-08-29Add -session-in and -session-out to bssl client.David Benjamin
2015-04-20Fix standalone build on Mac.David Benjamin
2015-04-13Eliminate unnecessary includes from low-level crypto modules.Brian Smith
2015-04-02Define NOMINMAX across the entire project.David Benjamin
2015-04-01Lowercase some Windows headers.Adam Langley
2015-03-24Add additional features to bssl client.David Benjamin
2015-02-02Remove string.h from base.h.Adam Langley
2015-01-31Enable more warnings & treat warnings as errors on Windows.Brian Smith
2015-01-29Define WIN32_LEAN_AND_MEAN in the build system, not in the code.Brian Smith
2015-01-28Clean up use of Windows Platform SDK headers.Brian Smith
2015-01-28Enable bssl client/s_client and server/s_server on Windows.Brian Smith
2014-12-11Add the ability to run a server from the command line tool.Dave Tapuska