- Aug 06, 2000
-
-
Dr. Stephen Henson authored
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...
-
Richard Levitte authored
Spotted by "Kyoungho Jeon" <k.h.jeon@securesoft.co.kr>.
-
- Aug 04, 2000
-
-
Dr. Stephen Henson authored
Fix warnings with BIO_dump_indent().
-
- Aug 03, 2000
-
-
Richard Levitte authored
-
Richard Levitte authored
-
Richard Levitte authored
-
- Aug 02, 2000
-
-
Richard Levitte authored
where the openlog() is declared like this: extern int openlog __((char *_Ident, int _Logopt, int _Facility));
-
Bodo Möller authored
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 authored
-
Richard Levitte authored
in config is no longer needed.
-
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.
-