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
/
x509.go
Age
Commit message (
Expand
)
Author
2026-02-03
all: prealloc slice with possible minimum capabilities
Shulhan
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-24
crypto/x509: add ExtKeyUsage.String and KeyUsage.String methods
Filippo Valsorda
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-08
crypto,crypto/x509: implement MessageSigner
Roland Shoemaker
2025-02-28
crypto/x509: avoid crypto/rand.Int to generate serial number
Filippo Valsorda
2024-12-02
crypto/x509: add missing `be` to comment about serial number positivity
Wesley Beary
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/x509: implement policy validation
Roland Shoemaker
2024-11-20
crypto/x509: remove x509sha1 GODEBUG
Roland Shoemaker
2024-05-22
crypto/x509: cleanup signature generation
Filippo Valsorda
2024-05-16
crypto/x509: fix certificate request creation with RSA-PSS
Yoann Congal
2024-03-26
all: fix a large number of comments
cui fliter
2024-03-14
encoding/gob: make x509.Certificate marshalable again
Russ Cox
2024-03-09
internal/godebugs: test for use of IncNonDefault
Russ Cox
2023-12-11
crypto/x509: gate Policies marshaling with GODEBUG
Roland Shoemaker
2023-12-06
crypto/x509: revert Policies marshaling behavior
Roland Shoemaker
2023-11-03
crypto/x509: fix certificate policy marshaling
Roland Shoemaker
2023-11-01
crypto/x509: optimize the performance of checkSignature
dchaofei
2023-10-31
crypto/x509: add new OID type and use it in Certificate
Mateusz Poliwczak
2023-10-13
crypto: add available godoc link
cui fliter
2023-03-13
crypto/x509: surface ReasonCode in RevocationList API
Aaron Gable
2023-01-19
internal/godebug: export non-default-behavior counters in runtime/metrics
Russ Cox
2023-01-17
crypto/x509: clarify that CheckSignatureFrom and CheckSignature are low-level...
Filippo Valsorda
2022-11-19
crypto/ecdsa,crypto/x509: add encoding paths for NIST crypto/ecdh keys
Filippo Valsorda
2022-11-16
crypto/x509: add support for PKCS8/PKIX X25519 key encodings
Filippo Valsorda
2022-11-15
crypto/x509: Reallow duplicate attributes in CSRs.
Rob Stradling
2022-11-14
crypto/x509: remove unused member Raw from certificate
Alexander Scheel
2022-11-14
crypto/x509: expand package docs and clarify package target
Filippo Valsorda
2022-11-14
internal/godebug: define more efficient API
Russ Cox
2022-11-03
crypto/x509: create CRLs with Issuer.RawSubject
Alexander Scheel
2022-10-26
crypto/x509: respect GODEBUG changes for allowing SHA1 certificates
Russ Cox
2022-09-29
crypto: fix a few function names on comments
cui fliter
2022-08-25
crypto/x509: don't panic marshaling invalid ECDSA keys
Filippo Valsorda
2022-07-07
crypto/x509: restrict CRL number to <=20 octets
Roland Shoemaker
2022-07-07
crypto/x509: populate Number and AKI of parsed CRLs
Aaron Gable
2022-06-29
crypto/x509: improve RevocationList documentation
Roland Shoemaker
2022-05-05
crypto/x509: disable signing with MD5WithRSA
Roland Shoemaker
2022-04-21
crypto/x509: revert serial length restriction
Roland Shoemaker
2022-04-19
crypto/x509: move sha1 removal to unspecified future release
Jordan Liggitt
2022-04-18
crypto/x509: reject duplicate extensions
Roland Shoemaker
2022-04-15
crypto/x509: don't create certs with negative serials
Roland Shoemaker
2022-04-14
crypto/x509: don't allow too long serials
Roland Shoemaker
2022-04-13
crypto/x509: omit empty extensions SEQUENCE
Roland Shoemaker
2022-04-11
all: gofmt main repo
Russ Cox
2022-04-05
crypto/x509: add new CRL parser, deprecate old one
Roland Shoemaker
2022-04-04
crypto/x509: only disable SHA-1 verification for certificates
Roland Shoemaker
[next]