1. 06 2月, 2014 4 次提交
    • Chris Rienzo's avatar
      FS-6192 --resolve · 1f81993d
      Chris Rienzo 提交于
      1f81993d
    • Travis Cross's avatar
      Default to TLSv1 through TLSv1.2 if unspecified · aae91d65
      Travis Cross 提交于
      aae91d65
    • Travis Cross's avatar
      Support setting enabled TLS versions in mod_sofia · 3a753f1d
      Travis Cross 提交于
      Previously if tls-version was set to tlsv1 we supported only TLSv1,
      but if it was set to sslv23 we supported all versions of TLS.  This
      was a weird incorrectly documented behavior that we hope no one was
      relying on.
      
      Now we can pass a comma-separated list of TLS/SSL versions that we
      would like to support in tls-version.
      
      FS-5839 --resolve
      3a753f1d
    • Travis Cross's avatar
      Allow setting enabled TLS versions in Sofia-SIP · 7f772b26
      Travis Cross 提交于
      Previously if the TPTAG_TLS_VERSION was set to a non-zero value we
      supported only TLSv1 (but not TLSv1.1 or TLSv1.2), and if was set to
      zero we supported all versions of TLS and SSL (including the
      ridiculous SSLv2).
      
      Now we take an integer field where various bits can be set indicating
      which versions of TLS we would like to support.
      7f772b26
  2. 05 2月, 2014 5 次提交
  3. 04 2月, 2014 4 次提交
  4. 03 2月, 2014 1 次提交
  5. 01 2月, 2014 1 次提交
    • Travis Cross's avatar
      Improve configure handling of ODBC · 2ddfecb4
      Travis Cross 提交于
      This commit changes behavior such that if --disable-core-odbc-support
      is provided we'll build without ODBC even if the libraries are there.
      
      Previously we would always quietly build with ODBC support if it was
      on the system.
      
      Contrary to what was said in commit 72a80498, my 2012 commit
      ffc8e81b did not affect the behavior of --disable-core-odbc-support.
      We never recognized the flag as being different from not providing the
      option at all.
      
      What the commit did do was to cause us to fail loudly if
      --enable-core-odbc-support was provided but the system libraries were
      not there.  This behavior is preserved.
      
      (That commit also caused us to potentially run certain checks twice,
      which this commit resolves.)
      
      You can also now provide --enable-core-odbc-support=optional which has
      the same effect as the default behavior.
      
      FS-6173 --resolve
      
      Thanks-to: James Le Cuirot <chewi@aura-online.co.uk>
      2ddfecb4
  6. 31 1月, 2014 13 次提交
  7. 30 1月, 2014 4 次提交
  8. 29 1月, 2014 5 次提交
  9. 28 1月, 2014 3 次提交