Skip to content
This repository was archived by the owner on May 17, 2024. It is now read-only.
This repository was archived by the owner on May 17, 2024. It is now read-only.

1.0.164 kills SNI #30

Open
Open
@TechnikEmpire

Description

@TechnikEmpire

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions