From e01761e49529a0ae30d79cf5d89e89a1a7b5d80f Mon Sep 17 00:00:00 2001 From: Sun Yimin Date: Mon, 9 Jun 2025 10:37:19 +0800 Subject: [PATCH] =?UTF-8?q?Updated=20=E5=85=B3=E4=BA=8E=E8=AF=81=E4=B9=A6?= =?UTF-8?q?=E5=92=8CTLS=E6=94=AF=E6=8C=81=20(markdown)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 关于证书和TLS支持.md | 1 + 1 file changed, 1 insertion(+) diff --git a/关于证书和TLS支持.md b/关于证书和TLS支持.md index 943c397..e59d6b2 100644 --- a/关于证书和TLS支持.md +++ b/关于证书和TLS支持.md @@ -25,6 +25,7 @@ type RevocationList x509.RevocationList Golang 在`x509.Certificate`中引入了新字段(忽略简单字段): ![image](https://github.com/user-attachments/assets/bbf6b2dd-9f48-4811-9415-c10b093122b7) +x509包内有大量对`der`字段的直接访问。 这种情况下,在sm509中实现相应功能就显得十分困难! ### 解决方案