1. 21 6月, 2017 3 次提交
  2. 20 6月, 2017 1 次提交
  3. 12 6月, 2017 1 次提交
  4. 09 6月, 2017 1 次提交
  5. 22 5月, 2017 2 次提交
  6. 17 5月, 2017 1 次提交
  7. 10 5月, 2017 1 次提交
    • M
      Copy custom extension flags in a call to SSL_set_SSL_CTX() · 21181889
      Matt Caswell 提交于
      The function SSL_set_SSL_CTX() can be used to swap the SSL_CTX used for
      a connection as part of an SNI callback. One result of this is that the
      s->cert structure is replaced. However this structure contains information
      about any custom extensions that have been loaded. In particular flags are
      set indicating whether a particular extension has been received in the
      ClientHello. By replacing the s->cert structure we lose the custom
      extension flag values, and it appears as if a client has not sent those
      extensions.
      
      SSL_set_SSL_CTX() should copy any flags for custom extensions that appear
      in both the old and the new cert structure.
      
      Fixes #2180
      Reviewed-by: NRich Salz <rsalz@openssl.org>
      (Merged from https://github.com/openssl/openssl/pull/3425)
      21181889
  8. 02 5月, 2017 1 次提交
  9. 26 4月, 2017 1 次提交
  10. 24 4月, 2017 1 次提交
  11. 07 4月, 2017 3 次提交
  12. 04 4月, 2017 1 次提交
  13. 24 3月, 2017 3 次提交
  14. 18 3月, 2017 1 次提交
  15. 16 3月, 2017 2 次提交
  16. 05 3月, 2017 1 次提交
  17. 03 3月, 2017 14 次提交
  18. 01 3月, 2017 2 次提交