Provide a temporary RSA decryption buffer when dest is too small
authorJeremy Barton <jbarton@microsoft.com>
Thu, 4 Apr 2019 15:02:44 +0000 (08:02 -0700)
committerJeremy Barton <jbarton@microsoft.com>
Thu, 4 Apr 2019 15:02:44 +0000 (08:02 -0700)
commitf40c7fbeefcd22eb03e3f716c595866e52dfa1a0
tree00987bb6d3546956bbf9b21010179a62b5b0438a
parentf978e6cb065a867730cca11a1e31ce6e698c4173
Provide a temporary RSA decryption buffer when dest is too small

Commit migrated from https://github.com/dotnet/corefx/commit/d91e6ccfa7a0182a286088e4de7ec1eff1152be4
src/libraries/Common/src/System/Security/Cryptography/RSAOpenSsl.cs
src/libraries/Common/tests/System/Security/Cryptography/AlgorithmImplementations/RSA/EncryptDecrypt.netcoreapp.cs
src/libraries/Common/tests/System/Security/Cryptography/AlgorithmImplementations/RSA/RSAFactory.cs
src/libraries/System.Security.Cryptography.Algorithms/tests/DefaultRSAProvider.cs
src/libraries/System.Security.Cryptography.Cng/tests/RSACngProvider.cs
src/libraries/System.Security.Cryptography.Csp/tests/RSACryptoServiceProviderProvider.cs
src/libraries/System.Security.Cryptography.OpenSsl/tests/RSAOpenSslProvider.cs