You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The LocalCryptographyClient is round-tripping operations through supported algorithm, which provides good coverage for the client; however, it will also be good to verify with server-generated data from the CryptographyClient that we are indeed getting the same results back the server would use (within reason - obviously RSA operations will vary).
The text was updated successfully, but these errors were encountered:
ResolvesAzure#16713ResolvesAzure#18864
Temporarily works around Azure#18800 by trimming leading zeros coming back from the service after updating a key and before asserting equality.
* Add test coverage for MHSM and local cryptography
Resolves#16713Resolves#18864
Temporarily works around #18800 by trimming leading zeros coming back from the service after updating a key and before asserting equality.
* Add comments explaining CreateRSAProvider private method
* Resolve PR feedback
The
LocalCryptographyClient
is round-tripping operations through supported algorithm, which provides good coverage for the client; however, it will also be good to verify with server-generated data from theCryptographyClient
that we are indeed getting the same results back the server would use (within reason - obviously RSA operations will vary).The text was updated successfully, but these errors were encountered: