Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support decryption using AesGcm #1606

Merged
merged 12 commits into from
Jun 1, 2021
Merged

Support decryption using AesGcm #1606

merged 12 commits into from
Jun 1, 2021

Conversation

RojaEnnam
Copy link
Contributor

Includes AesGcm decryption implementation using Bcrypt library and reference test from the spec.

@RojaEnnam RojaEnnam marked this pull request as ready for review March 3, 2021 21:50
@sonarcloud
Copy link

sonarcloud bot commented Mar 16, 2021

@brentschmaltz
Copy link
Member

I will write a stress test for this and post the results.

@RojaEnnam RojaEnnam force-pushed the roennam/AesGcmProvider branch 3 times, most recently from b60b693 to eb99228 Compare April 13, 2021 21:53
@@ -88,6 +87,44 @@ public override string ToString()
/// </summary>
public class AuthenticatedEncryptionProviderTests
{
#if NET_CORE
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: you could merge these two tests together and use
[PlatformSpecific(TestPlatforms.OSX | TestPlatforms.Linux)]

@GeoK
Copy link
Member

GeoK commented Apr 15, 2021

/azp run

Copy link
Member

@GeoK GeoK left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit:

@RojaEnnam RojaEnnam merged commit b45a5b4 into dev Jun 1, 2021
@RojaEnnam RojaEnnam deleted the roennam/AesGcmProvider branch June 1, 2021 19:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants