- Apr 06, 2002
-
-
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...
-
- Mar 21, 2002
-
-
Lutz Jänicke authored
Submitted by: Reviewed by: PR:
-
Lutz Jänicke authored
Submitted by: Reviewed by: PR:
-
- Mar 20, 2002
-
-
Bodo Möller authored
-
- Mar 19, 2002
-
-
Lutz Jänicke authored
Submitted by: Reviewed by: PR:
-
Dr. Stephen Henson authored
Initialize ciph_ctx in kssl.c
-
- Mar 16, 2002
-
-
Dr. Stephen Henson authored
Ensure EVP_CipherInit() uses the correct encode/decode parameter if enc == -1 [Reported by Markus Friedl <markus@openbsd.org>] Fix typo in dh_lib.c (use of DSAerr instead of DHerr).
-
- Mar 15, 2002
-
-
Bodo Möller authored
Add to 'config'.
-
Bodo Möller authored
-
- Mar 14, 2002
-
-
Lutz Jänicke authored
Submitted by: Reviewed by: PR:
-
Dr. Stephen Henson authored
Initialize cipher context in KRB5 ("D. Russell" <russelld@aol.net>) Allow HMAC functions to use an alternative ENGINE.
-
Bodo Möller authored
Fix dsaparam usage output. Submitted by: Nils Larsch (for 0.9.8-dev; backported to 0.9.7-dev)
-
Bodo Möller authored
-
Bodo Möller authored
-
- Mar 13, 2002
-
-
Dr. Stephen Henson authored
Undo previous patch: avoid warnings by #undef'ing duplicate definitions. Suggested by "Kenneth R. Robinette" <support@securenetterm.com>
-
- Mar 12, 2002
-
-
Dr. Stephen Henson authored
Fix Kerberos warnings with VC++.
-
Dr. Stephen Henson authored
Fix ASN1 additions for KRB5
-
Dr. Stephen Henson authored
Fix various warnings when compiling with KRB5 code.
-
- Mar 11, 2002
-
-
Bodo Möller authored
-