Lines Matching defs:options
150 /// A "reasonable default" set of options which enables compatibility flags.
248 /// let options = SslOptions::NO_SSL_MASK & !SslOptions::NO_TLSV1_2;
857 /// length options are archaic and should be ignored in almost all cases.
884 /// length options are archaic and should be ignored in almost all cases.
1104 /// Sets the options used by the context, returning the old set.
1108 /// This *enables* the specified options, but does not disable unspecified options. Use
1117 /// Returns the options used by the context.
1119 pub fn options(&self) -> SslOptions {
1124 /// Clears the options used by the context, returning the old set.