- Jan 25, 2002
-
-
Geoff Thorpe authored
required as well as a default implementation (when no ENGINE provides a replacement implementation). This change makes sure the correct implementation's "init()" handler is used rather than assuming 'type'.
-
- Jan 24, 2002
-
-
Richard Levitte authored
-
Bodo Möller authored
-
Bodo Möller authored
-
Bodo Möller authored
ERR_peek_last_error ERR_peek_last_error_line ERR_peek_last_error_line_data (supersedes ERR_peek_top_error). Rename OPENSSL_NO_OLD_DES_SUPPORT into OPENSSL_DISABLE_OLD_DES_SUPPORT because OPENSSL_NO_... indicates disabled algorithms (according to mkdef.pl).
-
Bodo Möller authored
syntactically.
-
Richard Levitte authored
libeay.num got tweaked so the old des symbols would retain their positions.
-
Richard Levitte authored
more.
-
Richard Levitte authored
functions to _old_des_*.
-
Richard Levitte authored
functions to _old_des_*.
-
- Jan 23, 2002
-
-
Lutz Jänicke authored
-
- Jan 22, 2002
-
-
Ben Laurie authored
-
Ben Laurie authored
-
Dr. Stephen Henson authored
-
Dr. Stephen Henson authored
default_algorithms option in ENGINE config.
-
- Jan 21, 2002
-
-
Lutz Jänicke authored
-
Lutz Jänicke authored
-
Richard Levitte authored
reencrypting or redecrypting the ciphertext 10000 times, which of course gives higly different results.
-
Richard Levitte authored
For some reason, they give incorrect results with the OpenSSL implementation. I wonder why...
-
Richard Levitte authored
-
Dr. Stephen Henson authored
Initial ENGINE config module, docs to follow. Fix buffer overrun errors in OPENSSL_conf().
-
- Jan 18, 2002
-
-
Ben Laurie authored
-
Bodo Möller authored
-
Ben Laurie authored
-
Ben Laurie authored
-
Ben Laurie authored
-
Ben Laurie authored
-
- Jan 17, 2002
-
-
Geoff Thorpe authored
-
- Jan 16, 2002
-
-
Ulf Möller authored
-
Geoff Thorpe authored
-
Geoff Thorpe authored
quite a bit longer.
-
- Jan 15, 2002
-
-
Bodo Möller authored
-
- Jan 14, 2002
-
-
Bodo Möller authored
to indicate that a real handshake is taking place (the value will be lost during multiple invocations). Set s->new_session to 2 instead.
-
Bodo Möller authored
the SSL_R_LENGTH_MISMATCH error is detected.
-
- Jan 12, 2002
-
-
Ben Laurie authored
-
Ben Laurie authored
-
Ben Laurie authored
-
- Jan 10, 2002
-
-
Geoff Thorpe authored
"unsigned int". - Remove redundant processing with machine->ssl is NULL. - Remove compiler warnings about uninitialised 'ctx' (it's not used uninitialised, but gcc can't see that).
-
- Jan 08, 2002
-
-
Richard Levitte authored
Submitted by Pier Fumagalli <pier@betaversion.org>
-
Geoff Thorpe authored
- tidy up some output, - print a warning when running an SSL server with no cert, - only log each connect/disconnect if the new "-out_conns" switch is used.
-