• Home
  • Raw
  • Download

Lines Matching refs:ctx_options

1705   long ctx_options;  in ossl_connect_step1()  local
1845 ctx_options = SSL_OP_ALL; in ossl_connect_step1()
1848 ctx_options |= SSL_OP_NO_TICKET; in ossl_connect_step1()
1852 ctx_options |= SSL_OP_NO_COMPRESSION; in ossl_connect_step1()
1857 ctx_options &= ~SSL_OP_NETSCAPE_REUSE_CIPHER_CHANGE_BUG; in ossl_connect_step1()
1864 ctx_options &= ~SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS; in ossl_connect_step1()
1874 ctx_options |= SSL_OP_NO_SSLv2; in ossl_connect_step1()
1875 ctx_options |= SSL_OP_NO_TLSv1; in ossl_connect_step1()
1877 ctx_options |= SSL_OP_NO_TLSv1_1; in ossl_connect_step1()
1878 ctx_options |= SSL_OP_NO_TLSv1_2; in ossl_connect_step1()
1880 ctx_options |= SSL_OP_NO_TLSv1_3; in ossl_connect_step1()
1887 ctx_options |= SSL_OP_NO_SSLv2; in ossl_connect_step1()
1888 ctx_options |= SSL_OP_NO_SSLv3; in ossl_connect_step1()
1892 ctx_options |= SSL_OP_NO_SSLv2; in ossl_connect_step1()
1893 ctx_options |= SSL_OP_NO_SSLv3; in ossl_connect_step1()
1895 ctx_options |= SSL_OP_NO_TLSv1_1; in ossl_connect_step1()
1896 ctx_options |= SSL_OP_NO_TLSv1_2; in ossl_connect_step1()
1898 ctx_options |= SSL_OP_NO_TLSv1_3; in ossl_connect_step1()
1905 ctx_options |= SSL_OP_NO_SSLv2; in ossl_connect_step1()
1906 ctx_options |= SSL_OP_NO_SSLv3; in ossl_connect_step1()
1907 ctx_options |= SSL_OP_NO_TLSv1; in ossl_connect_step1()
1908 ctx_options |= SSL_OP_NO_TLSv1_2; in ossl_connect_step1()
1910 ctx_options |= SSL_OP_NO_TLSv1_3; in ossl_connect_step1()
1920 ctx_options |= SSL_OP_NO_SSLv2; in ossl_connect_step1()
1921 ctx_options |= SSL_OP_NO_SSLv3; in ossl_connect_step1()
1922 ctx_options |= SSL_OP_NO_TLSv1; in ossl_connect_step1()
1923 ctx_options |= SSL_OP_NO_TLSv1_1; in ossl_connect_step1()
1925 ctx_options |= SSL_OP_NO_TLSv1_3; in ossl_connect_step1()
1936 ctx_options |= SSL_OP_NO_SSLv2; in ossl_connect_step1()
1937 ctx_options |= SSL_OP_NO_SSLv3; in ossl_connect_step1()
1938 ctx_options |= SSL_OP_NO_TLSv1; in ossl_connect_step1()
1939 ctx_options |= SSL_OP_NO_TLSv1_1; in ossl_connect_step1()
1940 ctx_options |= SSL_OP_NO_TLSv1_2; in ossl_connect_step1()
1949 ctx_options |= SSL_OP_NO_SSLv3; in ossl_connect_step1()
1950 ctx_options |= SSL_OP_NO_TLSv1; in ossl_connect_step1()
1952 ctx_options |= SSL_OP_NO_TLSv1_1; in ossl_connect_step1()
1953 ctx_options |= SSL_OP_NO_TLSv1_2; in ossl_connect_step1()
1955 ctx_options |= SSL_OP_NO_TLSv1_3; in ossl_connect_step1()
1969 SSL_CTX_set_options(connssl->ctx, ctx_options); in ossl_connect_step1()