You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Parse SOL_TLS control message, closes#2064 (#2065)
* Parse SOL_TLS control message, closes#2064
* Only Linux gets SOL_TLS I guess (this is wrong, BSDs have it too)
* Use libc constants
* Also parse SOL_TLS on Android
* Decode TLS record types
* Only have TlsGetRecordType enum variant on supported platforms
* Remove android from target platforms
...since the corresponding libc constant isn't gated for Android.
* Add changelog entry
0 commit comments