Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use TLSPrefixedArray in tls.message.Certificate.from_bytes #109

Closed
ashfall opened this issue Nov 23, 2016 · 0 comments
Closed

Use TLSPrefixedArray in tls.message.Certificate.from_bytes #109

ashfall opened this issue Nov 23, 2016 · 0 comments

Comments

@ashfall
Copy link
Contributor

ashfall commented Nov 23, 2016

Currently it uses BytesIO, which is not ideal. We now have the much better TLSPrefixedArray, and we should use it!

0x0ece added a commit to 0x0ece/tls that referenced this issue Jan 30, 2017
0x0ece added a commit to 0x0ece/tls that referenced this issue Jan 30, 2017
0x0ece added a commit to 0x0ece/tls that referenced this issue Jan 30, 2017
ashfall pushed a commit that referenced this issue Jan 30, 2017
* Use `TLSPrefixedArray` in `tls.message.Certificate.from_bytes`

Fixes #109.

* Fixing errors

* Finally removing BytesIO
derwolfe pushed a commit to derwolfe/tls that referenced this issue Jun 25, 2017
…n-tls#128)

* Use `TLSPrefixedArray` in `tls.message.Certificate.from_bytes`

Fixes python-tls#109.

* Fixing errors

* Finally removing BytesIO
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant