1. 10 Jun, 2017 1 commit
  2. 09 Jun, 2017 1 commit
  3. 08 Jun, 2017 2 commits
  4. 05 Jun, 2017 2 commits
  5. 02 Jun, 2017 1 commit
  6. 01 Jun, 2017 3 commits
  7. 26 May, 2017 1 commit
  8. 25 May, 2017 6 commits
  9. 17 May, 2017 2 commits
  10. 11 May, 2017 1 commit
  11. 10 May, 2017 1 commit
    • Matt Caswell's avatar
      Copy custom extension flags in a call to SSL_set_SSL_CTX() · ea3fc601
      Matt Caswell authored
      
      
      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: default avatarRich Salz <rsalz@openssl.org>
      (Merged from https://github.com/openssl/openssl/pull/3427)
      ea3fc601
  12. 05 May, 2017 1 commit
  13. 02 May, 2017 4 commits
  14. 30 Apr, 2017 1 commit
  15. 27 Apr, 2017 1 commit
  16. 24 Apr, 2017 2 commits
  17. 22 Apr, 2017 2 commits
  18. 13 Apr, 2017 1 commit
  19. 11 Apr, 2017 1 commit
  20. 04 Apr, 2017 1 commit
  21. 03 Apr, 2017 2 commits
  22. 31 Mar, 2017 1 commit
  23. 29 Mar, 2017 2 commits