1.0.164 kills SNI #30
Description
I'm using your excellent library in my project CitadelCore, specifically in this class, and updating to the latest release makes TLS stop functioning in my proxy. Assuming it's not my fault, my first guess from experience would be buffer offsets (that fake the peek operation) getting out of wack.
Assuming it is my fault, it could be how I was invoking the peek operation. Since you changed the collection to a dictionary and it returns a standard key value pair, I had to check for success by comparing my server_name
query against default(KeyValuePair<string, XClassNameIForget>)
. Anyway I don't think it was this, because in my logging I was still succeeding at extracting the host name.
If I had more time right now, I'd dig into it but I'm swamped with work. Rolling back to 1.0.81 gets me back to being functional.