COMMITS
/ lib/std/crypto/Certificate.zig August 14, 2025
F
Validate wildcard TLS certificates correctly (#24829)
Frank Denis committed
May 21, 2025
J
x86_64: implement integer `@reduce(.Add)`
Jacob Young committed
May 15, 2025
H
September 2, 2024
J
std.time.epoch: change getDaysInMonth to accept the year as an argument
Jeremy Hertel committed
November 1, 2024
J
std.crypto.tls: implement TLSv1.2
Jacob Young committed
July 9, 2024
J
std: fix typos (#20560)
Jora Troosh committed
July 8, 2024
I
crypto.Certificate: case insensitive host name check
Igor Anić committed
April 21, 2024
T
ComptimeStringMap: return a regular struct and optimize
Travis Staloch committed
April 9, 2024
A
std.crypto.Certificate: support 3072 bits RSA certificate (#19591)
Andrew Kelley committed
February 2, 2024
J
tls: support ed25519 signatures
Jacob Young committed
November 10, 2023
M
lib: correct unnecessary uses of 'var'
mlugg committed
November 4, 2023
J
x86_64: fix std test failures
Jacob Young committed
October 31, 2023
A
std.builtin.Endian: make the tags lower case
Andrew Kelley committed
October 22, 2023
J
Revert "Revert "Merge pull request #17637 from jacobly0/x86_64-test-std""
Jacob Young committed
A
Revert "Merge pull request #17637 from jacobly0/x86_64-test-std"
Andrew Kelley committed
October 19, 2023
J
x86_64: fix bugs and disable erroring tests
Jacob Young committed
July 23, 2023
L
std.crypto.Certificate: consistent param types for parseTimeDigits
Luis Cáceres committed
L
std.crypto.Certificate: fix timedate parsing
Luis Cáceres committed
June 22, 2023
M
all: migrate code to new cast builtin syntax
mlugg committed
June 15, 2023
E
all: zig fmt and rename "@XToY" to "@YFromX"
Eric Joldasov committed
June 3, 2023
A
Merge pull request #15579 from squeek502/mem-delimiters
Andrew Kelley committed
May 30, 2023
F
RSA: remove usage of allocators (#15901)
Frank Denis committed
May 22, 2023
F
std.crypto.ff - Alloc-free, constant-time field arithmetic for crypto (#15795)
Frank Denis committed
May 5, 2023
R
Update all std.mem.split calls to their appropriate function
Ryan Liptak committed
April 30, 2023
L
std: fix a bunch of typos
Linus Groh committed
April 26, 2023
A
update codebase to use `@memset` and `@memcpy`
Andrew Kelley committed
April 13, 2023
N
add explicit error union for Bundle.rescan and associated functions
Nameless committed
February 18, 2023
A
update std lib and compiler sources to new for loop syntax
Andrew Kelley committed
January 22, 2023
M
support P256 in x509
Mateusz Poliwczak committed
January 19, 2023
January 17, 2023
A
std.crypto.Certificate: add more object id
Andrew Kelley committed
A
std.crypto.Certificate: skip unknown attributes
Andrew Kelley committed
A
std.crypto.Certificate: add more object ids
Andrew Kelley committed
January 15, 2023
A
std.crypto.Certificate: support v1
Andrew Kelley committed
January 2, 2023
A
std.crypto.tls.Certificate: make the current time a parameter
Andrew Kelley committed
A
std.crypto.tls: verify via Subject Alt Name
Andrew Kelley committed
December 31, 2022
A
std.crypto.Certificate: bump RSA needed memory
Andrew Kelley committed
December 30, 2022
A
std.crypto.tls.Client: remove debug prints
Andrew Kelley committed
A
std.crypto.tls: avoid heap allocation
Andrew Kelley committed
A
crypto.tls: support rsa_pss_rsae_sha256 and fixes
Andrew Kelley committed
December 28, 2022
A
std.crypto.Certificate: support verifying secp384r1 pub keys
Andrew Kelley committed
A
std.crypto.Certificate: remove subject_alt_name parsing
Andrew Kelley committed
A
std.crypto.tls.Certificate: fix parsing missing subsequent fields
Andrew Kelley committed
December 23, 2022
A
remove std.crypto.der
Andrew Kelley committed
A
std.crypto.tls.Certificate: explicit error set for verify
Andrew Kelley committed
A
std.crypto.tls.Certificate: verify time validity
Andrew Kelley committed
December 22, 2022
A
std.crypto.tls: handle the certificate_verify message
Andrew Kelley committed
A
std.crypto.tls: validate previous certificate
Andrew Kelley committed