python-tls / tls

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

TLSPrefixedArray prepends length in bytes #100

Closed markrwilliams closed 7 years ago

markrwilliams commented 7 years ago

Now extension parsing might work!

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling 12456e654279af813d67296de0c6a31c16b9bb36 on markrwilliams:tlsprefixedarray-bytes-length into 9524ada3733cf88735683824d74d3adc87a9d918 on pyca:master.

ashfall commented 7 years ago

Thanks so much! Makes sense to me + the builds are green. We might see if there are any issues once I start using it to parse extensions, but right now this looks good. Merging.