- Feb 21, 2000
-
-
Bodo Möller authored
-
Bodo Möller authored
-
Bodo Möller authored
ssl3_get_message, which is more logical (and avoids a bug, in addition to the one that I introduced yesterday :-) and makes Microsoft "fast SGC" less special. MS SGC should still work now without an extra state of its own (it goes directly to SSL3_ST_SR_CLNT_HELLO_C, which is the usual state for reading the body of a Client Hello message), however this should be tested to make sure, and I don't have a MS SGC client.
-
Richard Levitte authored
-
Ulf Möller authored
-
- Feb 20, 2000
-
-
Richard Levitte authored
designed for that. This removes the potential error to mix data and function pointers. Please note that I'm a little unsure how incorrect calls to the old ctrl functions should be handled, in som cases. I currently return 0 and that's it, but it may be more correct to generate a genuine error in those cases.
-
Bodo Möller authored
-
Bodo Möller authored
-
Bodo Möller authored
-
Ulf Möller authored
-
Ulf Möller authored
-
Dr. Stephen Henson authored
-
- Feb 19, 2000
-
-
Bodo Möller authored
instead of 'unsigned' counters. Seed PRNG in MacOS/GetHTTPS.src/GetHTTPS.cpp. Partially submitted by Yoram Meroz <yoram@mail.idrive.com>.
-
Dr. Stephen Henson authored
-
- Feb 18, 2000
-
-
Bodo Möller authored
symbols.
-
Ulf Möller authored
-
Bodo Möller authored
-
Bodo Möller authored
-
Bodo Möller authored
defines when compiling applications, and allow applications to select what #defines to enable -- OPENSSL_EXLUCDE_DEFINES enables the "#define NO_whatever" stuff only, which avoids potential severe confusion caused by "#define _REENTRANT" when opensslconf.h is not the first header file #included.
-
Bodo Möller authored
-
Richard Levitte authored
with. Currently, those defines are protected with a OPENSSL_EXCLUDED. That may not be the best strategy, but it will do for now.
-
Richard Levitte authored
-
Dr. Stephen Henson authored
-
- Feb 17, 2000
-
-
Bodo Möller authored
aka X509_LOOKUP_load_file(...) is always 0 or 1, not the counter returned from the recently introduced function X509_load_cert_crl_file. X509_STORE_load_locations expects X509_LOOKUP_load_file to return 1 on success, and possibly there's other software that relies on this too.
-
Bodo Möller authored
-
Ben Laurie authored
-
Ben Laurie authored
-
Dr. Stephen Henson authored
Add -pass argument to 'enc'. Fix to make Win32 compile work again.
-
- Feb 16, 2000
-
-
Dr. Stephen Henson authored
-
Ben Laurie authored
-
Andy Polyakov authored
-
Ben Laurie authored
-
- Feb 15, 2000
-
-
Ulf Möller authored
New variable for man directory.
-
Ulf Möller authored
-
Andy Polyakov authored
-
Andy Polyakov authored
-
Andy Polyakov authored
-
Andy Polyakov authored
which can't stand GNU C assembler templates.
-
Dr. Stephen Henson authored
-
Andy Polyakov authored
X is 5120 on 32-bit and 151552 on 64-bit architectures and I varies from 0 to 4. As result the test was *unreasonably* slow and virtually impossible to complete on 64-bit architectures (e.g. IRIX bc couldn't even swallow such long lines).
-