aboutsummaryrefslogtreecommitdiff
path: root/lib/std/crypto/Certificate
AgeCommit message (Expand)Author
2025-10-29std.Io.Threaded: fix compilation failures on WindowsAndrew Kelley
2025-10-29std: fix macos compilation errorsAndrew Kelley
2025-10-29std.crypto.Certificate.Bundle: remove use of File.readAllAndrew Kelley
2025-10-27remove all Oracle Solaris supportAlex Rønne Petersen
2025-08-30compiler: fix macos buildAndrew Kelley
2025-08-29std.Io: delete GenericReaderAndrew Kelley
2025-06-05std.crypto.Certificate.Bundle: haiku supportElaine Gibson
2025-03-11std: Add support for SerenityOS in various placesLinus Groh
2025-02-20rescanMac: Avoid overallocating/overreading by millions of bytesRyan Liptak
2025-02-18Skip empty/invalid records/certs in MacOS keychain filesRyan Liptak
2025-02-09Read System.keychain as well as SystemRootCertificates.keychain for MacOS CA ...Don
2024-09-12Replace deprecated default initializations with decl literalsLinus Groh
2024-07-19std.c reorganizationAndrew Kelley
2024-07-15Better implementation of GetLastError. (#20623)Lucas Santos
2024-03-19extract std.posix from std.osAndrew Kelley
2024-02-04x86_64: fix errors compiling the compilerJacob Young
2024-01-22std.io: replace readStructBig with readStructEndianTristan Ross
2023-11-22update for the std.fs.Dir changesAndrew Kelley
2023-11-03x86_64: fix std test failuresJacob Young
2023-10-31std.builtin.Endian: make the tags lower caseAndrew Kelley
2023-10-31mem: fix ub in writeIntJacob Young
2023-10-22Revert "Revert "Merge pull request #17637 from jacobly0/x86_64-test-std""Jacob Young
2023-10-22Revert "Merge pull request #17637 from jacobly0/x86_64-test-std"Andrew Kelley
2023-10-21x86_64: fix bugs and disable erroring testsJacob Young
2023-10-18std certs: solaris can use the BSD pathAndrew Kelley
2023-10-02Add illumos OS tagStephen Gregoratto
2023-09-30solaris: load CA certs fileRyan Zezeski
2023-07-02tls certificates: support more BSDsMichael Dusan
2023-06-29openbsd: add root certificate scanningMichael Dusan
2023-06-24all: migrate code to new cast builtin syntaxmlugg
2023-06-19all: zig fmt and rename "@XToY" to "@YFromX"Eric Joldasov
2023-05-25std.fs.file: Rename File.Kind enum values to snake caseLinus Groh
2023-05-22Ignore certificates with unknown OID (#15539)DraagrenKirneh
2023-04-17add explicit error union for Bundle.rescan and associated functionsNameless
2023-01-17Add std.os.darwin.cssmfn ⌃ ⌥
2023-01-17std.crypto.Certificate.Bundle: use parseCert in rescanWindowsfn ⌃ ⌥
2023-01-17std.crypto.Certificate.Bundle: clear bundle before macOS rescanfn ⌃ ⌥
2023-01-17clean up windows cert scanningAndrew Kelley
2023-01-17windows root certificate scanningstar-tek-mb
2023-01-16Find system-installed root SSL certificates on macOS (#14325)fn ⌃ ⌥
2023-01-15std.crypto.Certificate.Bundle: add more Linux directoriesAndrew Kelley
2023-01-02std.crypto.tls.Certificate: make the current time a parameterAndrew Kelley
2023-01-02std.crypto.Certificate.Bundle: fix 32-bit buildAndrew Kelley
2023-01-02add url parsing to the std libAndrew Kelley
2023-01-02remove std.crypto.derAndrew Kelley
2023-01-02std.crypto.tls.Certificate: explicit error set for verifyAndrew Kelley
2023-01-02std.crypto.tls.Certificate: verify time validityAndrew Kelley
2023-01-02std.crypto.tls: validate previous certificateAndrew Kelley