- Apr 15, 2002
-
-
Lutz Jänicke authored
Submitted by: Reviewed by: PR:
-
Lutz Jänicke authored
Submitted by: Reviewed by: PR:
-
- Apr 14, 2002
-
-
Bodo Möller authored
-
Bodo Möller authored
(the bug was introduced with message callback support)
-
- Apr 13, 2002
-
-
Bodo Möller authored
Fix length checks in ssl3_get_client_hello(). Use s->s3->in_read_app_data differently to fix ssl3_read_internal().
-
Bodo Möller authored
-
Richard Levitte authored
-
- Apr 12, 2002
-
-
Bodo Möller authored
-
Bodo Möller authored
-
- Apr 11, 2002
-
-
Richard Levitte authored
-
Richard Levitte authored
-
Lutz Jänicke authored
Submitted by: Reviewed by: PR:
-
- Apr 10, 2002
-
-
Lutz Jänicke authored
are listed as of ... -> 0.9.6c -> 0.9.6d -> 0.9.7 Submitted by: Reviewed by: PR:
-
Lutz Jänicke authored
Submitted by: Reviewed by: PR:
-
- Apr 09, 2002
-
-
Bodo Möller authored
-
Bodo Möller authored
-
Bodo Möller authored
-
- Apr 06, 2002
-
-
Richard Levitte authored
Submitted by Compaq.
-
Richard Levitte authored
-
Richard Levitte authored
Submitted by Compaq.
-
Richard Levitte authored
-
Richard Levitte authored
Submitted by Compaq.
-
Richard Levitte authored
and write(). The reason is that read() and write() make additional record level locking which causes hangs of Compaq Secure Web Server (Apache) with SSL. Submitted by Compaq.
-
Richard Levitte authored
Currently only on GNUish linkers... Submitted by Steven Bade <sbade@austin.ibm.com>
-
- Apr 04, 2002
-
-
Lutz Jänicke authored
Submitted by: Reviewed by: PR:
-
- Apr 03, 2002
-
-
Richard Levitte authored
-
Richard Levitte authored
harmful if we didn't also pass the exact number of bytes of that data
-
- Mar 29, 2002
-
-
Richard Levitte authored
Furthermore, make SO_MAXCONN the first choice, since that's the standard (as far as I know).
-
- Mar 26, 2002
-
-
Lutz Jänicke authored
Submitted by: Reviewed by: PR:
-
Richard Levitte authored
Add the possibility to enable olde des support, not just disable it, for future support. Redocument
-
Richard Levitte authored
Make sure DES_cblock is defined at all times (meaning one shouldn't include openssl/des_old.h directly any more).
-
Richard Levitte authored
-
- Mar 25, 2002
-
-
Bodo Möller authored
Submitted by: Nils Larsch
-
Bodo Möller authored
Submitted by: Nils Larsch
-
Lutz Jänicke authored
Submitted by: Reviewed by: PR:
-
- Mar 22, 2002
-
-
Bodo Möller authored
-
Richard Levitte authored
earlier. Also, it was an error to define crypt() at all times.
-
Richard Levitte authored
earlier. Also, a few 0.9.6 functions were missing their mappings.
-
Richard Levitte authored
-
Richard Levitte authored
define OPENSSL_DES_LIBDES_COMPATIBILITY to get libdes compatibility. At the same time, correct a couple of argument errors for the cfb encryption routines. Make destest use as much of the old API as possible, to make sure it works properly. Other tests will use the new API...
-