Commit 8073ebf
committed
Feature: libcrmcommon: Deprecate anonymous authentication.
This is an insecure authentication method where we an encrypted TLS
channel for communication, but there's no authentication on the channel
beyond that. Well, that's not completely true - for remote CIB
operations, you do still need a username and password. However, the
username is always the same so that's easy for people to figure out.
Instead, people should be using X509 certificates or PSK. A future
release will remove support for anonymous authentication and require use
of one of those other mechanisms.
Fixes T9611 parent 4c9ee77 commit 8073ebf
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
182 | 182 | | |
183 | 183 | | |
184 | 184 | | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
185 | 189 | | |
186 | 190 | | |
187 | 191 | | |
| |||
0 commit comments