aboutsummaryrefslogtreecommitdiff
path: root/util
AgeCommit message (Expand)AuthorFilesLines
2017-01-12Remove BN_FLG_CONSTTIME.David Benjamin1-1/+1
2017-01-03Add a GCOV option to CMakeLists.txt.David Benjamin1-2/+1
2016-12-10Remove New Hope key agreement.Matthew Braithwaite2-4/+0
2016-12-07Add generic AES-GCM-SIV support.Adam Langley1-0/+2
2016-12-02Don't extract archives if unchanged.David Benjamin2-4/+20
2016-11-17Define BORINGSSL_SHARED_LIBRARY when building tests with Bazel.Adam Langley1-1/+1
2016-11-15Add low-level p256-x86_64 tests.David Benjamin1-0/+1
2016-11-15Fix Android bots.David Benjamin1-1/+3
2016-11-13Speculative fix to Android bots.David Benjamin1-1/+1
2016-11-13Update pinned revisions in util/bot.David Benjamin4-4/+9
2016-10-27Add CRYPTO_BUFFER and CRYPTO_BUFFER_POOL.Adam Langley2-0/+2
2016-10-06Preventing ppc64le files from being generated for Android.Steven Valdez1-1/+1
2016-10-04Remove android_compat_keywrap.c from generate_build_files.py.David Benjamin1-19/+3
2016-10-04Replace keywrap AEADs with upstream's APIs.David Benjamin1-3/+1
2016-09-27Teach generate_build_files.py about ppc64le.David Benjamin1-0/+3
2016-09-21Improve -valgrind error-handling.David Benjamin1-1/+1
2016-09-21Unwind unnecessary Android hacks.David Benjamin1-1/+1
2016-09-16Remove RC4 from TLS for real.Matthew Braithwaite1-4/+0
2016-09-12Build debug symbols for assembly.David Benjamin1-1/+1
2016-09-01Replace Scoped* heap types with bssl::UniquePtr.Matt Braithwaite1-4/+1
2016-09-01Update pinned revisions in util/bot.David Benjamin3-4/+4
2016-08-30Import NIST ECDSA verification tests.David Benjamin1-0/+1
2016-08-30Import NIST ECDSA signing tests.David Benjamin1-0/+1
2016-08-30Import NIST ECDH test vectors.David Benjamin1-0/+1
2016-08-01Fix up header file handling.David Benjamin1-13/+23
2016-08-01Fix mixed comment markers.David Benjamin2-2/+2
2016-07-21Migrate from Android.mk to Android.bpDan Willemsen1-2/+73
2016-07-13Account for key size when selecting RSA-PSS.David Benjamin1-0/+2
2016-07-12Update run_android_tests.go for test cert changes.David Benjamin1-2/+6
2016-07-12Rename util/BUILD to as not to confuse Bazel.Adam Langley1-0/+0
2016-07-12Revert "Move C++ helpers into |bssl| namespace."Adam Langley1-9/+2
2016-07-12Revert scoped_types.h change.Adam Langley1-1/+4
2016-07-11Remove scoped_types.h.Adam Langley1-4/+1
2016-07-11Move C++ helpers into |bssl| namespace.Adam Langley1-2/+9
2016-07-11BUILD: drop -fvisibility=hidden.Adam Langley1-5/+0
2016-07-06Add top-level BUILD file (in util/).Adam Langley1-0/+128
2016-06-30Add |tool_headers| to Bazel output of generate_build_files.pyAdam Langley1-0/+3
2016-06-27Convert test_add and test_sub to file_test.David Benjamin1-1/+1
2016-06-27Switch perlasm calling convention.David Benjamin1-4/+2
2016-06-27Add a tool to diff assembly files against OpenSSL.David Benjamin1-0/+112
2016-06-27Remove pqueue.David Benjamin1-1/+0
2016-06-14generate_build_files: more flexible Bazel depsMatt Braithwaite1-9/+16
2016-06-09Bazel: allow arbitrary path prefix before 'src'Matt Braithwaite1-18/+29
2016-06-08Honor exit codes in run_android_tests.go.David Benjamin1-2/+65
2016-06-06Be consistent about 𝑥_tests.txtAdam Langley1-3/+3
2016-06-03newhope: restore statistical tests.Matt Braithwaite1-0/+1
2016-06-02Fix X25519 on OS X when using build systems other than CMake.Piotr Sikora1-0/+3
2016-05-31newhope: refactor and add test vectors.Matt Braithwaite1-0/+1
2016-05-20Link back to the main page in documentation.David Benjamin2-2/+11
2016-05-19Inherit the parent environment when shelling out to Go.David Benjamin1-0/+1