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
Age
Commit message (
Expand
)
Author
2025-11-20
update deprecated ArrayListUnmanaged usage (#25958)
Benjamin Jurk
2025-11-14
represent Mac Catalyst as aarch64-maccatalyst-none rather than aarch64-ios-ma...
Alex Rønne Petersen
2025-10-29
std.Io.Threaded: fix compilation failures on Windows
Andrew Kelley
2025-10-29
std: fix macos compilation errors
Andrew Kelley
2025-10-29
std.crypto.Certificate.Bundle: remove use of File.readAll
Andrew Kelley
2025-10-27
remove all Oracle Solaris support
Alex Rønne Petersen
2025-08-30
compiler: fix macos build
Andrew Kelley
2025-08-29
std.Io: delete GenericReader
Andrew Kelley
2025-06-05
std.crypto.Certificate.Bundle: haiku support
Elaine Gibson
2025-03-11
std: Add support for SerenityOS in various places
Linus Groh
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-09-12
Replace deprecated default initializations with decl literals
Linus Groh
2024-07-19
std.c reorganization
Andrew Kelley
2024-07-15
Better implementation of GetLastError. (#20623)
Lucas Santos
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-11-22
update for the std.fs.Dir changes
Andrew Kelley
2023-11-03
x86_64: fix std test failures
Jacob Young
2023-10-31
std.builtin.Endian: make the tags lower case
Andrew Kelley
2023-10-31
mem: fix ub in writeInt
Jacob Young
2023-10-22
Revert "Revert "Merge pull request #17637 from jacobly0/x86_64-test-std""
Jacob Young
2023-10-22
Revert "Merge pull request #17637 from jacobly0/x86_64-test-std"
Andrew Kelley
2023-10-21
x86_64: fix bugs and disable erroring tests
Jacob Young
2023-10-18
std certs: solaris can use the BSD path
Andrew Kelley
2023-10-02
Add illumos OS tag
Stephen Gregoratto
2023-09-30
solaris: load CA certs file
Ryan Zezeski
2023-07-02
tls certificates: support more BSDs
Michael Dusan
2023-06-29
openbsd: add root certificate scanning
Michael Dusan
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-05-25
std.fs.file: Rename File.Kind enum values to snake case
Linus Groh
2023-05-22
Ignore certificates with unknown OID (#15539)
DraagrenKirneh
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: use parseCert in rescanWindows
fn ⌃ ⌥
2023-01-17
std.crypto.Certificate.Bundle: clear bundle before macOS rescan
fn ⌃ ⌥
2023-01-17
clean up windows cert scanning
Andrew Kelley
2023-01-17
windows root certificate scanning
star-tek-mb
2023-01-16
Find system-installed root SSL certificates on macOS (#14325)
fn ⌃ ⌥
2023-01-15
std.crypto.Certificate.Bundle: add more Linux directories
Andrew Kelley
2023-01-02
std.crypto.tls.Certificate: make the current time a parameter
Andrew Kelley
2023-01-02
std.crypto.Certificate.Bundle: fix 32-bit build
Andrew Kelley
2023-01-02
add url parsing to the std lib
Andrew Kelley
2023-01-02
remove std.crypto.der
Andrew Kelley
2023-01-02
std.crypto.tls.Certificate: explicit error set for verify
Andrew Kelley
2023-01-02
std.crypto.tls.Certificate: verify time validity
Andrew Kelley
2023-01-02
std.crypto.tls: validate previous certificate
Andrew Kelley