From 4afb0b9e533767f788252816c4b79ee29a1952a7 Mon Sep 17 00:00:00 2001
From: Russ Cox
- TODO: complete this section, or delete if not needed -
+
Go 1.19 supports the Loongson 64-bit architecture LoongArch on Linux (GOOS=linux
, GOARCH=loong64
).
- TODO: complete this section. -
@@ -357,14 +352,14 @@ as well as support for rendering them to HTML, Markdown, and text. now reject certificates and CSRs which contain duplicate extensions.
-+
The new CertPool.Clone
and CertPool.Equal
methods allow cloning a CertPool
and checking the equality of two
CertPool
s respectively.
+
The new function ParseRevocationList
provides a faster, safer to use CRL parser which returns a
RevocationList
.
@@ -388,23 +383,6 @@ as well as support for rendering them to HTML, Markdown, and text.
now considers certificates to be equal when the subjects, public keys, and SANs
are all equal. Before, it required byte-for-byte equality.
- TODO: https://go.dev/issue/46057: add CertPool.Equal -
- -- TODO: https://go.dev/issue/50674: add ParseRevocationList, deprecate ParseCRL & ParseDERCRL -
- -- TODO: https://go.dev/cl/390834: crypto/x509: add new CRL parser, deprecate old one; modified api/next/50674.txt -
- -- TODO: https://go.dev/cl/400175: crypto/x509: add CertPool.Clone; modified api/next/35044.txt - TODO: https://go.dev/issue/35044: add CertPool.Clone -
@@ -765,14 +743,6 @@ as well as support for rendering them to HTML, Markdown, and text. -- TODO: https://go.dev/cl/397018: runtime/debug: export SetMemoryLimit; modified api/next/48409.txt -
--- 2.48.1