aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-04-12update chromium-stable-with-bazel from chromium-stable branchchromium-stable-with-bazelBoringSSL Robot649-87046/+18340
2024-02-16bssl-crypto: remove unused code.chromium-stableAdam Langley1-37/+0
2024-02-15Add x509.h to doc.configDavid Benjamin2-11/+8
2024-02-15Unexport DIST_POINT_set_dpnameDavid Benjamin2-3/+3
2024-02-15Allow a C++ runtime dependency in libsslDavid Benjamin3-37/+26
2024-02-15Rewrite the warning about X509_AUXDavid Benjamin4-3/+45
2024-02-15Remove pki/tag.hDavid Benjamin21-328/+255
2024-02-15Work around bindgen bug around constantsDavid Benjamin1-2/+37
2024-02-15Guard C++ headers.Adam Langley2-4/+4
2024-02-15Include verify_unittest files in PKI_TEST_DATAAdam Langley1-0/+2
2024-02-15Switch to bindgen's static inline supportDavid Benjamin4-15/+26
2024-02-15Document X509_V_FLAG_*David Benjamin2-47/+81
2024-02-15Merge X509_PURPOSE/X509_TRUST IDs and indicesDavid Benjamin6-80/+70
2024-02-15Unexport most of X509_TRUST and X509_PURPOSE and simplifyDavid Benjamin6-105/+70
2024-02-15Remove X509_TRUST_DEFAULTDavid Benjamin2-5/+6
2024-02-14Add X509_STORE_get1_objectsDavid Benjamin3-39/+119
2024-02-14update chromium-stable-with-bazel from chromium-stable branchBoringSSL Robot168-4249/+9489
2024-02-14Mark ASN1_STRFLAGS_* and XN_FLAG_* with the right typeDavid Benjamin2-21/+21
2024-02-14Remove unused include in now public headerDavid Benjamin1-1/+0
2024-02-14Move signature_verify_cache.h to openssl/pki as public apiBob Beck8-8/+9
2024-02-14Make ContainsError look only for Errors, not Warnings.Bob Beck3-5/+16
2024-02-13Don't assume that Fiat assembly is available on Windows.Adam Langley1-1/+1
2024-02-13Add public API for a certificate.Bob Beck6-0/+301
2024-02-13Allow the delegate to indicate it wishes to accept PreCertificatesBob Beck9-9/+148
2024-02-10Use uint64_t for num_read and num_write in BIODavid Benjamin2-5/+5
2024-02-09Add functions to convert from Span<const uint8> and std::string_viewDavid Benjamin16-47/+66
2024-02-09Minor formatting fixesDavid Benjamin2-4/+4
2024-02-09Expose OPENSSL_timegm in posix_time.hBob Beck2-6/+6
2024-02-09Add SSL_get0_chain methodGabriel Redner3-9/+71
2024-02-08Tighten up the warning about RSAES-PKCS1-v1_5David Benjamin1-10/+19
2024-02-07Avoid conversion overflow from struct tm.Bob Beck3-47/+134
2024-02-03Ensure additions in this call can't overflow.Bob Beck1-0/+5
2024-02-02Create a new NameConstraints constructor that takes in an already constructed...Hubert Chao2-0/+16
2024-01-31Fix strict aliasing issues with DES_cblockDavid Benjamin3-60/+84
2024-01-31Require SSE2 when targetting 32-bit x86David Benjamin1-4/+12
2024-01-30Remove unused files from pkiDavid Benjamin4-522/+0
2024-01-30Move NEON dispatch in bn_mul_mont to CDavid Benjamin4-39/+39
2024-01-30Rewrite bn_big_endian_to_words to avoid a GCC false positiveDavid Benjamin2-18/+23
2024-01-29Enable SSE2 intrinsics on MSVCDavid Benjamin1-2/+10
2024-01-26Rename <openssl/time.h> to <openssl/posix_time.h>Bob Beck9-34/+56
2024-01-26Tweak generate_build_files.py output to pass gn's formatterDavid Benjamin1-4/+9
2024-01-26Remove remnants of the old Android CMake toolchainDavid Benjamin4-22/+7
2024-01-26bn: Move ia32cap_P references from x86_64-mont.pl to C.Brian Smith4-15/+12
2024-01-26Stop generating unused assembly for 32-bit iOSDavid Benjamin2-3/+1
2024-01-26Fix SHA ABI testsDavid Benjamin1-4/+0
2024-01-26sha: Move Armv7 dispatching to C (reland)David Benjamin8-98/+125
2024-01-26bn: Move x86-64 argument-based dispatching of bn_mul_mont to C.Brian Smith4-38/+80
2024-01-26Import upstream's tests for DES_ede3_cfb_encryptDavid Benjamin3-1/+135
2024-01-25Move single-use macros from internal.h to des.cDavid Benjamin2-98/+85
2024-01-25Unexport uint32_t-based DES APIsDavid Benjamin3-31/+34