aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
6 hoursAdd DILITHIUM_public_from_private function.HEADmasterGuillaume Endignoux3-7/+68
9 daysReapply "Fix test_fips in google3"Bob Beck2-22/+26
9 days[DTLS] Use absolute instead of relative epoch numbers.Nick Harper5-38/+32
9 daysRevert "Fix test_fips in google3"Bob Beck2-32/+23
9 daysFix test_fips in google3Bob Beck2-23/+32
9 daysEnsure CRYPTO_needs_hwcap2_workaround works without CRYPTO_library_initDavid Benjamin1-1/+4
12 daysWork around GCC's broken -Warray-bounds warningDavid Benjamin1-2/+14
12 daysRewrite CBS_get_asn1_int64 slightlyDavid Benjamin1-5/+3
13 daysMake BoringSSL initialization-lessDavid Benjamin15-120/+39
13 daysCall CRYPTO_library_init before ChaCha20 and P-256 assemblyDavid Benjamin2-0/+12
13 daystest_fips: two tweaksAdam Langley1-0/+11
14 daysAdd EDDSA support for fetching and uploading vectorsSven Biebaut1-0/+1
2024-06-19test_fips: don't forget a couple of \n'sAdam Langley1-2/+2
2024-06-18Add the Revision field to third_party/fiat/README.chromiumDavid Benjamin1-0/+1
2024-06-18Implement rsa_pkcs1_sha256_legacy.David Benjamin10-120/+235
2024-06-17Send a consistent alert when the peer sends a bad signature algorithmDavid Benjamin6-15/+20
2024-06-12Fix pointers in CONSTTIME_DECLASSIFY.Thomas Holenstein1-1/+1
2024-06-12Revert "Adds functionality for instantiating and using `Algorithm`" and friends.David Benjamin2-51/+19
2024-06-11Remove OPENSSL_ia32cap_P references from AES-NI assemblyDavid Benjamin15-1310/+1623
2024-06-10[bogo] Compute length in record header before encrypting.Nick Harper1-25/+33
2024-06-10Remove Knights Landing and Knights Mill logicDavid Benjamin3-22/+5
2024-06-08Extract the AES-NI encrypt -> decrypt assembly conversionDavid Benjamin11-216/+147
2024-06-07Update other CI toolsDavid Benjamin5-9/+9
2024-06-07Allow local labels in symbol expressionsDavid Benjamin4-2288/+2303
2024-06-07Handle notrack instructions in delocate outputDavid Benjamin7-1910/+2063
2024-06-07Update Clang in CIDavid Benjamin1-2/+2
2024-06-07Include subcomponents in the bugtracker linkDavid Benjamin1-1/+1
2024-06-07Update links to bugtrackerDavid Benjamin1-1/+3
2024-06-06Make the bug tracker link be buganizerBob Beck1-1/+1
2024-06-05Make SSL_select_next_proto more robust to invalid calls.David Benjamin5-43/+127
2024-06-05Add missing trait "use" in doc testsMaurice Lam1-1/+1
2024-06-04Test various empty string cases with NPN callbacksDavid Benjamin8-32/+129
2024-06-04Mark kyber as experimentalBob Beck5-3/+15
2024-06-04remove un-needed muts which were causing build warnings/errorsNabil Wadih2-3/+3
2024-06-04Adds functionality for instantiating and using `Algorithm`Ellen Arteca2-18/+50
2024-05-31Tidy up dilithium_test.ccDavid Benjamin1-117/+86
2024-05-31Move GCMTest.ByteSwap to crypto_test.ccDavid Benjamin2-6/+9
2024-05-30Fix the indentation in gen/sources.bzlDavid Benjamin2-2583/+2586
2024-05-29Revert "Move unit tests out of bcm/fipsmodule"Bob Beck20-113/+121
2024-05-29Revert "Also extract the test data files from bcm"Bob Beck34-91/+92
2024-05-29Fix build with -Wctad-maybe-unsupportedDavid Benjamin7-28/+41
2024-05-29Also extract the test data files from bcmBob Beck34-92/+91
2024-05-28Move unit tests out of bcm/fipsmoduleBob Beck20-121/+113
2024-05-24Fix some enum issues in the test-only BORINGSSL_FIPS_COUNTERS buildDavid Benjamin2-11/+9
2024-05-24Set the minumum TLS version to (D)TLS 1.2 by defaultDavid Benjamin3-5/+15
2024-05-24Fix the "-with-bazel" branchesDavid Benjamin1-138/+11
2024-05-23Don't bother checking for NULL pointers in AES key schedule assemblyDavid Benjamin13-322/+234
2024-05-23More ECH certificatesRoland Shoemaker1-1/+16
2024-05-23Add error string to JSON test result outputRoland Shoemaker3-11/+18
2024-05-22Add edge-case tests for Dilithium, and fix a bug that sneaked in withGuillaume Endignoux8-8/+1252