index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
crypto
/
x509
Age
Commit message (
Expand
)
Author
2026-02-03
all: prealloc slice with possible minimum capabilities
Shulhan
2026-01-30
cmd/go,crypto/mlkem,crypto/x509,encoding/ascii85: clean up tautological/impos...
Neal Patel
2025-12-10
crypto: clean up subprocess-spawning tests
Filippo Valsorda
2025-12-02
crypto/x509: prevent HostnameError.Error() from consuming excessive resource
Nicholas S. Husin
2025-11-26
crypto/x509: add ExtKeyUsage.OID method
Roland Shoemaker
2025-11-25
crypto/ecdsa: clean up ECDSA parsing and serialization paths
Filippo Valsorda
2025-11-25
crypto/x509: sub-quadratic name constraint checking
Roland Shoemaker
2025-11-25
crypto/x509: cleanup name constraint tests
Roland Shoemaker
2025-11-24
crypto/x509: add ExtKeyUsage.String and KeyUsage.String methods
Filippo Valsorda
2025-11-12
crypto/x509: move BetterTLS suite from crypto/tls
Roland Shoemaker
2025-10-24
crypto/x509: move constraint checking after chain building
Roland Shoemaker
2025-10-24
crypto/x509: simplify candidate chain filtering
Roland Shoemaker
2025-10-17
all: remove unnecessary loop variable copies in tests
Tobias Klauser
2025-10-17
all: correct name for comments
Jes Cok
2025-10-11
crypto/x509: rework fix for CVE-2025-58187
Roland Shoemaker
2025-10-07
crypto/x509: improve domain name verification
Neal Patel
2025-10-07
crypto/x509: mitigate DoS vector when intermediate certificate contains DSA p...
Neal Patel
2025-09-16
crypto/x509/internal/macos: standardize package name
Oleksandr Redko
2025-09-04
crypto/x509: don't force system roots load in SetFallbackRoots
Mateusz Poliwczak
2025-05-21
crypto/x509: use truncated SHA-256 for SubjectKeyId
Filippo Valsorda
2025-05-21
crypto/x509: disallow negative path length
Mateusz Poliwczak
2025-05-13
crypto/x509: decouple key usage and policy validation
Roland Shoemaker
2025-05-08
crypto,crypto/x509: implement MessageSigner
Roland Shoemaker
2025-03-13
crypto/x509: change how we retrieve chains on darwin
Roland Shoemaker
2025-03-13
crypto/x509,ecoding/asn1: better handling of weird encodings
Roland Shoemaker
2025-02-28
crypto/x509: avoid crypto/rand.Int to generate serial number
Filippo Valsorda
2025-02-18
all: use a more straightforward return value
cuishuang
2025-02-03
crypto/x509/internal/macos: remove unused types and functions
qmuntal
2025-01-16
crypto/x509: avoid panic when parsing partial PKCS#1 private keys
Filippo Valsorda
2025-01-16
crypto/x509: properly check for IPv6 hosts in URIs
Roland Shoemaker
2024-12-02
crypto/x509: add missing `be` to comment about serial number positivity
Wesley Beary
2024-11-30
crypto/x509: keep RSA CRT values in ParsePKCS1PrivateKey
Filippo Valsorda
2024-11-30
crypto/rsa: move precomputation to crypto/internal/fips140/rsa
Filippo Valsorda
2024-11-22
crypto/x509: run a subset of the NIST PKI test suite
Roland Shoemaker
2024-11-22
crypto/x509: generate serial number for nil template SerialNumber
Sean Liao
2024-11-22
crypto/x509: switch default policy field to Policies
Roland Shoemaker
2024-11-22
crypto/rsa: refuse to generate and/or use keys smaller than 1024 bits
Filippo Valsorda
2024-11-22
crypto/x509: implement policy validation
Roland Shoemaker
2024-11-21
crypto/tls: FIPS 140-3 mode
Daniel McCarney
2024-11-20
crypto/x509: remove x509sha1 GODEBUG
Roland Shoemaker
2024-08-21
crypto/x509,math/rand/v2: implement the encoding.(Binary|Text)Appender
apocelipes
2024-08-15
crypto,hash: add t.Helper calls to test helpers
apocelipes
2024-07-24
crypto/x509,embed: use slices to clean up tests
apocelipes
2024-06-18
Revert "crypto/x509: reject serial numbers longer than 20 octets"
Roland Shoemaker
2024-06-04
crypto/x509: don't panic when asn1.ObjectIdentifier is shorter than x509.OID
Mateusz Poliwczak
2024-05-29
all: document legacy //go:linkname for final round of modules
Russ Cox
2024-05-23
all: change from sort functions to slices functions where feasible
Ian Lance Taylor
2024-05-22
crypto/x509: don't match bare wildcard
Roland Shoemaker
2024-05-22
crypto/x509: properly pouplate the RevocationList.AuthorityKeyId field
Mateusz Poliwczak
2024-05-22
crypto/x509: reject serial numbers longer than 20 octets
Roland Shoemaker
[next]