Steffen Butzer
Steffen Butzer
Currently we have a kinda hackish/suboptimal solution which should be replaced eventually Tracking issue for c6e08ea
```c typedef struct { int value; } a, b; // If we only would declare a here it would work! typedef struct { int value; } a, b; // If...
Building the binaries and starting `simpleator.exe N:\path\to\testapp.exe` yielded an E_INVALID_ARG in the debug console so I tried to look into it: 1. It seems like the source address isn't aligned...
Newest Zombes, WOrldEditCU, ModLoader, MCPatched MC with Misas. No visibility of the selection.
as in: https://ci.appveyor.com/project/steffengy/schannel-rs/build/1.0.33/job/t6e7xfcvc507tksn The **SEC_E_BUFFER TOO_SMALL** seems to be the issue mentioned here: https://github.com/dblock/waffle/pull/128#issuecomment-163342222 (confirmed by wireshark capture below) [related MS-bug report](https://connect.microsoft.com/IE/feedback/details/1253526/tls-serverkeyexchange-with-1024-dhe-may-encode-dh-y-as-127-bytes-breaking-internet-explorer-11) The **SEC_E_MESSAGE_ALTERED** likely is another issue. - Running...
For coordination/discovery (If you want to be listed here send me a mail): - Prisma is looking at building a modernized async version for their usecases based on this at...
Just sharing the last state of my todo list here, in case somebody wants to play around with something: If something of this list is especially important for you, let...
Get rid of some panics/unwraps/unimplemented!/unreachable! (assert -> TdsError). Potentially consider using failure.