Commit Graph

22 Commits

Author SHA1 Message Date
klzgrad
3b462b08a8 net/cert: Handle AIA response in PKCS#7 format 2024-10-13 10:40:45 +08:00
klzgrad
ce0c7401e7 net/cert: Use builtin verifier on Android and Linux 2024-10-13 10:40:45 +08:00
klzgrad
fd0c117ff2 net/cert: Add SystemTrustStoreStaticUnix
It reads CA certificates from:

* The file in environment variable SSL_CERT_FILE
* The first available file of

/etc/ssl/certs/ca-certificates.crt (Debian/Ubuntu/Gentoo etc.)
/etc/pki/tls/certs/ca-bundle.crt (Fedora/RHEL 6)
/etc/ssl/ca-bundle.pem (OpenSUSE)
/etc/pki/tls/cacert.pem (OpenELEC)
/etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem (CentOS/RHEL 7)
/etc/ssl/cert.pem (Alpine Linux)

* Files in the directory of environment variable SSL_CERT_DIR
* Files in the first available directory of

/etc/ssl/certs (SLES10/SLES11, https://golang.org/issue/12139)
/etc/pki/tls/certs (Fedora/RHEL)
/system/etc/security/cacerts (Android)
2024-10-13 10:40:45 +08:00
klzgrad
f427115cc5 libc++: Fix assertion handler 2024-10-13 10:40:45 +08:00
klzgrad
a7f4980cde libc++: Disable exceptions and RTTI
Except on Mac, where exceptions are required.
And except on Android, where rtti is required.
2024-10-13 10:40:45 +08:00
klzgrad
b09d86578a base: Don't fix Y2038 problem with icu 2024-10-13 10:40:45 +08:00
klzgrad
7178bfd90e net, url: Remove icu 2024-10-13 10:40:45 +08:00
klzgrad
91e5ce6c7e base, net: Fix disabling tracing 2024-10-13 10:40:45 +08:00
klzgrad
3d50fcde3b build: Minimize sysroot creator script 2024-10-13 10:40:45 +08:00
klzgrad
0ca466521a build: Use thinlto max optimization for everything 2024-10-13 10:40:45 +08:00
klzgrad
460f773439 build: Never explicitly link clang_rt.builtins
https://chromium-review.googlesource.com/c/chromium/src/+/5723176
2024-10-13 10:40:45 +08:00
klzgrad
4081e99544 build: Force determinism in official build
Helps build with ccache.
2024-10-13 10:40:45 +08:00
klzgrad
5173bffc0b build: Disable build_with_chromium
The argument build_with_chromium mainly enables various tests,
data bundling, infra integration, and AFDO profiles.

AFDO can be added by other arguments.
2024-10-13 10:40:45 +08:00
klzgrad
a278c82ec0 android: base: Fix build adding extra -latomic
We don't use use_sysroot=true, but without it -latomic is added
to is_android.
2024-10-13 10:40:45 +08:00
klzgrad
6b0e4e5a8a android: build: Disable Android java templates 2024-10-13 10:40:45 +08:00
klzgrad
475f52fbc9 android: url: Remove Android 2024-10-13 10:40:45 +08:00
klzgrad
044731a72c android: third_party/jni_zero: Remove JNI functions 2024-10-13 10:40:39 +08:00
klzgrad
dc7304ccfe android: base: Add Android stubs 2024-10-13 10:38:56 +08:00
klzgrad
53e43bd92c android: net: Add Android stubs 2024-10-13 10:38:56 +08:00
klzgrad
bb09e74e03 build: Remove tests and minimize 2024-10-13 10:38:56 +08:00
klzgrad
067c0ffe3c Add .gitignore 2024-10-13 10:06:44 +08:00
importer
5db6e5dcca Import chromium-130.0.6723.40 2024-10-13 10:06:44 +08:00