mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-14 23:50:29 +01:00
Two errors here; first, need_secrets_tls() was not updated correctly for the certificate paths changes that landed recently, and would have incorrectly returned "no secrets required" for the PATH scheme. Second, an incorrect strcmp() comparison in need_secrets_phase2() meant that the wrong TTLS phase2 method would get asked if it required secrets. |
||
|---|---|---|
| .. | ||
| certs | ||
| Makefile.am | ||
| test-crypto.c | ||
| test-need-secrets.c | ||
| test-settings-defaults.c | ||