David Benjamin 7f7bd6b559 Fix typo in point_add.
Rather than writing the answer into the output, it wrote it into some
awkwardly-named temporaries. Thanks to Daniel Hirche for reporting this
issue!

Bug: chromium:825273
(cherry picked from commit 5fca613918)

Change-Id: I315087f5e7414118a6f70bf4aed76325aa4f76a0
2018-03-29 15:50:25 -04:00
2016-03-08 15:23:52 +00:00
2018-03-29 15:50:25 -04:00
2018-03-29 15:50:25 -04:00
2018-02-16 15:57:27 +00:00
2018-01-22 18:30:18 +00:00
2016-02-10 21:38:19 +00:00
2017-07-06 18:25:07 +00:00
2016-10-31 18:16:58 +00:00
2018-02-13 20:12:47 +00:00
2016-08-04 23:27:49 +00:00
2018-02-16 15:57:27 +00:00
2017-08-31 14:24:45 +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:

S
Description
Mirror of BoringSSL
Readme Multiple Licenses
332 MiB
Languages
C++ 39.1%
Assembly 25.4%
C 13.8%
Go 9.1%
Raku 5.2%
Other 7.3%