]> Cypherpunks.ru repositories - gostls13.git/commit
crypto/x509: add CertPool.Clone
authorRoland Shoemaker <roland@golang.org>
Wed, 13 Apr 2022 18:49:15 +0000 (11:49 -0700)
committerGopher Robot <gobot@golang.org>
Wed, 13 Apr 2022 19:04:59 +0000 (19:04 +0000)
commit9298f604f474ef6dcd5fdfb73877d63b1972c29f
tree8062104959359bb6c14e8a0f3c5deb8097c94079
parentd65a41329ee87f46f35719129d1d4b03d4a07cc8
crypto/x509: add CertPool.Clone

Export the previously private method copy as Clone.

Fixes #35044

Change-Id: I5403d6a3b9f344c980c1c89a6823e1a49dcda26b
Reviewed-on: https://go-review.googlesource.com/c/go/+/400175
Run-TryBot: Roland Shoemaker <roland@golang.org>
Auto-Submit: Roland Shoemaker <roland@golang.org>
Reviewed-by: Roland Shoemaker <roland@golang.org>
Reviewed-by: Damien Neil <dneil@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
api/next/35044.txt [new file with mode: 0644]
src/crypto/x509/cert_pool.go