- Apr 06, 2002
-
-
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
-
- 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
-
Richard Levitte authored
-
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
-
Richard Levitte authored
Make the change to strong keys in the string to key(s) functions experimental in the main trunk as well
-
- Mar 25, 2002
-
-
Bodo Möller authored
Submitted by: Nils Larsch
-
Bodo Möller authored
Submitted by: Nils Larsch
-
Bodo Möller authored
Submitted by: Nils Larsch
-
Lutz Jänicke authored
-
- Mar 22, 2002
-
-
Bodo Möller authored
-
Richard Levitte authored
-
Richard Levitte authored
-
Richard Levitte authored
-
Richard Levitte authored
-
- Mar 21, 2002
-
-
Lutz Jänicke authored
-
Lutz Jänicke authored
-
- Mar 20, 2002
-
-
Bodo Möller authored
-
Bodo Möller authored
Restructure implementation of EC_GROUP_check(). Submitted by: Nils Larsch
-
- Mar 19, 2002
-
-
Lutz Jänicke authored
-
Bodo Möller authored
Submitted by: Nils Larsch
-
Dr. Stephen Henson authored
-
- Mar 18, 2002
-
-
Bodo Möller authored
Add some WTLS curves. New function EC_GROUP_check() (this will probably be implemented differently soon). Submitted by: Nils Larsch Reviewed by: Bodo Moeller
-
Bodo Möller authored
Submitted by: Nils Larsch
-
- 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
-
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
-
Bodo Möller authored
Fix dsaparam usage output. Submitted by: Nils Larsch
-
Bodo Möller authored
BIO_nwrite0/BIO_nwrite (the previous code was OK for BIO pairs but not in general)
-
- 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>
-