Home | History | Annotate | Download | only in ssl

Lines Matching full:certificate

789    * certificate is finalized. */
886 /* Determine whether to request a client certificate. */
888 /* Only request a certificate if Channel ID isn't negotiated. */
893 /* CertificateRequest may only be sent in certificate-based ciphers. */
1189 /* In SSL 3.0, the Certificate message is omitted to signal no
1190 * certificate. */
1238 /* No client certificate so the handshake buffer may be discarded. */
1241 /* In SSL 3.0, sending no certificate is signaled by omitting the
1242 * Certificate message. */
1250 /* Fail for TLS only if we required a certificate */
1529 * CertificateVerify is required if and only if there's a client certificate.