1. 06 10月, 2015 1 次提交
    • E
      ssl3_get_client_hello: rearrange logic · b3e2272c
      Emilia Kasper 提交于
      Move all packet parsing to the beginning of the method. This limits the
      SSLv2 compatibility soup to the parsing, and makes the rest of the
      processing uniform.
      
      This is also needed for simpler EMS support: EMS servers need to do an
      early scan for EMS to make resumption decisions. This'll be easier when
      the entire ClientHello is parsed in the beginning.
      
      As a side effect,
      1) PACKETize ssl_get_prev_session and tls1_process_ticket; and
      2) Delete dead code for SSL_OP_NETSCAPE_REUSE_CIPHER_CHANGE_BUG.
      Reviewed-by: NMatt Caswell <matt@openssl.org>
      b3e2272c
  2. 05 10月, 2015 7 次提交
  3. 03 10月, 2015 2 次提交
  4. 01 10月, 2015 4 次提交
  5. 30 9月, 2015 13 次提交
  6. 29 9月, 2015 3 次提交
  7. 28 9月, 2015 10 次提交