Skip to content
  1. Feb 14, 2014
  2. Feb 13, 2014
  3. Feb 12, 2014
  4. Feb 11, 2014
  5. Feb 10, 2014
    • Steve Holme's avatar
      tool_cfgable: Moved easy handle cleanup to fix pingpong logout issues · c8d1733d
      Steve Holme authored
      Commmit c5f8e2f5 removed the easy handle clean-up from tool_operate,
      letting the code that was already present in free_config_fields()
      perform the task. Unfortunately, this wasn't the correct place to do
      this as it broke protocols, that would perform a logout, as the main
      clean-up in tool_main had already been called.
      c8d1733d
    • Dan Fandrich's avatar
      secureserver: Only set stunnel FIPS option when available · 3a0d1beb
      Dan Fandrich authored
      It seems the fips config option causes an error if FIPS mode was
      not enabled at stunnel compile-time.  FIPS support was disabled
      by default in stunnel 5.00, so this is probably really only needed
      on versions between 4.32 and 5.00.
      3a0d1beb
    • Fabian Frank's avatar
      NPN/ALPN: allow disabling via command line · 909a68c1
      Fabian Frank authored
      when using --http2 one can now selectively disable NPN or ALPN with
      --no-alpn and --no-npn. for now honored with NSS only.
      
      TODO: honor this option with GnuTLS and OpenSSL
      909a68c1
    • Fabian Frank's avatar
      nss: use correct preprocessor macro · 70bd9784
      Fabian Frank authored
      SSL_ENABLE_ALPN can be used for preprocessor ALPN feature detection,
      but not SSL_NEXT_PROTO_SELECTED, since it is an enum value and not a
      preprocessor macro.
      70bd9784
  6. Feb 09, 2014
  7. Feb 08, 2014
  8. Feb 07, 2014