aboutsummaryrefslogtreecommitdiff
BranchCommit messageAuthorAge
chromium-stablebssl-crypto: remove unused code.Adam Langley5 months
chromium-stable-with-bazelupdate chromium-stable-with-bazel from chromium-stable branchBoringSSL Robot3 months
fips-20220613acvp: update old AES-GCM-randnonce expectations.Adam Langley4 months
fips-20230428acvp: test with internal nonce generation.Adam Langley6 months
fips-20240407Expose the FIPS module hash at build- and run-time.Adam Langley6 weeks
grpc-202302Fix the type of x400Address in GENERAL_NAMEDavid Benjamin17 months
infra/configIncrease the SDE bot timeoutDavid Benjamin4 weeks
main-with-bazelupdate main-with-bazel from master branchBoringSSL Robot10 hours
masterAdd QEMU user option for running tests.Aaron Knobloch12 hours
master-with-bazelupdate master-with-bazel from master branchBoringSSL Robot12 hours
[...]
 
TagDownloadAuthorAge
fips-20220613boringssl-fips-20220613.zip  boringssl-fips-20220613.tar.gz  boringssl-fips-20220613.tar.bz2  Adam Langley19 months
fips-20210429boringssl-fips-20210429.zip  boringssl-fips-20210429.tar.gz  boringssl-fips-20210429.tar.bz2  Adam Langley3 years
fips-android-20191020boringssl-fips-android-20191020.zip  boringssl-fips-android-20191020.tar.gz  boringssl-fips-android-20191020.tar.bz2  Adam Langley5 years
fips-20190808boringssl-fips-20190808.zip  boringssl-fips-20190808.tar.gz  boringssl-fips-20190808.tar.bz2  Adam Langley5 years
fips-20180730boringssl-fips-20180730.zip  boringssl-fips-20180730.tar.gz  boringssl-fips-20180730.tar.bz2  Adam Langley6 years
version_for_cocoapods_10.0boringssl-version_for_cocoapods_10.0.zip  boringssl-version_for_cocoapods_10.0.tar.gz  boringssl-version_for_cocoapods_10.0.tar.bz2  Adam Langley6 years
version_for_cocoapods_9.0boringssl-version_for_cocoapods_9.0.zip  boringssl-version_for_cocoapods_9.0.tar.gz  boringssl-version_for_cocoapods_9.0.tar.bz2  Adam Langley7 years
fips-20170615boringssl-fips-20170615.zip  boringssl-fips-20170615.tar.gz  boringssl-fips-20170615.tar.bz2  Adam Langley7 years
version_for_cocoapods_8.0boringssl-version_for_cocoapods_8.0.zip  boringssl-version_for_cocoapods_8.0.tar.gz  boringssl-version_for_cocoapods_8.0.tar.bz2  Adam Langley7 years
version_for_cocoapods_7.0boringssl-version_for_cocoapods_7.0.zip  boringssl-version_for_cocoapods_7.0.tar.gz  boringssl-version_for_cocoapods_7.0.tar.bz2  Adam Langley8 years
[...]
 
AgeCommit messageAuthorFilesLines
2022-12-08Fix timebomb by disabling time check in this testchromium-5414chromium-5359Bob Beck1-0/+2
2022-10-06Add CBB_add_asn1_[u]int64_with_tag.David Benjamin3-17/+68
2022-10-04Make DH opaque.David Benjamin8-65/+40
2022-10-03Default SSL_set_enforce_rsa_key_usage to enabled.David Benjamin4-19/+11
2022-10-03Test i2d_re_* for CRLs and CSRs too.David Benjamin1-1/+202
2022-09-30Add EVP_HPKE_KEM_public_key_len and EVP_HPKE_KEM_private_key_len.David Benjamin2-11/+29
2022-09-28Remove the experimental in-place record APIs.David Benjamin3-287/+0
2022-09-28Maintain the sequence number as a uint64_t.David Benjamin8-94/+79
2022-09-23Add int64 ASN1_INTEGER setters too.David Benjamin8-30/+55
2022-09-23Also check for V_ASN1_NEG_INTEGER when checking types.David Benjamin5-8/+19
[...]