-
Notifications
You must be signed in to change notification settings - Fork 666
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* 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
- Loading branch information
1 parent
49283c9
commit b9ff39e
Showing
3 changed files
with
38 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Added `TlsGetRecordType` control message type and corresponding enum for linux |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters