- 02 8月, 2000 2 次提交
-
-
由 Richard Levitte 提交于
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.
-
由 Richard Levitte 提交于
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.
-
- 01 8月, 2000 2 次提交
-
-
由 Richard Levitte 提交于
-
由 Richard Levitte 提交于
properly initialised. Fixed. Bug reported by DeJuan Jackson <djackson@inverge.com>
-
- 31 7月, 2000 1 次提交
-
-
由 Bodo Möller 提交于
-
- 30 7月, 2000 3 次提交
-
-
由 Dr. Stephen Henson 提交于
Document the new DN printing options. Change a few names to be more meaningful. Fix typos in CA.pl docs.
-
由 Bodo Möller 提交于
-
由 Bodo Möller 提交于
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.
-
- 28 7月, 2000 5 次提交
-
-
由 Dr. Stephen Henson 提交于
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.
-
由 Richard Levitte 提交于
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 提交于
BN_add_word becomes wrongly negative... This was discovered by Darrel Hankerson <dhankers@cacr.math.uwaterloo.ca>
-
由 Richard Levitte 提交于
supporting threads, which means that th assertion is supperbly dangerous, so make sure it's not compiled under Win32, period.
-
由 Richard Levitte 提交于
'openssl asn1parse'. As a side effect, the functions ASN1_parse_dump and BIO_dump_indent are added.
-
- 27 7月, 2000 2 次提交
-
-
由 Dr. Stephen Henson 提交于
didn't recognise NULL to mean 'don't output anything'
-
由 Richard Levitte 提交于
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.
-
- 26 7月, 2000 5 次提交
-
-
由 Richard Levitte 提交于
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 提交于
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 提交于
ASN1_TIME fixes. New function c2i_ASN1_OBJECT().
-
由 Richard Levitte 提交于
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.
-
由 Richard Levitte 提交于
state at the same time.
-
- 25 7月, 2000 3 次提交
-
-
由 Richard Levitte 提交于
(there's no way to get it through configuration yet).
-
由 Richard Levitte 提交于
libraries even if the "shared" configuration option wasn't chosen.
-
由 Richard Levitte 提交于
start, but can save you some trouble. Just ignore "shared" if it comes up among the given options, at least for now...
-
- 24 7月, 2000 3 次提交
-
-
由 Richard Levitte 提交于
-
由 Richard Levitte 提交于
-
由 Richard Levitte 提交于
has helped me a bit when I ran into trouble.
-
- 22 7月, 2000 1 次提交
-
-
由 Ulf Möller 提交于
-
- 21 7月, 2000 6 次提交
-
-
由 Bodo Möller 提交于
-
由 Richard Levitte 提交于
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 提交于
-
由 Richard Levitte 提交于
-
由 Ulf Möller 提交于
-
由 Ulf Möller 提交于
-
- 20 7月, 2000 2 次提交
-
-
由 Ulf Möller 提交于
rand_lcl.h
-
由 Ulf Möller 提交于
-
- 16 7月, 2000 1 次提交
-
-
由 Bodo Möller 提交于
-
- 13 7月, 2000 1 次提交
-
-
由 Dr. Stephen Henson 提交于
Make req seed the PRNG if signing with an already existing DSA key. Document the new smime options.
-
- 12 7月, 2000 2 次提交
-
-
由 Richard Levitte 提交于
-
由 Bodo Möller 提交于
is easier to grasp.
-
- 11 7月, 2000 1 次提交
-
-
由 Dr. Stephen Henson 提交于
call the i2c/c2i (they were not using the content length for the headers). Fix ASN1 long form tag encoding. This never worked but it was never tested since it is only used for tags > 30. New options to smime program to allow the PKCS#7 format to be specified and the content supplied externally.
-