index
:
zig
0.10.x
0.11.x
0.12.x
0.14.x
0.15.x
0.7.x
0.8.x
0.9.x
ArrayList-reserve
Io.net
aro
ast-node-methods
async-await-demo
autofix
ci-perf-comment
ci-scripts
ci-tarballs
cli
comptime-allocator
elfv2-dyn
fixes
fuzz-macos
hcs
incr-bug
io-threaded-no-queue
jobserver
json-diagnostics
llvm-ir-nosanitize-metadata
macos-debug-info
main
make-vs-configure
master
more-doctests
new-pkg-hash
powerpc64le
restricted-function-pointers
rework-comptime-mutation
sans-aro
sha1-stream
spork8
stage2-async
threadpool
threadtheft
wasm-linker-writer
wrangle-writer-buffering
General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software. https://ziglang.org
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
std
/
crypto
/
Certificate
/
Bundle
Age
Commit message (
Expand
)
Author
2025-10-29
std: fix macos compilation errors
Andrew Kelley
2025-08-30
compiler: fix macos build
Andrew Kelley
2025-08-29
std.Io: delete GenericReader
Andrew Kelley
2025-02-20
rescanMac: Avoid overallocating/overreading by millions of bytes
Ryan Liptak
2025-02-18
Skip empty/invalid records/certs in MacOS keychain files
Ryan Liptak
2025-02-09
Read System.keychain as well as SystemRootCertificates.keychain for MacOS CA ...
Don
2024-07-19
std.c reorganization
Andrew Kelley
2024-03-19
extract std.posix from std.os
Andrew Kelley
2024-02-04
x86_64: fix errors compiling the compiler
Jacob Young
2024-01-22
std.io: replace readStructBig with readStructEndian
Tristan Ross
2023-10-31
std.builtin.Endian: make the tags lower case
Andrew Kelley
2023-10-31
mem: fix ub in writeInt
Jacob Young
2023-06-24
all: migrate code to new cast builtin syntax
mlugg
2023-06-19
all: zig fmt and rename "@XToY" to "@YFromX"
Eric Joldasov
2023-04-17
add explicit error union for Bundle.rescan and associated functions
Nameless
2023-01-17
Add std.os.darwin.cssm
fn ⌃ ⌥
2023-01-17
std.crypto.Certificate.Bundle: clear bundle before macOS rescan
fn ⌃ ⌥
2023-01-16
Find system-installed root SSL certificates on macOS (#14325)
fn ⌃ ⌥