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
/
Client.zig
Age
Commit message (
Expand
)
Author
2023-06-12
std.crypto.tls.Client: fix @memcpy crash in limitedOverlapCopy
mlugg
2023-06-01
std.http: add TlsAlert descriptions so that they can at least be viewed in er...
Nameless
2023-05-30
RSA: remove usage of allocators (#15901)
Frank Denis
2023-05-22
std.crypto.ff - Alloc-free, constant-time field arithmetic for crypto (#15795)
Frank Denis
2023-05-18
std.crypto.tls.Client.readvAdvanced: fix bugs
Andrew Kelley
2023-05-09
tls: update finishRead2 for new @memcpy semantics
Pyry Kovanen
2023-05-03
fix bug and simplify std.crypto.tls.Client.limitVecs
Jonathan Marler
2023-04-28
update codebase to use `@memset` and `@memcpy`
Andrew Kelley
2023-04-25
change semantics of `@memcpy` and `@memset`
Andrew Kelley
2023-04-08
tls.Client: don't read if we don't need more data
Nameless
2023-03-22
TLS: Favor ChaCha over AES-based ciphers on CPUs without AES support (#15034)
Frank Denis
2023-03-17
tls: use post-quantum secure key exchange (#14920)
Bas Westerbaan
2023-03-09
std.http: handle relative redirects
Nameless
2023-03-09
add error sets to tcpConnect* and tls.Client.init
Nameless
2023-01-05
std.crypto.tls.Client: fix crash in read()
Andrew Kelley
2023-01-02
std.crypto.tls.Client: make close_notify optional
Andrew Kelley
2023-01-02
std.crypto.tls.Certificate: make the current time a parameter
Andrew Kelley
2023-01-02
std.crypto.tls: verify via Subject Alt Name
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: remove debug prints
Andrew Kelley
2023-01-02
std.crypto.tls: avoid heap allocation
Andrew Kelley
2023-01-02
std.crypto.tls.Client: fix eof logic
Andrew Kelley
2023-01-02
crypto.tls: support rsa_pss_rsae_sha256 and fixes
Andrew Kelley
2023-01-02
std.crypto.tls.Client: rework the read function
Andrew Kelley
2023-01-02
std.crypto.tls.Client: refactor to reduce namespace bloat
Andrew Kelley
2023-01-02
std.crypto.tls.Client: support SignatureScheme.ecdsa_secp384r1_sha384
Andrew Kelley
2023-01-02
std.crypto.tls.Client: fix the read function
Andrew Kelley
2023-01-02
std.crypto.tls.Client: use enums more
Andrew Kelley
2023-01-02
std.crypto.tls.Client: fix truncation attack vulnerability
Andrew Kelley
2023-01-02
std.crypto.tls.Client: handle key_update message
Andrew Kelley
2023-01-02
std.crypto.tls.Certificate: fix parsing missing subsequent fields
Andrew Kelley
2023-01-02
std.crypto.tls.Certificate: explicit error set for verify
Andrew Kelley
2023-01-02
std.crypto.tls.Client: handle extra data after handshake
Andrew Kelley
2023-01-02
std.crypto.tls: handle the certificate_verify message
Andrew Kelley
2023-01-02
std.crypto.tls: validate previous certificate
Andrew Kelley
2023-01-02
std.crypto.tls: rename HandshakeCipher
Andrew Kelley
2023-01-02
std.crypto.tls: verify the common name matches
Andrew Kelley
2023-01-02
std.crypto.tls: certificate signature validation
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.Client: support secp256r1 for handshake
Andrew Kelley
2023-01-02
std.crypto.tls.Client: avoid hard-coded bytes in key_share
Andrew Kelley
2023-01-02
std.crypto.tls: send a legacy session id
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.Client: remove unnecessary coercion
Andrew Kelley
2023-01-02
std.crypto.tls: add some benchmark data points
Andrew Kelley
2023-01-02
std.crypto.tls: implement the rest of the cipher suites
Andrew Kelley
[prev]
[next]