Sign in
boringssl
/
boringssl.git
/
c7817d8ce2f3c90b2de36cd3c654b80ab078abac
/
util
5f88999
Fix up several comments and detect problems in the future.
by Adam Langley
· 9 years ago
3f5fe60
Support Bazel builds on other platforms.
by Piotr Sikora
· 9 years ago
3e23e4c
Add the RFC 7539 ChaCha20-Poly1305 AEAD.
by Brian Smith
· 9 years ago
0f9f0ea
Fix the shared builders by exporting GCM symbols.
by Adam Langley
· 9 years ago
dfa9c4a
Linkify pipe words.
by David Benjamin
· 9 years ago
5ef619e
Hide some sections from the docs.
by David Benjamin
· 9 years ago
c608d6b
Updating Bazel outputs to work on other platforms.
by Chuck Hays
· 9 years ago
3b27843
Go's darwin filenames have changed.
by David Benjamin
· 9 years ago
3fc9fe3
Move the bots to Go 1.5.1.
by David Benjamin
· 9 years ago
368ef1a
Take thread.h out of the documentation.
by David Benjamin
· 9 years ago
361ecc0
Replace skipPast with strings.TrimPrefix.
by David Benjamin
· 10 years ago
1bfce80
Generate stable URL fragments.
by David Benjamin
· 10 years ago
7e40d4e
Deprecated functions get their own sections.
by David Benjamin
· 10 years ago
f673831
Drop urandom_test.
by Adam Langley
· 10 years ago
cc2c7aa
Buffer reads of urandom, if you promise no forking.
by Matt Braithwaite
· 10 years ago
95aaf4a
Markdown-ify BUILDING.
by David Benjamin
· 10 years ago
e000472
pkcs8.c: Add PBES2 to list of password-based encryption methods.
by Matt Braithwaite
· 10 years ago
55a3cf4
Fix documentation generation on Windows.
by Brian Smith
· 10 years ago
34248d4
Get rid of err function codes.
by David Benjamin
· 10 years ago
0851f674
Add standalone tests for Poly1305.
by David Benjamin
· 10 years ago
76e9a2a
Add tests for low-level AES functions.
by David Benjamin
· 10 years ago
65ee9b7
Remove EVP_PKEY_HMAC.
by David Benjamin
· 10 years ago
c618c40
Give generated assembly files different names for arm and aarch64.
by William Hesse
· 10 years ago
9c164b2
Output test configs for Bazel builds.
by Adam Langley
· 10 years ago
117da41
Move test configuration into a separate file.
by Adam Langley
· 10 years ago
049ef41
Updates to the build-file generation script.
by Adam Langley
· 10 years ago
efad697
Sync vs_toolschain.py up with Chromium.
by David Benjamin
· 10 years ago
0b635c5
Add malloc test support to unit tests.
by David Benjamin
· 10 years ago
b480428
Also skip #elif lines.
by David Benjamin
· 10 years ago
6deacb3
Parse macros in getNameFromDecl.
by David Benjamin
· 10 years ago
6f2e733
Add infrastructure for reference counts.
by Adam Langley
· 10 years ago
2607383
Fix generate_build_files.py to account for crypto/test.
by David Benjamin
· 10 years ago
5c694e3
Add evp_test, loosely based on upstream's version.
by David Benjamin
· 10 years ago
0f86965
Rename evp_test to evp_extra_test.
by David Benjamin
· 10 years ago
06b94de
Add file-based test framework and convert hmac_test.
by David Benjamin
· 10 years ago
0d107e1
Add support for CMAC (RFC 4493).
by Adam Langley
· 10 years ago
9e1a660
Add generate_build_files.py.
by Adam Langley
· 10 years ago
843ab66
Add support for building with the Android NDK.
by Adam Langley
· 10 years ago
4b0afdd
Add a tool to download Chromium's prebuilt clang.
by David Benjamin
· 10 years ago
8f64778
Add some missing headers to doc.config.
by David Benjamin
· 10 years ago
71485af
Skip #if lines in getNameFromDecl.
by David Benjamin
· 10 years ago
0d8a758
Start generating documentation for ssl.h.
by David Benjamin
· 10 years ago
48b3150
Fix some parsing bugs in doc.go.
by David Benjamin
· 10 years ago
0fd5639
Fix up whitespace in headers for doc.go.
by Adam Langley
· 10 years ago
2ab7a86
runner and all_tests should exit with failure on failing tests.
by David Benjamin
· 10 years ago
7ead605
Add the is_unexpected key to the test output.
by David Benjamin
· 10 years ago
d7c5dfb
Add native support for onces and thread-local storage.
by Adam Langley
· 10 years ago
05a5beb
Add support for finding depot_tools' MSVC toolchain on the bots.
by David Benjamin
· 10 years ago
0e782a9
Add AEADs for AES-CTR with HMAC-SHA256.
by Adam Langley
· 10 years ago
d27eda0
Generate error data at build time.
by David Benjamin
· 10 years ago
0d5e080
Drop in prebuilt versions of Windows files.
by David Benjamin
· 10 years ago
9a7233c
Add a prebuilt CMake for OS X for the bots.
by David Benjamin
· 10 years ago
5f237bc
Add support for Chromium's JSON test result format.
by David Benjamin
· 10 years ago
1b5cfb5
Pull in a pre-built tarball of cmake 3.1.3 for the bots.
by David Benjamin
· 10 years ago
e079927
Drop in Go toolchain bootstrap scripts for the bots.
by David Benjamin
· 10 years ago
491b921
Replace all_tests.sh with a test runner in Go.
by David Benjamin
· 10 years ago
96396b3
Fix cross-module errors.
by David Benjamin
· 10 years ago
fc23396
Make make_errors.go -reset reproducible.
by David Benjamin
· 10 years ago
29b1867
Precompute sorted array for error strings.
by Adam Langley
· 10 years ago
bcc4fa8
Add unit-tests for PBKDF2.
by Eric Roman
· 10 years ago
f058dae
Revert "Add a test for CONF_parse_list."
by David Benjamin
· 10 years ago
cd5c892
Add a test for CONF_parse_list.
by David Benjamin
· 10 years ago
3e65265
aarch64 support.
by Adam Langley
· 10 years ago
5b082e8
Various documentation fixes.
by David Benjamin
· 10 years ago
044abb0
Implement SSLv3 ciphers with stateful AEADs.
by David Benjamin
· 10 years ago
ea72bd0
Implement all TLS ciphers with stateful AEADs.
by David Benjamin
· 10 years ago
4685e87
Implement HKDF.
by Nick Harper
· 10 years ago
9ed9dae
Update constant-time operations.
by Adam Langley
· 10 years ago
9f5a314
Automatically generate a missing EC public key.
by Adam Langley
· 10 years ago
9da9035
Add digest_test with tests for all existing EVP_MDs.
by David Benjamin
· 10 years ago
817ec34
Rename example_sign to evp_test.
by David Benjamin
· 10 years ago
968ddc9
Not everyone keeps bash in /bin.
by Ben Laurie
· 10 years ago
f852599
Fix doc.config for header files being moved.
by David Benjamin
· 11 years ago
04dbb7f
Add tests for pqueue
by Alex Chernyakhovsky
· 11 years ago
8e16b6e
Add PKCS#12 parser.
by Adam Langley
· 11 years ago
fd00303
Don't scan libfoo_error.c for error codes.
by Håvard Molland
· 11 years ago
eeb9f49
Add PKCS7_bundle_certificates.
by Adam Langley
· 11 years ago
4518d39
Take the source directory as a parameter in all_tests.sh
by David Benjamin
· 11 years ago
93a3dcd
Add AES Key Wrap mode.
by Adam Langley
· 11 years ago
7b35b58
Fix EVP_DecodeBlock and add tests.
by David Benjamin
· 11 years ago
2e52121
Fix magic SSL reason codes.
by David Benjamin
· 11 years ago
4c921e1
Move public headers to include/openssl/
by Adam Langley
· 11 years ago
45ec21b
Add stitched RC4-MD5 as an AEAD.
by Adam Langley
· 11 years ago
13ab3e3
Remove heartbeat extension.
by David Benjamin
· 11 years ago
659de41
Add ISC header to a handful of files.
by Adam Langley
· 11 years ago
b4b9914
Unit/regression test for TLS heartbeats.
by Adam Langley
· 11 years ago
de0b202
ChaCha20-Poly1305 support.
by Adam Langley
· 11 years ago
dfe3053
AEAD tests.
by Adam Langley
· 11 years ago
95c29f3
Inital import.
by Adam Langley
· 11 years ago