Skip to content

Commit 6d49cc2

Browse files
committed
removed CRAM-MD5 and DIGEST-MD5 support.
1 parent ba375d8 commit 6d49cc2

File tree

8 files changed

+0
-490
lines changed

8 files changed

+0
-490
lines changed

MongoDB.Driver/Communication/Security/Authenticator.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,6 @@ internal class Authenticator
3333
// when we start negotiating, MONGO-CR should be moved to the bottom of the list...
3434
new MongoCRAuthenticationProtocol(),
3535
new SaslAuthenticationProtocol(new GssapiMechanism()),
36-
new SaslAuthenticationProtocol(new CramMD5Mechanism()),
37-
new SaslAuthenticationProtocol(new DigestMD5Mechanism())
3836
};
3937

4038
// private fields

MongoDB.Driver/Communication/Security/Mechanisms/CramMD5Mechanism.cs

Lines changed: 0 additions & 111 deletions
This file was deleted.

0 commit comments

Comments
 (0)