]> Cypherpunks repositories - gostls13.git/commit
crypto/rsa: fix URL for the PKCS #1 v2.2 document in pss.go
authorUlrich Kunitz <uli.kunitz@gmail.com>
Sun, 27 Aug 2017 09:27:45 +0000 (11:27 +0200)
committerIan Lance Taylor <iant@golang.org>
Mon, 28 Aug 2017 05:26:59 +0000 (05:26 +0000)
commiteb07028289f39b9cd4016081fc05c50507ea3340
treeda476aec9649c1d58b5acd71cd841b27e2dac7ad
parenta4140b745ce22c56821750001f30fca4020b4650
crypto/rsa: fix URL for the PKCS #1 v2.2 document in pss.go

The PKCS #1 v2.2 document has been moved to an EMC
website with a new URL. This CL updates the reference to the document to
the new URL.

The new URL is referenced under https://en.wikipedia.org/wiki/PKCS_1

Fixes #21642

Change-Id: Ib8738b0c4c3bb9ec427bebea20c4aacd607ba0db
Reviewed-on: https://go-review.googlesource.com/59351
Reviewed-by: Emmanuel Odeke <emm.odeke@gmail.com>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/crypto/rsa/pss.go