Commit b9ff39e
authored
* 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
1 parent 49283c9 commit b9ff39e
3 files changed
+38
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
863 | 863 | | |
864 | 864 | | |
865 | 865 | | |
| 866 | + | |
| 867 | + | |
| 868 | + | |
| 869 | + | |
866 | 870 | | |
867 | 871 | | |
868 | 872 | | |
| |||
880 | 884 | | |
881 | 885 | | |
882 | 886 | | |
| 887 | + | |
| 888 | + | |
| 889 | + | |
| 890 | + | |
| 891 | + | |
| 892 | + | |
| 893 | + | |
| 894 | + | |
| 895 | + | |
| 896 | + | |
| 897 | + | |
| 898 | + | |
| 899 | + | |
| 900 | + | |
| 901 | + | |
| 902 | + | |
| 903 | + | |
| 904 | + | |
| 905 | + | |
| 906 | + | |
| 907 | + | |
| 908 | + | |
| 909 | + | |
| 910 | + | |
| 911 | + | |
| 912 | + | |
| 913 | + | |
883 | 914 | | |
884 | 915 | | |
885 | 916 | | |
| |||
1018 | 1049 | | |
1019 | 1050 | | |
1020 | 1051 | | |
| 1052 | + | |
| 1053 | + | |
| 1054 | + | |
| 1055 | + | |
| 1056 | + | |
1021 | 1057 | | |
1022 | 1058 | | |
1023 | 1059 | | |
| |||
0 commit comments