David Benjamin e34eaa6409 Remove old masm workaround.
This dates to ded93581f1674f81faa0dba4b15a842756066ab2, but we have
since switched to building with nasm, to match upstream's supported
assemblers. Since this doesn't affect anything we generate, remove the
workaround to reduce the diff against upstream.

Change-Id: I549ae97ad6d6f28836f6c9d54dcf51c518de7521
Reviewed-on: https://boringssl-review.googlesource.com/15986
Reviewed-by: Adam Langley <agl@google.com>
2017-05-05 23:07:47 +00:00
2016-03-08 15:23:52 +00:00
2017-05-05 23:07:47 +00:00
2017-05-02 19:21:02 +00:00
2017-04-18 19:27:05 +00:00
2017-04-28 19:38:09 +00:00
2017-04-17 13:51:18 +00:00
2017-05-05 22:39:40 +00:00
2016-02-10 21:38:19 +00:00
2017-03-30 16:54:18 +00:00
2016-10-31 18:16:58 +00:00
2016-08-04 23:27:49 +00:00

BoringSSL

BoringSSL is a fork of OpenSSL that is designed to meet Google's needs.

Although BoringSSL is an open source project, it is not intended for general use, as OpenSSL is. We don't recommend that third parties depend upon it. Doing so is likely to be frustrating because there are no guarantees of API or ABI stability.

Programs ship their own copies of BoringSSL when they use it and we update everything as needed when deciding to make API changes. This allows us to mostly avoid compromises in the name of compatibility. It works for us, but it may not work for you.

BoringSSL arose because Google used OpenSSL for many years in various ways and, over time, built up a large number of patches that were maintained while tracking upstream OpenSSL. As Google's product portfolio became more complex, more copies of OpenSSL sprung up and the effort involved in maintaining all these patches in multiple places was growing steadily.

Currently BoringSSL is the SSL library in Chrome/Chromium, Android (but it's not part of the NDK) and a number of other apps/programs.

There are other files in this directory which might be helpful:

Description
Safe, fast, small crypto using Rust Forked from https://github.com/briansmith/ring
Readme 92 MiB
Languages
Assembly 36.3%
C 35.8%
Rust 23.2%
Perl 2.5%
Python 0.9%
Other 1.2%