Home | History | Annotate | Download | only in qemu

Lines Matching full:encrypt

2284      *  - sasl                   (encrypt, good auth *IF* using Kerberos via GSSAPI)
2285 * - tls (encrypt, weak anonymous creds, no auth)
2286 * - tls + password (encrypt, weak anonymous creds, weak auth)
2287 * - tls + sasl (encrypt, weak anonymous creds, good auth)
2288 * - tls + x509 (encrypt, good x509 creds, no auth)
2289 * - tls + x509 + password (encrypt, good x509 creds, weak auth)
2290 * - tls + x509 + sasl (encrypt, good x509 creds, good auth)