1. 14 12月, 2017 1 次提交
  2. 12 11月, 2017 1 次提交
  3. 16 10月, 2017 1 次提交
    • M
      Don't do version neg on an HRR · a2b97bdf
      Matt Caswell 提交于
      Previously if a client received an HRR then we would do version negotiation
      immediately - because we know we are going to get TLSv1.3. However this
      causes a problem when we emit the 2nd ClientHello because we start changing
      a whole load of stuff to ommit things that aren't relevant for < TLSv1.3.
      The spec requires that the 2nd ClientHello is the same except for changes
      required from the HRR. Therefore the simplest thing to do is to defer the
      version negotiation until we receive the ServerHello.
      
      Fixes #4292
      Reviewed-by: NTim Hudson <tjh@openssl.org>
      Reviewed-by: NBen Kaduk <kaduk@mit.edu>
      (Merged from https://github.com/openssl/openssl/pull/4527)
      a2b97bdf
  4. 31 8月, 2017 1 次提交
  5. 07 7月, 2017 1 次提交
  6. 03 3月, 2017 1 次提交
  7. 14 2月, 2017 1 次提交
  8. 30 1月, 2017 3 次提交
  9. 11 1月, 2017 1 次提交
  10. 06 1月, 2017 2 次提交
  11. 09 12月, 2016 9 次提交
  12. 23 11月, 2016 2 次提交