- Mar 14, 2000
-
-
Bodo Möller authored
-
Bodo Möller authored
that is actually used (even though it may not appear so at first sight).
-
Bodo Möller authored
-
Bodo Möller authored
This was meant for building individual ciphers separately; but nothing of this is maintained, it does not work because we rely on central configuration by the Configure utility with <openssl/opensslconf.h> etc., so the files are only wasting space and time.
-
Richard Levitte authored
-
Richard Levitte authored
-
Richard Levitte authored
-
Richard Levitte authored
lib$-functions and sys$-functions.
-
Richard Levitte authored
-
Richard Levitte authored
-
Richard Levitte authored
-
Richard Levitte authored
-
Dr. Stephen Henson authored
-
- Mar 13, 2000
-
-
Bodo Möller authored
-
Bodo Möller authored
-
Richard Levitte authored
-
Bodo Möller authored
-
Bodo Möller authored
-
Bodo Möller authored
in addition to the crypto library.
-
Bodo Möller authored
"openssl list-standard-commands".
-
Bodo Möller authored
-
Bodo Möller authored
In testss, use MD5 as digest algorithm so that the resulting certificates can be used for testssl with RSA.
-
Bodo Möller authored
-
Bodo Möller authored
-
Richard Levitte authored
-
Richard Levitte authored
-
Bodo Möller authored
-
Bodo Möller authored
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).
-
Bodo Möller authored
-
Bodo Möller authored
choice of parameters) when they are needed.
-
- Mar 12, 2000
-
-
Bodo Möller authored
-
Ulf Möller authored
proposed by Holger Reif
-
Ulf Möller authored
-
- Mar 11, 2000
-
-
Bodo Möller authored
-
Bodo Möller authored
is activated only when _POSIX_SOURCE is defined).
-
- Mar 10, 2000
-
-
Ulf Möller authored
header...
-
Ulf Möller authored
-
Bodo Möller authored
to make SSL_nread0 work.
-
Ulf Möller authored
-
Ulf Möller authored
-