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
/
tls
Age
Commit message (
Expand
)
Author
2025-10-29
std: updating to std.Io interface
Andrew Kelley
2025-10-09
std.crypto.tls.Client: fix infinite loop in std.Io.Writer.writeAll
marximimus
2025-08-27
Fix TLS 1.2 client key exchange to use negotiated named group (#25007)
Frank Denis
2025-08-16
std: more reliable HTTP and TLS networking
Andrew Kelley
2025-08-07
std.crypto.tls.Client: always write to buffer
Andrew Kelley
2025-08-07
TLS, HTTP, and package fetching fixes
Andrew Kelley
2025-08-07
fix 32-bit builds
Andrew Kelley
2025-08-07
http fixes
Andrew Kelley
2025-08-07
std.crypto.tls: rework for new std.Io API
Andrew Kelley
2025-07-13
std.crypto: remove `inline` from most functions
Andrew Kelley
2025-07-07
std.fmt: breaking API changes
Andrew Kelley
2025-04-27
chore(std.mem): Rename `trimLeft` and `trimRight`
Shun Sakai
2025-03-15
typo: was issues -> was issued
Roman Frołow
2025-02-22
zig build fmt
Andrew Kelley
2025-01-16
x86_64: looped instructions
Jacob Young
2024-11-19
std.crypto: make the key pair API creation consistent (#21955)
Frank Denis
2024-11-07
std.crypto.tls: add support for secp384r1 key share
Jacob Young
2024-11-07
std.crypto.tls: advertise all supported signature algorithms
Jacob Young
2024-11-07
std.crypto.tls: support the same key sizes as certificate verification
Jacob Young
2024-11-07
std.crypto.tls: support handshake fragments
Jacob Young
2024-11-07
std.crypto.tls: improve debuggability of encrypted connections
Jacob Young
2024-11-07
std.crypto.tls: increase handshake buffer sizes
Jacob Young
2024-11-07
std.crypto.tls: remove hardcoded initial loop
Jacob Young
2024-11-07
std.crypto.tls: make verify data checks timing safe
Jacob Young
2024-11-07
std.crypto.tls: fix x25519_ml_kem768 key share
Jacob Young
2024-11-07
std.crypto: delete new functions that are only used once
Jacob Young
2024-11-07
std.crypto.tls: support more key share params
Jacob Young
2024-11-07
std.crypto.tls: fix fetching https://nginx.org
Jacob Young
2024-11-07
std.crypto.tls: implement TLSv1.2
Jacob Young
2024-09-24
Add post-quantum key agreement X25519MLKEM768
Frank Denis
2024-07-21
tls.Client: implement record padding (#20558)
Igor Anić
2024-07-12
tls.Client: fix out of bounds panic
Igor Anić
2024-07-09
std: fix typos (#20560)
Jora Troosh
2024-04-28
std.posix.iovec: use .base and .len instead of .iov_base and .iov_len
Nameless
2024-03-19
extract std.posix from std.os
Andrew Kelley
2024-02-04
x86_64: fix errors compiling the compiler
Jacob Young
2024-02-02
tls: support ed25519 signatures
Jacob Young
2024-01-16
Fix TLS record overflow by limiting inner record length to 2^14
melonedo
2024-01-16
tls client interface consistency fix
Purrie
2023-12-01
verify_buffer is not expected to be sentinel-terminated
Frank Denis
2023-12-01
TLS: The 0x1306 TLS identifier was updated to TLS_AEGIS_256_SHA512
Frank Denis
2023-11-19
lib: correct unnecessary uses of 'var'
mlugg
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-21
std.http.Client: store *Connection instead of a pool node, buffer writes
Nameless
2023-07-06
Client.zig: support rsa_pss_rsae_sha384 and rsa_pss_rsae_sha512
dec05eba
2023-06-26
crypto: recoup storage in `tls.Client.partially_read_buffer`
Jacob Young
2023-06-26
crypto: cleanup unneeded uses of `@as` in `tls.Client`
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
[next]