1. 14 3月, 2000 1 次提交
    • B
      Copy DH key (if available) in addition to the bare parameters · e11f0de6
      Bodo Möller 提交于
      in SSL_new.
      If SSL_OP_SINGLE_DH_USE is set, don't waste time in SSL_[CTX_]set_tmp_dh
      on computing a DH key that will be ignored anyway.
      
      ssltest -dhe1024dsa (w/ 160-bit sub-prime) had an unfair performance
      advantage over -dhe1024 (safe prime): SSL_OP_SINGLE_DH_USE was
      effectively always enabled because SSL_new ignored the DH key set in
      the SSL_CTX.  Now -dhe1024 takes the server only about twice as long
      as -dhe1024dsa instead of three times as long (for 1024 bit RSA
      with 1024 bit DH).
      e11f0de6
  2. 13 3月, 2000 3 次提交
  3. 12 3月, 2000 2 次提交
  4. 11 3月, 2000 8 次提交
  5. 10 3月, 2000 8 次提交
  6. 09 3月, 2000 3 次提交
  7. 08 3月, 2000 5 次提交
  8. 07 3月, 2000 4 次提交
  9. 06 3月, 2000 3 次提交
  10. 05 3月, 2000 3 次提交