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 (Collapse)Author
2016-02-02Add #ifdef guards to crypto/curve25519 assembly files.William Hesse
Add guards for the architecture and OPENSSL_NO_ASM to the assembly-language files in crypto/curve25519/asm. The Dart compilation of BoringSSL includes all files, because the architecture is not known when gyp is run. Change-Id: I66f5ae525266b63b0fe3a929012b771d545779b5 Reviewed-on: https://boringssl-review.googlesource.com/7030 Reviewed-by: Adam Langley <agl@google.com>
2016-01-05Include 'asm' in the name of X25519 asm sources.Adam Langley
Some build systems don't like two targets with the same base name and the curve25519 code had x25519-x86_64.[Sc]. Change-Id: If8382eb84996d7e75b34b28def57829d93019cff Reviewed-on: https://boringssl-review.googlesource.com/6878 Reviewed-by: Adam Langley <agl@google.com>