- Aug 17, 2000
-
-
Richard Levitte authored
-
Richard Levitte authored
existing functions, but really all functions that exist in libeay.num and ssleay.num. This is a good check on how much we should actually clean up the number files.
-
Richard Levitte authored
-
Richard Levitte authored
requires that you configure again, but you don't want to reenter all those configuration arguments again.
-
- Aug 15, 2000
-
-
Richard Levitte authored
that this was actually the pkcs7 document...
-
- Aug 14, 2000
-
-
Richard Levitte authored
(like all the digests). Setting maxmem to 16K seems to give the compiler enough space to do all the optimization it wants.
-
Richard Levitte authored
-
Richard Levitte authored
MD4 implemented. Assar Westerlund provided the digest code itself and the test utility, I added the bits to get a EVP interface, the command line utility and the speed test
-
- Aug 11, 2000
-
-
Richard Levitte authored
building complete chains, are gone.
-
Richard Levitte authored
-
Richard Levitte authored
building a complete chain. Now added through the -CAfile and -CApath arguments.
-
Richard Levitte authored
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.
-
- Aug 10, 2000
-
-
Richard Levitte authored
-
- Aug 08, 2000
-
-
Richard Levitte authored
-
- 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.
-