aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)Author
2024-12-30spec: describe representation of valuesRobert Griesemer
2024-12-27doc/initial: remove fixed-width spacing noticeAustin Clements
2024-12-17spec: explain function invocation and passing of parameters more preciselyRobert Griesemer
2024-12-12spec: align EBNF rules consistently (cosmetic change)Robert Griesemer
2024-12-05doc/next: deleteGopher Robot
2024-12-05testing: improve documentation, examples, release notes forJunyang Shao
2024-12-05doc/next: introduce module toolsConrad Irwin
2024-12-05doc/next: add release notes for Wasm changesCherry Mui
2024-12-05doc/next: add linker change release notesCherry Mui
2024-12-04doc/next: add release notes for runtime and syncMichael Anthony Knyszek
2024-12-03doc/next: minor grammar fix in release notesRobert Griesemer
2024-11-30crypto/x509: keep RSA CRT values in ParsePKCS1PrivateKeyFilippo Valsorda
2024-11-30crypto/rsa: move precomputation to crypto/internal/fips140/rsaFilippo Valsorda
2024-11-28doc/next: organize 9-todo.md items by categoryDmitri Shuralyov
2024-11-28doc/next: document buildtag changesTim King
2024-11-27doc/next: document copylock changesTim King
2024-11-27doc/next: document that crypto/rand.Read never failsIan Lance Taylor
2024-11-27doc/next: update with reviewed output from relnote todoDmitri Shuralyov
2024-11-27doc/next: document new language feature (alias type parameters)Robert Griesemer
2024-11-26doc: add note about crypto/x509 serial generationRoland Shoemaker
2024-11-26doc/next: add notes for new #cgo annotationsIan Lance Taylor
2024-11-26doc/next: add release note for vet on Printf(s) with non-const sAlan Donovan
2024-11-26doc: add note about x509sha1 removalRoland Shoemaker
2024-11-22crypto/cipher: deprecate NewOFB, NewCFBDecrypter, and NewCFBEncrypterFilippo Valsorda
2024-11-22crypto/tls: implement X25519MLKEM768Filippo Valsorda
2024-11-22crypto/mlkem: init packageDaniel McCarney
2024-11-22crypto/fips140: new packageFilippo Valsorda
2024-11-22crypto/x509: switch default policy field to PoliciesRoland Shoemaker
2024-11-22crypto/sha3: new packageFilippo Valsorda
2024-11-22crypto/rsa: refuse to generate and/or use keys smaller than 1024 bitsFilippo Valsorda
2024-11-22crypto/x509: implement policy validationRoland Shoemaker
2024-11-21net/http: add support for unencrypted HTTP/2Damien Neil
2024-11-21crypto/hkdf: init packageDaniel McCarney
2024-11-21crypto/tls: add server-side ECHRoland Shoemaker
2024-11-21crypto/rand: add Text for secure random stringsSean Liao
2024-11-21crypto/pbkdf2: init packageDaniel McCarney
2024-11-20os: add RootDamien Neil
2024-11-20doc: document new restriction on cgo-generated method receicer typesRobert Griesemer
2024-11-20spec: document restrictions for method receivers that are aliasesRobert Griesemer
2024-11-20doc/godebug: document we removed x509sha1Roland Shoemaker
2024-11-20crypto/x509: remove x509sha1 GODEBUGRoland Shoemaker
2024-11-19crypto/subtle: add DIT closureRoland Shoemaker
2024-11-19crypto/cipher: add NewGCMWithRandomNonceFilippo Valsorda
2024-11-19doc/godebug: document that unrecognized GODEBUG entries are ignoredIan Lance Taylor
2024-11-19doc/godebug: fix tipoIan Lance Taylor
2024-11-19cmd/go: re-enable build JSON from go test -json, now with GODEBUGAustin Clements
2024-11-18weak: move internal/weak to weak, and update according to proposalMichael Anthony Knyszek
2024-11-17cmd/go: print build errors during go test -json in JSONAustin Clements
2024-11-16runtime: implement AddCleanupCarlos Amedee
2024-11-15doc/next: pre-announce dropping macOS 11 supportCherry Mui