Richard Levitte [Thu, 27 Jun 2002 15:11:32 +0000 (15:11 +0000)]
The new stuff is for Borland Bulider 5, so document it appropriately
Richard Levitte [Thu, 27 Jun 2002 14:54:48 +0000 (14:54 +0000)]
Use 32-bit sections instead of the default, 16-bit ones.
Part of PR 123
Richard Levitte [Thu, 27 Jun 2002 10:27:11 +0000 (10:27 +0000)]
have 'openssl pkcs7' exit with code 1 on error instead of 0.
PR: 119
Richard Levitte [Thu, 27 Jun 2002 10:20:39 +0000 (10:20 +0000)]
gcc requires -m64 to link 64-bit shared libraries on Solaris.
PR: 117
Richard Levitte [Thu, 27 Jun 2002 09:54:23 +0000 (09:54 +0000)]
Use bg instead of bag as argument to macros, to avoid clashes with
structure field names.
PR: 112
Bodo Möller [Wed, 26 Jun 2002 14:29:45 +0000 (14:29 +0000)]
Make sure buffers are large enough even for weird parameters
Submitted by: Nils Larsch
Richard Levitte [Tue, 25 Jun 2002 11:42:05 +0000 (11:42 +0000)]
For some reason, we need to return the full path to perl
Lutz Jänicke [Thu, 20 Jun 2002 19:54:13 +0000 (19:54 +0000)]
HP-UX: shared libraries MUST be +x and SHOULD be -w.
Lutz Jänicke [Thu, 20 Jun 2002 19:51:40 +0000 (19:51 +0000)]
Fix path to find util/pod2man.pl from the execution directory.
Make sure to use the predefined PERL.
Submitted by: Bernhard Simon <bs@bsws.zid.tuwien.ac.at>
Reviewed by:
PR:
Lutz Jänicke [Sun, 16 Jun 2002 10:32:14 +0000 (10:32 +0000)]
Use -dumpversion to obtain gcc's version.
Submitted by: ross.alexander@uk.neceur.com, allenh@eecs.berkeley.edu
Reviewed by:
PR: 96
Lutz Jänicke [Fri, 14 Jun 2002 20:28:17 +0000 (20:28 +0000)]
Initial support for hpux64-parisc-gcc
Submitted by: ross.alexander@uk.neceur.com
Reviewed by:
PR: 96
Bodo Möller [Fri, 14 Jun 2002 12:19:34 +0000 (12:19 +0000)]
New option SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS for disabling CBC
vulnerability workaround (included in SSL_OP_ALL).
PR: #90
Richard Levitte [Thu, 13 Jun 2002 21:57:57 +0000 (21:57 +0000)]
make update
Richard Levitte [Thu, 13 Jun 2002 21:41:46 +0000 (21:41 +0000)]
Add support for UWIN, a Unix-like environment on top of Windows.
PR: 62
Richard Levitte [Thu, 13 Jun 2002 21:12:20 +0000 (21:12 +0000)]
Make sure that any dash in the prefix before the version number is removed.
PR: 96
Lutz Jänicke [Wed, 12 Jun 2002 20:16:17 +0000 (20:16 +0000)]
Correct wrong usage information.
PR: 95
Lutz Jänicke [Wed, 12 Jun 2002 12:28:06 +0000 (12:28 +0000)]
Support building the distribution .tar file on platforms with limited
argument list length. This requires Gnu-tar. As we use the non-standard
"tardy" software anyway, it doesn't hurt too much to require Gnu-tar.
"make dist" will probably only be used by team-members anyway.
Bodo Möller [Mon, 10 Jun 2002 11:42:04 +0000 (11:42 +0000)]
fix for 'make update'
Lutz Jänicke [Mon, 10 Jun 2002 08:12:12 +0000 (08:12 +0000)]
Make sure that flags are passed to "make" subprocesses.
Lutz Jänicke [Thu, 6 Jun 2002 11:14:40 +0000 (11:14 +0000)]
Make sure that settings are passed back and forth when walking around
in the tree during build.
Reinstall default PERL settings in Makefiles, as the real reason for the
failure was that the settings were not passed.
Richard Levitte [Wed, 5 Jun 2002 14:09:53 +0000 (14:09 +0000)]
Make perl replacement for dirname, for system that lack the latter.
PR: 81
Richard Levitte [Wed, 5 Jun 2002 13:47:06 +0000 (13:47 +0000)]
It's not good to have a pointer point at something in an inner block.
PR: 66
Richard Levitte [Wed, 5 Jun 2002 13:12:55 +0000 (13:12 +0000)]
Unneeded cast removed
Richard Levitte [Wed, 5 Jun 2002 11:58:16 +0000 (11:58 +0000)]
Check errors when parsing a PKCS8INF PEM FILE, or there will be a core dump on error.
PR: 77
Richard Levitte [Wed, 5 Jun 2002 11:23:19 +0000 (11:23 +0000)]
signedness warning corrected
Richard Levitte [Wed, 5 Jun 2002 09:29:33 +0000 (09:29 +0000)]
Documentation bug corrected.
PR: 70
Lutz Jänicke [Wed, 5 Jun 2002 07:25:49 +0000 (07:25 +0000)]
On some systems the default "perl" may still be perl4, use the correct
version determined by "config" instead.
Lutz Jänicke [Wed, 5 Jun 2002 07:07:50 +0000 (07:07 +0000)]
The correct PERL interpreter is passed via commandline.
Richard Levitte [Wed, 5 Jun 2002 05:21:19 +0000 (05:21 +0000)]
Addapt loadkeys.c to API changes
PR: 64
Richard Levitte [Wed, 5 Jun 2002 05:00:30 +0000 (05:00 +0000)]
Update the recognision of GCC version numbers to handle the prefix text
that GCC 3.1 adds to the --version output
Richard Levitte [Tue, 4 Jun 2002 22:33:28 +0000 (22:33 +0000)]
make update
Lutz Jänicke [Tue, 4 Jun 2002 20:44:58 +0000 (20:44 +0000)]
Typo.
Richard Levitte [Thu, 30 May 2002 18:07:30 +0000 (18:07 +0000)]
Reformat the CFLAG string so it can be made part of a C string.
Incidently, this works pretty well on the command line as well.
PR: 52
Richard Levitte [Thu, 30 May 2002 17:28:34 +0000 (17:28 +0000)]
Support the newly release gcc 3.1 on 64-bit Solaris. Not automatic.
PR: 57
Richard Levitte [Thu, 30 May 2002 17:08:47 +0000 (17:08 +0000)]
Support shared libraries properly on linux-sparcv[89].
PR: 60
Richard Levitte [Thu, 30 May 2002 16:49:00 +0000 (16:49 +0000)]
Check the return values where memory allocation failures may happen.
PR: 49
Richard Levitte [Thu, 30 May 2002 16:24:33 +0000 (16:24 +0000)]
CAformat should not be used for CA key format.
Richard Levitte [Thu, 30 May 2002 15:30:27 +0000 (15:30 +0000)]
pod2man.pl would only remove the first LF from the name.
Richard Levitte [Thu, 30 May 2002 15:18:19 +0000 (15:18 +0000)]
Apparently, there are still chances we have to deal with buggy pod2man versions.
Deal with that by testing any available pod2man and using it if appropriate,
and falling back to util/pod2man.pl if none was found.
Richard Levitte [Thu, 30 May 2002 12:51:16 +0000 (12:51 +0000)]
Avoid freeing certain things twice.
PR: 43
Richard Levitte [Thu, 30 May 2002 12:17:03 +0000 (12:17 +0000)]
Correct darwin shared library support.
PR: 39
Richard Levitte [Thu, 30 May 2002 10:47:36 +0000 (10:47 +0000)]
Some shlib extensions were in the wrong field
Richard Levitte [Thu, 30 May 2002 10:18:32 +0000 (10:18 +0000)]
Our copy of pod2man.pl is old and comparatively broken, so lets remove it.
PR: 30
Richard Levitte [Thu, 30 May 2002 06:24:41 +0000 (06:24 +0000)]
Remove the duplicate description of -out.
PR: 28
Dr. Stephen Henson [Wed, 29 May 2002 23:13:16 +0000 (23:13 +0000)]
Make i2c_ASN1_BIT_STRING return the correct length.
Richard Levitte [Wed, 29 May 2002 20:55:25 +0000 (20:55 +0000)]
Set DLOPEN_FLAG the same way on NetBSD as on OpenBSD.
PR: 58, submitted by andrew@cis.uoguelph.ca
Richard Levitte [Wed, 29 May 2002 08:31:30 +0000 (08:31 +0000)]
There is a chance that the input string is larger than size, and on VMS,
this wasn't checked and could possibly be exploitable (slim chance, but still)
Lutz Jänicke [Tue, 28 May 2002 17:47:17 +0000 (17:47 +0000)]
Remove item listed twice <kromJx@crosswinds.net>.
Richard Levitte [Thu, 23 May 2002 23:33:22 +0000 (23:33 +0000)]
Recover from errors
Richard Levitte [Thu, 23 May 2002 15:27:29 +0000 (15:27 +0000)]
Avoid loops when linking doesn't work
Bodo Möller [Thu, 16 May 2002 12:55:56 +0000 (12:55 +0000)]
fix EVP_dsa_sha macro
Submitted by: Nils Larsch
Bodo Möller [Tue, 14 May 2002 19:04:54 +0000 (19:04 +0000)]
make b_print.c consistent with the rest of OpenSSL:
disable assert() except for debug builds
Lutz Jänicke [Sun, 12 May 2002 20:36:19 +0000 (20:36 +0000)]
Fix targets sco5 and svr5 (shared). Boyd Gerber <gerberb@zenez.com>.
Lutz Jänicke [Sun, 12 May 2002 19:45:02 +0000 (19:45 +0000)]
Recognize PPC64 target.
Submitted by:
Reviewed by:
PR: 26
Richard Levitte [Thu, 9 May 2002 23:53:01 +0000 (23:53 +0000)]
Updating status for 0.9.6d
Richard Levitte [Thu, 9 May 2002 23:02:13 +0000 (23:02 +0000)]
Add space for changes in 0.9.6e.
Richard Levitte [Thu, 9 May 2002 22:59:00 +0000 (22:59 +0000)]
Now that tagging has been done, let the version go on to 0.9.6e-dev.
Richard Levitte [Thu, 9 May 2002 22:40:31 +0000 (22:40 +0000)]
About to release 0.9.6d, so set all versoin numbers right.
The tag will be OpenSSL_0_9_6d.
Richard Levitte [Thu, 9 May 2002 21:16:19 +0000 (21:16 +0000)]
make update
Richard Levitte [Thu, 9 May 2002 20:14:17 +0000 (20:14 +0000)]
Make the huge buffer smaller, so the size becomes reasonable for small-stack environments.
Notified by Verdon Walker <VWalker@novell.com>
Richard Levitte [Thu, 9 May 2002 18:19:35 +0000 (18:19 +0000)]
Move an assert() to avoid core dumps when a static buffer hasn't been given.
Notified by Verdon Walker <VWalker@novell.com>
Richard Levitte [Wed, 8 May 2002 15:50:48 +0000 (15:50 +0000)]
Backport the semicolon fix from the 0.9.7 and 0.9.8-dev branches
Richard Levitte [Wed, 8 May 2002 15:20:12 +0000 (15:20 +0000)]
Small documentation fix for EVP_CipherFinal or EVP_CipherFinal_ex.
Notified by Stella Power <snpower@maths.tcd.ie>.
PR: 24
Richard Levitte [Wed, 8 May 2002 15:13:35 +0000 (15:13 +0000)]
Generate an error if rewinding wasn't possible.
Notified by Ken Hirsch <kenhirsch@myself.com>.
PR: 23
Bodo Möller [Mon, 6 May 2002 10:42:56 +0000 (10:42 +0000)]
fix warning
Bodo Möller [Sun, 5 May 2002 23:48:29 +0000 (23:48 +0000)]
update
Bodo Möller [Sun, 5 May 2002 23:01:42 +0000 (23:01 +0000)]
fix casts
Richard Levitte [Thu, 2 May 2002 08:06:03 +0000 (08:06 +0000)]
Make sure that date is run under the C locale, so dates are given in the
default format.
PR: 16
Dr. Stephen Henson [Thu, 2 May 2002 01:52:18 +0000 (01:52 +0000)]
Win32 VC++ warning fixes.
Richard Levitte [Mon, 29 Apr 2002 10:30:05 +0000 (10:30 +0000)]
Fix unsigned vs. signed clash
Bodo Möller [Fri, 26 Apr 2002 08:30:31 +0000 (08:30 +0000)]
Fix crypto/asn1/a_sign.c so that 'parameters' is omitted (not
encoded as NULL) with id-dsa-with-sha1.
Submitted by: Nils Larsch
Richard Levitte [Thu, 25 Apr 2002 10:10:51 +0000 (10:10 +0000)]
Potential memory leak removed. Notified by <threaded@totalise.co.uk>
Bodo Möller [Thu, 25 Apr 2002 07:46:45 +0000 (07:46 +0000)]
oops
Bodo Möller [Thu, 25 Apr 2002 06:29:38 +0000 (06:29 +0000)]
AlgorithmIdentifier bugs
Bodo Möller [Tue, 23 Apr 2002 13:54:54 +0000 (13:54 +0000)]
fix usage (no 'key')
Richard Levitte [Tue, 23 Apr 2002 13:15:22 +0000 (13:15 +0000)]
Uhmmm, if we use && after having tested for the presence of the certificate,
we just *might* stand a certain chance of actually getting it written
to file...
Lutz Jänicke [Sun, 21 Apr 2002 17:55:55 +0000 (17:55 +0000)]
Add cygwin build script (Corinna Vinschen <vinschen@redhat.com>).
cvs2svn [Sun, 21 Apr 2002 17:54:05 +0000 (17:54 +0000)]
This commit was manufactured by cvs2svn to create branch
'OpenSSL_0_9_6-stable'.
Lutz Jänicke [Sun, 21 Apr 2002 17:54:03 +0000 (17:54 +0000)]
Add cygwin build script (Corinna Vinschen <vinschen@redhat.com>).
Lutz Jänicke [Sun, 21 Apr 2002 17:42:02 +0000 (17:42 +0000)]
Leave out problematic assembler part for sco5-gcc-shared target
(Tim Rice <tim@multitalents.net>).
Richard Levitte [Sat, 20 Apr 2002 10:23:56 +0000 (10:23 +0000)]
Make sure ec and ecdsa is properly handled in Windows.
Notified by Bernd Matthes <bernd.matthes@gemplus.com>
Richard Levitte [Sat, 20 Apr 2002 10:23:19 +0000 (10:23 +0000)]
Signedness mismatch.
Notified by Bernd Matthes <bernd.matthes@gemplus.com>
Richard Levitte [Sat, 20 Apr 2002 10:22:42 +0000 (10:22 +0000)]
The callback must have (void) as argument list.
Notified by Bernd Matthes <bernd.matthes@gemplus.com>
Richard Levitte [Sat, 20 Apr 2002 10:22:01 +0000 (10:22 +0000)]
No point constifying an int.
Notified by Bernd Matthes <bernd.matthes@gemplus.com>
Richard Levitte [Sat, 20 Apr 2002 10:19:20 +0000 (10:19 +0000)]
Do not free p if it hasn't been used yet.
Notified by Bernd Matthes <bernd.matthes@gemplus.com>
Richard Levitte [Thu, 18 Apr 2002 16:20:32 +0000 (16:20 +0000)]
Make sure the opened directory is closed on exit.
Notified by Lorinczy Zsigmond <lzsiga@mail.ahiv.hu>
Richard Levitte [Thu, 18 Apr 2002 16:20:13 +0000 (16:20 +0000)]
Make sure the opened directory is closed on exit.
Notified by Lorinczy Zsigmond <lzsiga@mail.ahiv.hu>
Lutz Jänicke [Thu, 18 Apr 2002 12:47:50 +0000 (12:47 +0000)]
Missing "Configure" entry (Jean-Marc Desperrier <jean-marc.desperrier@certplus.com>).
Lutz Jänicke [Thu, 18 Apr 2002 11:54:06 +0000 (11:54 +0000)]
Optimize: better shortcut evaluation ("Howard Chu" <hyc@highlandsun.com>).
Lutz Jänicke [Thu, 18 Apr 2002 11:52:28 +0000 (11:52 +0000)]
Optimize: better shortcut evaluation ("Howard Chu" <hyc@highlandsun.com>).
Bodo Möller [Thu, 18 Apr 2002 09:27:14 +0000 (09:27 +0000)]
synchronize with engine branch (some changes were done only
there for no particular reason)
Lutz Jänicke [Thu, 18 Apr 2002 08:18:41 +0000 (08:18 +0000)]
Handle headings uniformly to allow automatic processing.
Lutz Jänicke [Thu, 18 Apr 2002 08:11:31 +0000 (08:11 +0000)]
Handle headings uniformly to allow automatic processing.
Richard Levitte [Wed, 17 Apr 2002 12:28:37 +0000 (12:28 +0000)]
0.9.6d-beta1 is about to be built. Change version numbers and strings
accordingly.
Bodo Möller [Wed, 17 Apr 2002 11:35:52 +0000 (11:35 +0000)]
'version' is not optional in the encoding
Submitted by: Nils Larsch
Bodo Möller [Wed, 17 Apr 2002 11:31:20 +0000 (11:31 +0000)]
'version' is not optional in the encoding
Submitted by: Nils Larsch
Bodo Möller [Wed, 17 Apr 2002 09:31:34 +0000 (09:31 +0000)]
check return values
Submitted by: Nils Larsch
Bodo Möller [Wed, 17 Apr 2002 09:29:54 +0000 (09:29 +0000)]
check return values
Submitted by: Nils Larsch
Bodo Möller [Mon, 15 Apr 2002 15:29:43 +0000 (15:29 +0000)]
get rid of some assignments that have become obsolete
Lutz Jänicke [Mon, 15 Apr 2002 14:18:30 +0000 (14:18 +0000)]
Document OID changes.