- 11 8月, 2000 1 次提交
-
-
由 Richard Levitte 提交于
records, EVP_EncodeUpdate() may misbehave. This happens when there's a record boundary between the two ending b64 equal signs, which makes EVP_EncodeUpdate think there has been more than one EOF, and therefore add an extra NUL at the end of the output buffer. This fix corrects that problem.
-
- 10 8月, 2000 1 次提交
-
-
由 Richard Levitte 提交于
-
- 08 8月, 2000 1 次提交
-
-
由 Richard Levitte 提交于
-
- 07 8月, 2000 1 次提交
-
-
由 Dr. Stephen Henson 提交于
Add warning print out if duplicate names found: should end up as a fatal error but a warning for now until they problems are fixed...
-
- 06 8月, 2000 1 次提交
-
-
由 Richard Levitte 提交于
Spotted by "Kyoungho Jeon" <k.h.jeon@securesoft.co.kr>.
-
- 04 8月, 2000 4 次提交
-
-
由 Dr. Stephen Henson 提交于
Fix warnings with BIO_dump_indent().
-
由 Richard Levitte 提交于
-
由 Richard Levitte 提交于
-
由 Richard Levitte 提交于
-
- 03 8月, 2000 1 次提交
-
-
由 Richard Levitte 提交于
where the openlog() is declared like this: extern int openlog __((char *_Ident, int _Logopt, int _Facility));
-
- 02 8月, 2000 9 次提交
-
-
由 Bodo Möller 提交于
These have been created by a SHA.1 based procedure, see http://www.skip-vpn.org/spec/numbers.html. (These values are taken from that document, I have not implemented the prime generator.)
-
由 Richard Levitte 提交于
-
由 Richard Levitte 提交于
in config is no longer needed.
-
由 Richard Levitte 提交于
-
由 Richard Levitte 提交于
-
由 Richard Levitte 提交于
"shared" variables on it's own...
-
由 Richard Levitte 提交于
-
由 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...
-