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
Age
Commit message (
Expand
)
Author
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.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.CertificateBundle: disable test on WASI
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
std.crypto.CertificateBundle: ignore duplicate certificates
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
2023-01-02
extract std.crypto.tls.Client into separate namespace
Andrew Kelley
2023-01-02
std.crypto.Tls: parse encrypted extensions
Andrew Kelley
2023-01-02
std.crypto.Tls: handshake fixes
Andrew Kelley
2023-01-02
std.crypto.Tls: client is working against some servers
Andrew Kelley
2023-01-02
std.crypto.Tls: add read/write methods
Andrew Kelley
2023-01-02
std.crypto.Tls: decrypting handshake messages
Andrew Kelley
2023-01-02
std.crypto.Tls: discard ChangeCipherSpec messages
Andrew Kelley
2023-01-02
std.crypto.Tls: parse the ServerHello handshake
Andrew Kelley
2023-01-02
std.http reorg; introduce std.crypto.Tls
Andrew Kelley
2022-12-30
sha3: define block_length as the rate, not as the state size (#14132)
Frank Denis
2022-12-29
hkdf: add prk_length and extractInit()
Frank Denis
2022-12-27
update uses of overflow arithmetic builtins
Veikka Tuominen
2022-12-23
HKDF allow expansion up to, and including <hash size> * 255 bytes (#14051)
Frank Denis
2022-12-17
std.builtin: rename Type.UnionField and Type.StructField's field_type to type
r00ster91
2022-12-13
update usages of `@call`
Veikka Tuominen
2022-12-07
Revert "std.crypto.aes: use software implementation in comptime context (#137...
Frank Denis
2022-12-06
std.crypto.aes: use software implementation in comptime context (#13792)
Frank Denis
2022-12-05
treshold -> threshold
Frank Denis
2022-12-05
std.crypto benchmark: don't use a relative path to import std (#13772)
Frank Denis
2022-11-28
std.crypto.edwards25519: add a rejectLowOrder() function (#13668)
Frank Denis
2022-11-24
std.crypto.ed25519 incremental signatures: hash the fallback noise (#13643)
Frank Denis
2022-11-22
std.crypto.auth: add AEGIS MAC (#13607)
Frank Denis
2022-11-20
Add the POLYVAL universal hash function
Frank Denis
2022-11-17
ghash: handle the .hi_lo case when no CLMUL acceleration is present, too
Frank Denis
2022-11-17
Reapply "std.crypto.onetimeauth.ghash: faster GHASH on modern CPUs (#13566)"
Frank Denis
2022-11-17
Revert "std.crypto.onetimeauth.ghash: faster GHASH on modern CPUs (#13566)"
Andrew Kelley
2022-11-17
std.crypto.onetimeauth.ghash: faster GHASH on modern CPUs (#13566)
Frank Denis
2022-11-14
crypto.bcrypt: fix massive speed regression when using stage2 (#13518)
Frank Denis
2022-11-14
std.crypto.ghash: fix uninitialized polynomial use (#13527)
Naoki MATSUMOTO
[prev]
[next]