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

Link to relevant RFC sections in tls._constructs #122

Open markrwilliams opened 7 years ago

markrwilliams commented 7 years ago

@ashfall started the convention of putting links to the relevant RFC in extension parsing PRs (e.g., #105) These links should also be in the code, so it's easy to jump from a parsing construct to its definition in an RFC.