Searched refs:NO_TLSV1 (Results 1 – 2 of 2) sorted by relevance
236 ctx.set_options(SslOptions::NO_TLSV1 | SslOptions::NO_TLSV1_1); in mozilla_intermediate_v5()309 SslOptions::CIPHER_SERVER_PREFERENCE | SslOptions::NO_TLSV1 | SslOptions::NO_TLSV1_1, in mozilla_modern()
209 const NO_TLSV1 = ffi::SSL_OP_NO_TLSv1 as SslOptionsRepr; constant