Ran
|
Files
253
|
Run time
19s
|
Badge
Embed ▾
README BADGES
|
travis-ci
<a href="https://github.com/curl/curl/commit/f139a85d3">ntlm: rearrange SSL backend branches With the recently introduced MultiSSL support it's now possible that multiple SSL backends are enabled at build time. It means that now the order of the SSL branches became significant to consistently use the same backend in every section of the source file. Also, in the context of NTLM support, not all SSL backends were created equal, so we're prioritizing Windows crypto over other alternatives if available, and also de-prioritizing OpenSSL and NSS which have some known limitations. This patch ensures that: - SSL backend branches are sorted in a well-defined order throughout the whole source file - ensuring that the same SSL branch gets activated over the whole source file even if multiple backends are enabled at the same time. - native Windows crypto gets priority when enabled - NSS and OpenSSL have the least priority due to their lack of support for NTLM2Session responses in NTLM type-3 messages Ref: https://github.com/curl/curl/pull/1840#issuecomment-326087305 Ref: commit </a><a class="double-link" href="https://github.com/curl/curl/commit/bd2231104">bd2231104</a>
19387 of 26518 relevant lines covered (73.11%)
108221.0 hits per line
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
---|