You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by GitBox <gi...@apache.org> on 2022/05/24 09:53:41 UTC

[GitHub] [couchdb-glazier] tadgerb opened a new pull request, #16: Fix FIPS compliance in CouchIniAction.cs

tadgerb opened a new pull request, #16:
URL: https://github.com/apache/couchdb-glazier/pull/16

   CouchIniAction.cs used the non-FIPS compliant managed SHA256 implementation, which caused an exception to be thrown during uninstall. This change replaces that call with the FIPS compliant SHA256CryptoServiceProvider.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@couchdb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [couchdb-glazier] big-r81 commented on pull request #16: Fix FIPS compliance in CouchIniAction.cs

Posted by GitBox <gi...@apache.org>.
big-r81 commented on PR #16:
URL: https://github.com/apache/couchdb-glazier/pull/16#issuecomment-1139537983

   Thank you!


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@couchdb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [couchdb-glazier] big-r81 merged pull request #16: Fix FIPS compliance in CouchIniAction.cs

Posted by GitBox <gi...@apache.org>.
big-r81 merged PR #16:
URL: https://github.com/apache/couchdb-glazier/pull/16


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@couchdb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org