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. 10 3月, 2000 1 次提交
  3. 07 3月, 2000 3 次提交
  4. 06 3月, 2000 1 次提交
  5. 05 3月, 2000 1 次提交
  6. 04 3月, 2000 2 次提交
  7. 03 3月, 2000 2 次提交
  8. 02 3月, 2000 2 次提交
  9. 01 3月, 2000 1 次提交
  10. 29 2月, 2000 4 次提交
  11. 28 2月, 2000 3 次提交
  12. 27 2月, 2000 4 次提交
  13. 26 2月, 2000 3 次提交
  14. 25 2月, 2000 2 次提交
  15. 24 2月, 2000 2 次提交
  16. 23 2月, 2000 1 次提交
    • D
      · 3142c86d
      Dr. Stephen Henson 提交于
      Allow ADH to be used but not present in the default cipher
      list.
      
      Allow CERTIFICATE to be used in PEM headers for PKCS#7 structures:
      some CAs do this.
      3142c86d
  17. 22 2月, 2000 1 次提交
  18. 21 2月, 2000 3 次提交
  19. 19 2月, 2000 1 次提交
  20. 18 2月, 2000 1 次提交
  21. 17 2月, 2000 1 次提交