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-02-18
improve error message for byref capture of byval array
Andrew Kelley
2023-02-18
update std lib and compiler sources to new for loop syntax
Andrew Kelley
2023-02-18
update existing behavior tests and std lib to new for loop semantics
Andrew Kelley
2023-02-16
crypto: add AES-CMAC (RFC 4493) (#14545)
Chris Boesch
2023-02-13
std.crypto: add the Ascon permutation
Frank Denis
2023-01-22
support P256 in x509
Mateusz Poliwczak
2023-01-19
Wildcard certs should only validate one level of sub domain
山下
2023-01-17
Add std.os.darwin.cssm
fn ⌃ ⌥
2023-01-17
std.crypto.Certificate.Bundle: use parseCert in rescanWindows
fn ⌃ ⌥
2023-01-17
std.crypto.Certificate.Bundle: clear bundle before macOS rescan
fn ⌃ ⌥
2023-01-17
std.crypto.Certificate: add more object id
Andrew Kelley
2023-01-17
std.crypto.Certificate: skip unknown attributes
Andrew Kelley
2023-01-17
std.crypto.Certificate: add more object ids
Andrew Kelley
2023-01-17
clean up windows cert scanning
Andrew Kelley
2023-01-17
windows root certificate scanning
star-tek-mb
2023-01-16
Find system-installed root SSL certificates on macOS (#14325)
fn ⌃ ⌥
2023-01-15
std.crypto.Certificate.Bundle: add more Linux directories
Andrew Kelley
2023-01-15
std.crypto.Certificate: support v1
Andrew Kelley
2023-01-07
std.crypto.siphash: add finalResult() and peek()
Andrew Kelley
2023-01-05
std.crypto.tls.Client: fix crash in read()
Andrew Kelley
2023-01-05
std: collect all options under one namespace
Veikka Tuominen
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.Certificate: bump RSA needed memory
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: make proper use of `undefined`
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.Certificate: support verifying secp384r1 pub keys
Andrew Kelley
2023-01-02
std.crypto.Certificate: remove subject_alt_name parsing
Andrew Kelley
2023-01-02
std.crypto.tls.Certificate: fix parsing missing subsequent fields
Andrew Kelley
2023-01-02
std.crypto.Certificate.Bundle: fix 32-bit build
Andrew Kelley
2023-01-02
add url parsing to the std lib
Andrew Kelley
2023-01-02
remove std.crypto.der
Andrew Kelley
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
[next]