python-tls / tls

A pure Python implementation of the Transport Layer Security protocol version 1.2, using existing libraries for crypto math.
Other
163 stars 44 forks source link

Integrate BoringSSL's test suite #104

Open ashfall opened 7 years ago

ashfall commented 7 years ago

See:

(Thanks @dreid !)

markrwilliams commented 7 years ago

It appears that Bouncy Castle's TLS implementation supports a good range of extensions so we might consider a version of these tests that uses it.