neo4j / neo4j-dotnet-driver

Neo4j Bolt driver for .NET
Apache License 2.0
222 stars 69 forks source link

Injectable tls negotiation #789

Closed RichardIrons-neo4j closed 4 months ago

RichardIrons-neo4j commented 4 months ago

This PR adds injectable TLS negotiation. Use one of the overloads of WithTlsNegotiator on the driver config builder to specify your own custom TLS negotiation. This option may compromise your application’s security if used improperly. Its usage is strongly discouraged and comes without any guarantees.