commit | 77a173efed596dbde975c4839515b76bbac07c8c | [log] [tgz] |
---|---|---|
author | Adam Langley <agl@google.com> | Fri Nov 20 14:41:50 2015 -0800 |
committer | Adam Langley <agl@google.com> | Tue Dec 22 16:22:38 2015 +0000 |
tree | 07d69f8ad8554a4559b238657bdc90d9369a38b0 | |
parent | c75c0ae088f78f77585682d7d2f1ebfe192bfca7 [diff] |
Add x86-64 assembly for X25519. This assembly is in gas syntax so is not built on Windows nor when OPENSSL_SMALL is defined. Change-Id: I1050cf1b16350fd4b758e4c463261b30a1b65390 Reviewed-on: https://boringssl-review.googlesource.com/6782 Reviewed-by: Adam Langley <agl@google.com>
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: