Sign in
boringssl
/
boringssl.git
/
768e6822ccdca50f95b1b155a2ffd2bdf99cae44
/
crypto
/
CMakeLists.txt
768e682
Only fixup CMAKE_ASM_FLAGS -isysroot if CMAKE_OSX_SYSROOT is set.
by David Benjamin
· 8 years ago
43e5a26
Fixing assembly coverage reporting.
by Steven Valdez
· 8 years ago
2e2a226
Move cipher/ into crypto/fipsmodule/
by Adam Langley
· 8 years ago
96dec44
Move rsa/ to fipsmodule/rsa/
by Adam Langley
· 8 years ago
aacb72c
Move ec/ and ecdsa/ into fipsmodule/
by Adam Langley
· 8 years ago
8a3a2a9
Move des/ to crypto/fipsmodule/
by Adam Langley
· 8 years ago
5c38c05
Move bn/ into crypto/fipsmodule/
by Adam Langley
· 8 years ago
58e4499
Move crypto/fipsoracle/ to the top-level.
by Adam Langley
· 8 years ago
7c12587
Add crypto/fipsoracle.
by Martin Kreichgauer
· 8 years ago
01d65c2
Convert spake25519_test to GTest.
by David Benjamin
· 8 years ago
7d53128
Convert cmac_test to GTest.
by David Benjamin
· 8 years ago
7ce349e
Add a compiler test.
by David Benjamin
· 8 years ago
7784104
Move much of rand/ into the FIPS module.
by Adam Langley
· 8 years ago
0648129
Move modes/ into the FIPS module
by Adam Langley
· 8 years ago
6fdea2a
Move PKCS#7 functions into their own directory.
by David Benjamin
· 8 years ago
2c45fa0
Convert bytestring_test to GTest.
by David Benjamin
· 8 years ago
76dd180
Convert base64_test to GTest.
by David Benjamin
· 8 years ago
8c62d9d
Move AES code into the FIPS module.
by Adam Langley
· 8 years ago
730d69e
Add CTR-DRBG.
by Adam Langley
· 8 years ago
aff72a3
Add the start of standalone iOS build support.
by David Benjamin
· 8 years ago
fd49993
First part of the FIPS module.
by Adam Langley
· 8 years ago
81a191d
Convert constant_time_test to GTest.
by David Benjamin
· 8 years ago
5c12778
Convert bio_test to GTest.
by David Benjamin
· 8 years ago
b228541
Convert asn1_test to GTest.
by David Benjamin
· 8 years ago
7dd4e42
Convert x25519_test to GTest.
by David Benjamin
· 8 years ago
7e42999
Convert evp_extra_test into GTest.
by David Benjamin
· 8 years ago
699e55b
Unexport time_support.h.
by David Benjamin
· 8 years ago
fb2ac39
Convert ec_test to GTest.
by David Benjamin
· 8 years ago
b91b9a8
Convert rsa_test to GTest.
by David Benjamin
· 8 years ago
b19b662
Convert chacha_test to GTest.
by David Benjamin
· 8 years ago
bc6ef7a
Convert err_test to GTest.
by David Benjamin
· 8 years ago
9662843
Do a cursory conversion of a few tests to GTest.
by David Benjamin
· 8 years ago
c96a888
Convert constant_time_test and refcount_test to C++.
by David Benjamin
· 8 years ago
f440e82
Remove New Hope key agreement.
by Matthew Braithwaite
· 8 years ago
9ef99d5
Add CRYPTO_BUFFER and CRYPTO_BUFFER_POOL.
by Adam Langley
· 8 years ago
4467e59
Add PPC64LE assembly for AES-GCM.
by Adam Langley
· 9 years ago
fdd8e9c
Switch perlasm calling convention.
by David Benjamin
· 9 years ago
3baee2a
Banish SSL_add_dir_cert_subjects_to_stack and OPENSSL_DIR_CTX to decrepit.
by David Benjamin
· 9 years ago
045a0ff
Import `newhope' (post-quantum key exchange).
by Matt Braithwaite
· 9 years ago
1fc7564
Add standalone PKCS#8 and SPKI fuzzers.
by David Benjamin
· 9 years ago
e4c678a
Revert "Banish SSL_add_dir_cert_subjects_to_stack and OPENSSL_DIR_CTX to decrepit."
by David Benjamin
· 9 years ago
112c4dd
Banish SSL_add_dir_cert_subjects_to_stack and OPENSSL_DIR_CTX to decrepit.
by David Benjamin
· 9 years ago
054e151
Rewrite ARM feature detection.
by David Benjamin
· 9 years ago
3dbecdf
Append to CMAKE_ASM_FLAGS rather than replace it.
by David Benjamin
· 9 years ago
65f83b6
Set --noexecstack for assembly files in the standalone build.
by David Benjamin
· 9 years ago
4fb0dc4
Add X25519 and Ed25519 support.
by Adam Langley
· 9 years ago
301afaf
Add a run_tests target to run all tests.
by David Benjamin
· 9 years ago
73415b6
Move arm_arch.h and fix up lots of include paths.
by Adam Langley
· 10 years ago
7315251
Replace cpuid assembly with C code.
by David Benjamin
· 10 years ago
0b635c5
Add malloc test support to unit tests.
by David Benjamin
· 10 years ago
6f2e733
Add infrastructure for reference counts.
by Adam Langley
· 10 years ago
06b94de
Add file-based test framework and convert hmac_test.
by David Benjamin
· 10 years ago
65a7e94
Support Trusty, an embedded platform.
by Adam Langley
· 10 years ago
0d107e1
Add support for CMAC (RFC 4493).
by Adam Langley
· 10 years ago
843ab66
Add support for building with the Android NDK.
by Adam Langley
· 10 years ago
5928c41
32-bit ARM perlasm should be 'linux32', not 'elf'.
by David Benjamin
· 10 years ago
f06802f
Add arm-xlate.pl and initial iOS asm support.
by David Benjamin
· 10 years ago
32cd83f
Remove the ability to set custom ex_data implementations.
by David Benjamin
· 10 years ago
72f5911
Fix the standalone shared library build.
by David Benjamin
· 10 years ago
d7c5dfb
Add native support for onces and thread-local storage.
by Adam Langley
· 10 years ago
4616bb1
Build 32-bit assembly with SSE2 enabled.
by David Benjamin
· 10 years ago
3ce3c36
Find perl using the CMake's standard FindPerl module.
by David Benjamin
· 10 years ago
29b1867
Precompute sorted array for error strings.
by Adam Langley
· 10 years ago
d062c8a
Probe for NEON support if getauxval is missing.
by Adam Langley
· 10 years ago
4a0f0c4
Change CMakeLists.txt to two-space indent.
by Adam Langley
· 10 years ago
507c1ee
Honor the standard BUILD_SHARED_LIBS cmake variable.
by David Benjamin
· 10 years ago
69ad27f
Run x86 perlasm on UNIX with -fPIC.
by David Benjamin
· 10 years ago
3e65265
aarch64 support.
by Adam Langley
· 10 years ago
4685e87
Implement HKDF.
by Nick Harper
· 10 years ago
b15d813
Constant-time utilities.
by Adam Langley
· 10 years ago
bc786a9
Build with yasm on Win64 as well.
by David Benjamin
· 10 years ago
03a739d
Build Win32 with Yasm rather than MASM.
by David Benjamin
· 10 years ago
3e700bb
Get MASM output working on Win32.
by David Benjamin
· 10 years ago
a70c75c
Add a CRYPTO_library_init and static-initializer-less build option.
by David Benjamin
· 11 years ago
c9eb7ea
Readd MD4.
by Adam Langley
· 11 years ago
ded9358
Windows build fixes.
by Adam Langley
· 11 years ago
ad1907f
Use asm directives to protect OPENSSL_cleanse.
by Adam Langley
· 11 years ago
30eda1d
Include some build fixes for OS X.
by Adam Langley
· 11 years ago
95463b3
Remove crypto/comp and SSL_COMP support code.
by David Benjamin
· 11 years ago
de0b202
ChaCha20-Poly1305 support.
by Adam Langley
· 11 years ago
95c29f3
Inital import.
by Adam Langley
· 11 years ago