aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-05-28Expose the FIPS module hash at build- and run-time.fips-20240407Adam Langley4-1/+19
2024-05-20Set FIPS version for validation.Adam Langley1-1/+1
2024-05-16Move fiat_p256_adx assembly to the right build targetDavid Benjamin3-9/+11
2024-05-16use AT&T syntax in fiat_p256_adxAndres Erbsen2-266/+264
2024-05-14ACVP updates.Adam Langley1-8/+29
2024-04-04Increase DTLS window size from 64 to 256Nick Harper3-11/+16
2024-04-04delocate: handle more SVE2 forms.Adam Langley4-841/+1567
2024-04-02Disable `-Wcast-function-type-strict` for `BORINGSSL_DEFINE_STACK_OF_IMPL.`Brian Ledger2-0/+11
2024-04-01Set service indicator for TLS 1.3 KDF.Adam Langley2-0/+22
2024-03-29Rewrite RAND_enable_fork_unsafe_buffering documentationDavid Benjamin1-10/+19
2024-03-29Document that our Unicode APIs reject noncharactersDavid Benjamin2-3/+9
2024-03-29Add missing public header for libpkiDavid Benjamin3-2/+5
2024-03-29Switch EVP_CIPHERs to C99 initializersDavid Benjamin8-141/+158
2024-03-29Add a PrivacyInfo plist fileAdam Langley1-0/+21
2024-03-29Make Go an optional build dependency for the CMake buildDavid Benjamin3-28/+46
2024-03-29Install the Windows toolchain under util/botDavid Benjamin2-0/+3
2024-03-29Reflect latest FIPS updates, including 186-5.Adam Langley6-80/+72
2024-03-29Update CI build toolsDavid Benjamin4-8/+18
2024-03-27[rust] Tell Cargo to link cpp runtime libraryKenichi Ishibashi1-0/+21
2024-03-25Update run_android_tests to exit on invalid ABIAaron Knobloch1-1/+1
2024-03-23Move fips_fragments into bcm.internal_hdrs in build.jsonDavid Benjamin4-7/+238
2024-03-23Move internal headers to build.jsonDavid Benjamin4-16/+434
2024-03-23Flatten crypto/CMakeLists.txt into the top-levelDavid Benjamin3-175/+151
2024-03-23Move crypto_sources to build.jsonDavid Benjamin5-254/+715
2024-03-23Specify public headers in build.jsonDavid Benjamin4-24/+303
2024-03-23Rework the test data storyDavid Benjamin11-103/+106
2024-03-23Move the rest of sources.cmake into util/pregenerateDavid Benjamin6-325/+810
2024-03-22Use source lists to find pki_test data in run_android_tests.goDavid Benjamin5-68/+91
2024-03-22Move test data lists to util/pregenerateDavid Benjamin5-1939/+3347
2024-03-22Support glob patterns in build.jsonDavid Benjamin3-33/+63
2024-03-22Correctly sort err_data.c inputsDavid Benjamin2-45/+45
2024-03-22Regenerate err_data.cDavid Benjamin1-484/+486
2024-03-22Check in pre-generated perlasm and error data filesDavid Benjamin167-363/+269338
2024-03-22Flatten crypto/fipsmodule/CMakeLists.txt up a layerDavid Benjamin2-154/+133
2024-03-22Document that null STACK_OF(T) can be used with several functionsDavid Benjamin2-3/+18
2024-03-22Remove unused flags argument from trust handlersTheo Buehler1-13/+13
2024-03-22Build fips_shared_support.c as part of libcryptoDavid Benjamin2-59/+8
2024-03-21Make it plainly obvious this is experimental code.Bob Beck4-32/+48
2024-03-21Add some barebones support for DH in EVPDavid Benjamin12-15/+497
2024-03-21Add verify_errors as public error APIBob Beck8-2/+671
2024-03-21Fix EVP_PKEY_CTX_dup with EC generationDavid Benjamin2-38/+57
2024-03-21Start making asserts constant-time tooDavid Benjamin14-36/+41
2024-03-21Clear some more false positives from constant-time validationDavid Benjamin8-31/+75
2024-03-21Fix X509_ALGOR_set_md()Theo Buehler4-5/+28
2024-03-20Trim unused files from PKI_TEST_DATADavid Benjamin4-741/+0
2024-03-20Remove unnecessary LINKER_LANGUAGE setting in CMake buildDavid Benjamin1-2/+0
2024-03-20Move ssl and decrepit sources to sources.cmakeDavid Benjamin6-79/+81
2024-03-19Add threading documentation to DH and DSADavid Benjamin3-6/+30
2024-03-19Make EVP_PKEY_type into the identity functionDavid Benjamin2-9/+6
2024-03-18Move EVP_PKEY setters to their corresponding type-specific filesDavid Benjamin4-93/+90