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.zig
Age
Commit message (
Expand
)
Author
2025-08-29
std.Io: delete GenericReader
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
2024-11-07
std.crypto.tls: advertise all supported signature algorithms
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.tls: implement TLSv1.2
Jacob Young
2024-09-24
Add post-quantum key agreement X25519MLKEM768
Frank Denis
2024-08-28
std: update `std.builtin.Type` fields to follow naming conventions
mlugg
2024-07-09
std: fix typos (#20560)
Jora Troosh
2024-01-16
Fix TLS record overflow by limiting inner record length to 2^14
melonedo
2023-12-01
TLS: The 0x1306 TLS identifier was updated to TLS_AEGIS_256_SHA512
Frank Denis
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-06-01
std.http: add TlsAlert descriptions so that they can at least be viewed in er...
Nameless
2023-05-23
crypto/tls: switch X25519Kyber768Draft00 to new codepoint (#15821)
Bas Westerbaan
2023-04-28
std: update to use `@memcpy` directly
Andrew Kelley
2023-03-17
tls: use post-quantum secure key exchange (#14920)
Bas Westerbaan
2023-02-18
update std lib and compiler sources to new for loop syntax
Andrew Kelley
2023-01-02
std.crypto.tls: add API for sending close_notify
Andrew Kelley
2023-01-02
std.crypto.tls: use a Decoder abstraction
Andrew Kelley
2023-01-02
std.crypto.tls.Client: use enums more
Andrew Kelley
2023-01-02
std.crypto.tls.Client: handle key_update message
Andrew Kelley
2023-01-02
std.crypto.tls: rename HandshakeCipher
Andrew Kelley
2023-01-02
introduce std.crypto.CertificateBundle
Andrew Kelley
2023-01-02
std.crypto.tls: rudimentary certificate parsing
Andrew Kelley
2023-01-02
std.crypto.tls.Client: fix verify_data for batched handshakes
Andrew Kelley
2023-01-02
std.crypto.tls: refactor to remove mutations
Andrew Kelley
2023-01-02
std.crypto.tls.Client: verify the server's Finished message
Andrew Kelley
2023-01-02
std.crypto.tls: implement the rest of the cipher suites
Andrew Kelley
2023-01-02
extract std.crypto.tls.Client into separate namespace
Andrew Kelley