1. 14 3月, 2000 25 次提交
  2. 13 3月, 2000 3 次提交
  3. 12 3月, 2000 2 次提交
  4. 11 3月, 2000 8 次提交
  5. 10 3月, 2000 2 次提交
    • B
      Mention -ign_eof. · 2d5e449a
      Bodo Möller 提交于
      2d5e449a
    • B
      Always use fixed DH parameters created with 'dhparam -C', · e4589582
      Bodo Möller 提交于
      don't dynamically create them.  This allows using ssltest
      for approximate performance comparisons:
         $ time ./ssltest -num 50 -tls1 -cert ../apps/server2.pem \
           [-no_dhe|-dhe1024dsa|-dhe1024]
      (server2.pem contains a 1024 bit RSA key, the default has only
      512 bits.) Note that these timings contain both the server's and
      the client's computations, they are not a good indicator for
      server workload in different configurations.
      e4589582