GrabYourPitchforks
Any custom TLS client that has minor implementation of HTTP with custom cipher suite support?
I'd recommend opening a discussion in dotnet/runtime if you want further assistance for this. The feature owners who are knowledgeable in this area are not on this Discord server.
12 replies
Any custom TLS client that has minor implementation of HTTP with custom cipher suite support?
There should be an extensibility hook on HttpClient which allows you to specify the client auth options, but the name of that hook escapes me at the moment. Miha would probably know for certain.
12 replies
Any custom TLS client that has minor implementation of HTTP with custom cipher suite support?
12 replies
Utf8Json or Jil for Net3.5
Utf8Json looks like it has a Unity-3.5 version here:
https://github.com/neuecc/Utf8Json/tree/master/src/Utf8Json.UnityClient
Per https://github.com/kevin-montrose/Jil/issues/192, looks like there's no support for Jil on .NET Framework 3.5.
37 replies