- Aug 02, 2000
-
-
Richard Levitte authored
-
Richard Levitte authored
-
Richard Levitte authored
"shared" variables on it's own...
-
Richard Levitte authored
-
Richard Levitte authored
1. make sure libssl.so becomes dependent on libcrypto.so 2. correct a number of silly bugs in the solaris-shared target, and make sure lib*.so also depends on libc.so.
-
- Aug 01, 2000
-
-
Richard Levitte authored
environment variable OPENSSL_DEBUG_MEMORY (existence is sufficient). At the same time, it makes sure that CRYPTO_malloc_debug_init() gets expanded some- where and thereby tested for compilation.
-
Richard Levitte authored
-
- Jul 31, 2000
-
-
Richard Levitte authored
properly initialised. Fixed. Bug reported by DeJuan Jackson <djackson@inverge.com>
-
Bodo Möller authored
-
- Jul 30, 2000
-
-
Dr. Stephen Henson authored
Document the new DN printing options. Change a few names to be more meaningful. Fix typos in CA.pl docs.
-
- Jul 29, 2000
-
-
Bodo Möller authored
-
Bodo Möller authored
test was never triggered due to an off-by-one error. In s23_clnt.c, don't use special rollback-attack detection padding (RSA_SSLV23_PADDING) if SSL 2.0 is the only protocol enabled in the client; similarly, in s23_srvr.c, don't do the rollback check if SSL 2.0 is the only protocol enabled in the server.
-
- Jul 28, 2000
-
-
Dr. Stephen Henson authored
New ASN1_STRING_print_ex() and X509_NAME_print_ex() functions. These are intended to be replacements for the ancient ASN1_STRING_print() and X509_NAME_print() functions. The new functions support RFC2253 and various pretty printing options. It is also possible to display international characters if the terminal properly handles UTF8 encoding (Linux seems to tolerate this if the "unicode_start" script is run). Still needs to be documented, integrated into other utilities and extensively tested.
-
- Jul 27, 2000
-
-
Richard Levitte authored
therefore have unallocated parts. Therefore, a check for the 0 case is needed, resulting with the same thing as when a is negative.
-
Richard Levitte authored
BN_add_word becomes wrongly negative... This was discovered by Darrel Hankerson <dhankers@cacr.math.uwaterloo.ca>
-
Richard Levitte authored
supporting threads, which means that th assertion is supperbly dangerous, so make sure it's not compiled under Win32, period.
-
Richard Levitte authored
'openssl asn1parse'. As a side effect, the functions ASN1_parse_dump and BIO_dump_indent are added.
-
Dr. Stephen Henson authored
didn't recognise NULL to mean 'don't output anything'
-
- Jul 26, 2000
-
-
Richard Levitte authored
size) through the base64 filter, b64_write() messes up it's parameters in such a way that instead of writing correct base64 output, the first 4 characters of that output is repeated over and over. This fix corrects that problem.
-
Richard Levitte authored
it wants to stir the pool using ssleay_rand_add. This fix provides the possibility to call ssleay_rand_add inside a locked state by simply telling it not to do any locking through a static variable. This isn't the most elegant way one could do this, but it does retain thread safety during the stirring process.
-
Dr. Stephen Henson authored
In crypto/err/err.c need to initialise p to NULL in case thread_hash is NULL. Otherwise p will be uninitialized.
-
Dr. Stephen Henson authored
ASN1_TIME fixes. New function c2i_ASN1_OBJECT().
-
Richard Levitte authored
that of the result pointer to bn_mul was the same as one of the two arguments, That argument might have it's sign destroyed. He provided this fix.
-
- Jul 25, 2000
-
-
Richard Levitte authored
state at the same time.
-
- Jul 24, 2000
-
-
Richard Levitte authored
(there's no way to get it through configuration yet).
-
Richard Levitte authored
libraries even if the "shared" configuration option wasn't chosen.
-
Richard Levitte authored
start, but can save you some trouble. Just ignore "shared" if it comes up among the given options, at least for now...
-
Richard Levitte authored
-
Richard Levitte authored
-
Richard Levitte authored
has helped me a bit when I ran into trouble.
-
- Jul 21, 2000
-
-
Ulf Möller authored
-
Bodo Möller authored
-
Richard Levitte authored
there's support for building under Linux and True64 (using examples from the programming manuals), including versioning that is currently the same as OpenSSL versions but should really be a different series. With this change, it's up to the users to decide if they want shared libraries as well as the static ones. This decision now has to be done at configuration time (well, not really, those who know what they do can still do it the same way as before). The OpenSSL programs (openssl and the test programs) are currently always linked statically, but this may change in the future in a configurable manner. The necessary makefile variables to enable this are in place. Also note that I have done absolutely nothing about the Windows target to get something similar. On the other hand, DLLs are already the default there, but without versioning, and I've no idea what the possibilities for such a thing are there...
-
Bodo Möller authored
-
Richard Levitte authored
-
Ulf Möller authored
-
Ulf Möller authored
-
- Jul 19, 2000
-
-
Ulf Möller authored
rand_lcl.h
-
Ulf Möller authored
-
- Jul 15, 2000
-
-
Bodo Möller authored
-