tlsfuzzer/tlslite-ng

Actually execute checks defined in base classes

Open

#376 opened on Nov 27, 2019

View on GitHub
 (5 comments) (0 reactions) (1 assignee)Python (95 forks)auto 404
buggood first issuehelp wanted

Repository metrics

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

Description

Several base classes for crypto algorithms contain sanity checks that never get executed in children classes, which is misleading and could lead to inconsistent error reporting across implementations.

Contributor guide