aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-02-10Fix the type of x400Address in GENERAL_NAMEgrpc-202302David Benjamin3-3/+4
2021-11-24update main-with-bazel from master branchBoringSSL Robot30-1614/+1822
2021-11-22Binary tag bump: 1 -> 2Adam Langley1-1/+1
2021-11-19Export PKCS12_DEFAULT_ITER.David Benjamin4-4/+8
2021-11-18Add SSL_has_pending.David Benjamin3-2/+47
2021-11-18Update HPKE test vectors.David Benjamin9-1577/+1577
2021-11-18Add various OpenSSL compatibility functions.David Benjamin6-1/+77
2021-11-15Add PKCS7_bundle_raw_certificates function which takes CRYPTO_BUFFERsMatt Mueller3-4/+88
2021-11-04No-op change to test the bots.David Benjamin1-1/+1
2021-11-04Remove outdated comment in ECDSA implementation.David Benjamin1-2/+1
2021-11-04Add missing assert.h include.David Benjamin1-0/+1
2021-11-01update main-with-bazel from master branchBoringSSL Robot12-916/+878
2021-11-01Check tag class and constructed bit in d2i_ASN1_OBJECT.David Benjamin2-17/+49
2021-11-01Don't parse constructed BIT STRINGs in crypto/bytestringDavid Benjamin2-25/+25
2021-11-01Enforce DER rules for BIT STRING values.David Benjamin5-10/+37
2021-11-01Remove support for indefinite lengths in crypto/asn1.David Benjamin6-186/+87
2021-11-01update main-with-bazel from master branchBoringSSL Robot3-141/+52
2021-11-01Remove support for constructed strings in crypto/asn1.David Benjamin3-141/+52
2021-11-01update main-with-bazel from master branchBoringSSL Robot41-405/+648
2021-11-01Check for trailing data in extensions.David Benjamin37-135/+299
2021-11-01update main-with-bazel from master branchBoringSSL Robot4-18/+17
2021-11-01Update tools.David Benjamin4-18/+17
2021-10-30update main-with-bazel from master branchBoringSSL Robot12-238/+222
2021-10-29Fold x509v3/pcy_int.h into x509v3/internal.h.David Benjamin9-235/+222
2021-10-27update main-with-bazel from master branchBoringSSL Robot1-7/+7
2021-10-27Switch kModuleDigestSize to a macro.David Benjamin1-7/+7
2021-10-27update main-with-bazel from master branchBoringSSL Robot2-12/+12
2021-10-27Switch DEPS actions on bots to Python 3.David Benjamin2-12/+12
2021-10-26update main-with-bazel from master branchBoringSSL Robot1-3/+3
2021-10-26Match OPENSSL_EXPORT in ssl/internal.h friend declarations.David Benjamin1-3/+3
2021-10-25update main-with-bazel from master branchBoringSSL Robot2-0/+8
2021-10-25Add a function to express the desired record version protocol.Adam Langley2-0/+8
2021-10-25update main-with-bazel from master branchBoringSSL Robot4-28/+138
2021-10-25Add CRYPTO_BUFFER_new_from_static_data_unsafe.David Benjamin4-28/+138
2021-10-21update main-with-bazel from master branchBoringSSL Robot8-162/+160
2021-10-21Finish documenting asn1.h.David Benjamin3-123/+133
2021-10-21Trim some undocumented symbols from asn1.h.David Benjamin6-39/+27
2021-10-21update main-with-bazel from master branchBoringSSL Robot1-0/+18
2021-10-21Add magic tag to BoringSSL binaries.Adam Langley1-0/+18
2021-10-21update main-with-bazel from master branchBoringSSL Robot2-27/+166
2021-10-21Document and const-correct multi-string types.David Benjamin2-27/+166
2021-10-21update main-with-bazel from master branchBoringSSL Robot3-4/+4
2021-10-21update main-with-bazel from master branchBoringSSL Robot1-29/+106
2021-10-21Fully unexport X509_VAL.David Benjamin3-4/+4
2021-10-21Document ASN1_OBJECT, i2c, and c2i functions.David Benjamin1-29/+106
2021-10-20update main-with-bazel from master branchBoringSSL Robot2-1/+2
2021-10-20Unexport ASN1_OBJECT_new.David Benjamin2-1/+2
2021-10-20update main-with-bazel from master branchBoringSSL Robot3-13/+16
2021-10-20Return 0x80 in all ASN1_get_object error paths.David Benjamin3-13/+16
2021-10-20update main-with-bazel from master branchBoringSSL Robot1-8/+58