1. 23 6月, 2012 2 次提交
  2. 22 6月, 2012 4 次提交
  3. 21 6月, 2012 3 次提交
  4. 20 6月, 2012 7 次提交
  5. 19 6月, 2012 6 次提交
  6. 18 6月, 2012 3 次提交
  7. 16 6月, 2012 1 次提交
  8. 14 6月, 2012 6 次提交
  9. 13 6月, 2012 2 次提交
  10. 12 6月, 2012 5 次提交
  11. 11 6月, 2012 1 次提交
    • Travis Cross's avatar
      Add mechanism to set OpenSSL session timeout · c85c8d7b
      Travis Cross 提交于
      In a sofia profile, you can now set the parameter tls-timeout to a
      positive integer value which represents the maximum time in seconds
      that OpenSSL will keep a TLS session (and its ephemeral keys) alive.
      
      This value is passed to OpenSSL's SSL_CTX_set_timeout(3).
      
      OpenSSL's default value is 300 seconds, but the relevant standard
      (RFC 2246) suggests that much longer session lifetimes are
      acceptable (it recommends values less than 24 hours).
      
      Longer values can be useful for extending battery life on mobile
      devices.
      Signed-off-by: 's avatarTravis Cross <tc@traviscross.com>
      c85c8d7b