tlsfuzzer/tlslite-ng

Refactor extension verification

Open

#335 opened on Dec 20, 2018

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

Repository metrics

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

Description

currently extensions received from the other side are verified in multiple places, and likely multiple times

the code should be refactored to have verifiers for every extension type in one place and easy way to reuse them for tlsfuzzer.

Contributor guide