tlsfuzzer/tlslite-ng

Virtual host support

Open

#368 opened on Nov 6, 2019

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Python (95 forks)auto 404
complexenhancementhelp wanted

Repository metrics

Stars
 (269 stars)
PR merge metrics
 (PR metrics pending)

Description

While the tlslite-ng supports SNI extension (server_name), it supports just one value as the expected name.

Add support for multiple virtual hosts, each with their own certificates, select them based on SNI in ClientHello.

This is continuation of work started in #196

Contributor guide