]> Cypherpunks repositories - gostls13.git/commit
crypto/rsa: move RSAES-OAEP to the same file as RSASSA-PSS
authorFilippo Valsorda <filippo@golang.org>
Tue, 19 Nov 2024 13:38:30 +0000 (14:38 +0100)
committerGopher Robot <gobot@golang.org>
Wed, 20 Nov 2024 16:48:09 +0000 (16:48 +0000)
commit8837503237a5bc0a4193bd80c81e70e1515b56ea
tree428d81458ee9aa7469e04383f2acd9cc0e81f299
parent2c02b4a2529528ddcbea493d179e8e766cba9ddb
crypto/rsa: move RSAES-OAEP to the same file as RSASSA-PSS

They are both from PKCS#1 v2.2, so it makes sense to keep them in the
same file, and to only have common RSA stuff in rsa.go.

This should make it easier to follow the changes in the following CLs.

Change-Id: I1982e679f54eefa9babb5eeea34fa23792cf340a
Reviewed-on: https://go-review.googlesource.com/c/go/+/629936
Auto-Submit: Filippo Valsorda <filippo@golang.org>
Reviewed-by: Daniel McCarney <daniel@binaryparadox.net>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Russ Cox <rsc@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
src/crypto/rsa/pkcs1v22.go [moved from src/crypto/rsa/pss.go with 65% similarity]
src/crypto/rsa/rsa.go