Steffen Kieß
Steffen Kieß
Comparing strings in the C preprocessor is rather difficult, especially because `long double` consists of two words. The following code would work, but is a rather ugly hack: ``` #define...
I've updated this pull request.
The change was breaking `USE_SIMD` / `FIXED_POINT`, this should be fixed now. Currently both `USE_SIMD` and `FIXED_POINT` use `double` for floating point operations (like before), but this can be changed...
> Run `make checksrc` locally first to make sure the code follows our style! I've fixed the style problems and also fixed the `-Werror=missing-field-initializers` errors.
Without channel binding SPNEGO can be attacked by reusing an authentication happening over http (in cleartext) to authenticate over https. For example if there is a git client doing `git...
Note: Here is a bug report regarding implementing something similar in firefox and the implementation in chromium .
> It looks like I am primarily running 1.17. Will upgrading a specific package like `libkrb5-dev` be enough or do I need to compile this in jammy? I think upgrading...
> It seems like it is no longer possible to view the Build log from Azure on why it is failing, probably because the build was over 6 months ago....
Ok, I've rebased to the current master, fixed the `unreferenced formal parameter` problem and also fixed a problem (`vtls/sectransp.c:3504:1: error: missing field 'get_tls_server_end_point' initializer [-Werror,-Wmissing-field-initializers]`).
> @steffen-kiess Can you please try rebase when you have time? I've rebased the PR. (Basically no change, except that mesalink support was dropped.)