- 14 3月, 2000 5 次提交
-
-
由 Bodo Möller 提交于
-
由 Richard Levitte 提交于
-
由 Richard Levitte 提交于
-
由 Bodo Möller 提交于
-
由 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).
-
- 13 3月, 2000 3 次提交
-
-
由 Bodo Möller 提交于
-
由 Bodo Möller 提交于
choice of parameters) when they are needed.
-
由 Bodo Möller 提交于
-
- 12 3月, 2000 2 次提交
-
-
由 Ulf Möller 提交于
proposed by Holger Reif
-
由 Ulf Möller 提交于
-
- 11 3月, 2000 8 次提交
-
-
由 Bodo Möller 提交于
-
由 Bodo Möller 提交于
is activated only when _POSIX_SOURCE is defined).
-
由 Ulf Möller 提交于
header...
-
由 Ulf Möller 提交于
-
由 Bodo Möller 提交于
to make SSL_nread0 work.
-
由 Ulf Möller 提交于
-
由 Ulf Möller 提交于
-
由 Ulf Möller 提交于
Curiously enough, void functions don't return a value.
-
- 10 3月, 2000 8 次提交
-
-
由 Bodo Möller 提交于
-
由 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.
-
由 Richard Levitte 提交于
still not be quiet. Also make it clear that -quiet implicitely means -ign_eof as well.
-
由 Bodo Möller 提交于
- Move DH parameter components inside the function. - Automatically #include the required header file if it has not already been #included.
-
由 Bodo Möller 提交于
-
由 Bodo Möller 提交于
-
由 Ulf Möller 提交于
-
由 Ulf Möller 提交于
Submitted by: "Yoram Meroz" <yoram@mail.idrive.com>
-
- 09 3月, 2000 3 次提交
-
-
由 Bodo Möller 提交于
-
由 Dr. Stephen Henson 提交于
Don't Free() password if it was read from config file.
-
由 Bodo Möller 提交于
-
- 08 3月, 2000 5 次提交
-
-
由 Dr. Stephen Henson 提交于
-
由 Dr. Stephen Henson 提交于
-
由 Richard Levitte 提交于
colon which may bite the lesser knowleged...
-
由 Richard Levitte 提交于
mysterious crashes.
-
由 Dr. Stephen Henson 提交于
-
- 07 3月, 2000 4 次提交
-
-
由 Bodo Möller 提交于
-
由 Dr. Stephen Henson 提交于
-
由 Bodo Möller 提交于
-
由 Dr. Stephen Henson 提交于
broken formats worked but the valid didn't :-(
-
- 06 3月, 2000 2 次提交
-
-
由 Ulf Möller 提交于
-
由 Bodo Möller 提交于
-