openssl.git
18 years agoFix OBJ_obj2txt() for large OIDs.
Dr. Stephen Henson [Wed, 15 Feb 2006 15:03:47 +0000 (15:03 +0000)]
Fix OBJ_obj2txt() for large OIDs.

18 years agofix typo: pass pre-computed parameters to the underlying signature function; thanks...
Nils Larsch [Mon, 13 Feb 2006 08:22:39 +0000 (08:22 +0000)]
fix typo: pass pre-computed parameters to the underlying signature function; thanks to Lucas Newman

18 years agoBackport the following changes from HEAD:
Richard Levitte [Fri, 10 Feb 2006 08:52:56 +0000 (08:52 +0000)]
Backport the following changes from HEAD:

1.270:
As an effect of revisions 1.261, BUILD_CMD was changed so $(DIRS)
wasn't respected when using it to build different parts of OpenSSL.
1.269 was an attempt to correct that, but unfortunately meant that we
built every part that was given i $(DIRS) 7 times.  This change puts
back the original intent with BUILD_CMD via the new macro
BUILD_ONE_CMD while keeping the intent with RECURSIVE_BUILD_CMD.

1.271:
Document the building macros.

18 years agoUpdate from 0.9.7-stable.
Dr. Stephen Henson [Thu, 9 Feb 2006 12:28:30 +0000 (12:28 +0000)]
Update from 0.9.7-stable.

18 years agobackport recent changes from the cvs head
Nils Larsch [Wed, 8 Feb 2006 19:16:33 +0000 (19:16 +0000)]
backport recent changes from the cvs head

18 years agoUpdate filenames in makefiles
Dr. Stephen Henson [Sat, 4 Feb 2006 01:49:36 +0000 (01:49 +0000)]
Update filenames in makefiles

18 years agoFix from HEAD.
Dr. Stephen Henson [Sat, 4 Feb 2006 01:26:49 +0000 (01:26 +0000)]
Fix from HEAD.

18 years agofix if statement: call conn_state() if the BIO is not in the BIO_CONN_S_OK state
Nils Larsch [Thu, 2 Feb 2006 22:16:45 +0000 (22:16 +0000)]
fix if statement: call conn_state() if the BIO is not in the BIO_CONN_S_OK state

18 years agoConstification.
Ben Laurie [Thu, 2 Feb 2006 15:27:22 +0000 (15:27 +0000)]
Constification.

18 years agoFix from HEAD.
Dr. Stephen Henson [Tue, 31 Jan 2006 18:37:41 +0000 (18:37 +0000)]
Fix from HEAD.

18 years agoTypo
Lutz Jänicke [Mon, 30 Jan 2006 17:06:59 +0000 (17:06 +0000)]
Typo

Submitted by: Girish Venkatachalam <girish1729@gmail.com>

18 years agofile fipslink.pl was added on branch OpenSSL_0_9_8-stable on 2008-09-18 11:20:08...
Dr. Stephen Henson [Sat, 21 Jan 2006 21:28:27 +0000 (21:28 +0000)]
file fipslink.pl was added on branch OpenSSL_0_9_8-stable on 2008-09-18 11:20:08 +0000

18 years agofile fipsld was added on branch OpenSSL_0_9_8-stable on 2008-09-16 10:12:10 +0000
Dr. Stephen Henson [Sat, 21 Jan 2006 14:01:13 +0000 (14:01 +0000)]
file fipsld was added on branch OpenSSL_0_9_8-stable on 2008-09-16 10:12:10 +0000

18 years agofile fips_premain.c was added on branch OpenSSL_0_9_8-stable on 2008-09-16 10:12...
Dr. Stephen Henson [Sat, 21 Jan 2006 14:01:11 +0000 (14:01 +0000)]
file fips_premain.c was added on branch OpenSSL_0_9_8-stable on 2008-09-16 10:12:10 +0000

18 years agofile fips_canister.c was added on branch OpenSSL_0_9_8-stable on 2008-09-16 10:12...
Dr. Stephen Henson [Sat, 21 Jan 2006 14:01:09 +0000 (14:01 +0000)]
file fips_canister.c was added on branch OpenSSL_0_9_8-stable on 2008-09-16 10:12:10 +0000

18 years agoFixes for BOOL handling: produce errors for invalid string for mini-compiler,
Dr. Stephen Henson [Thu, 19 Jan 2006 17:17:33 +0000 (17:17 +0000)]
Fixes for BOOL handling: produce errors for invalid string for mini-compiler,
correctly encode FALSE for BOOL in ASN1_TYPE.

18 years agoFix for Win32 dynamic engine loading.
Dr. Stephen Henson [Sun, 15 Jan 2006 17:28:35 +0000 (17:28 +0000)]
Fix for Win32 dynamic engine loading.

18 years agomake "./configure no-ssl2" work again
Nils Larsch [Sun, 15 Jan 2006 16:57:01 +0000 (16:57 +0000)]
make "./configure no-ssl2" work again

PR: 1217

18 years agoTypo.
Dr. Stephen Henson [Sun, 15 Jan 2006 13:56:06 +0000 (13:56 +0000)]
Typo.

18 years agoHandle manifest files for VC++
Dr. Stephen Henson [Sun, 15 Jan 2006 13:46:20 +0000 (13:46 +0000)]
Handle manifest files for VC++

Submitted by: Austin Ziegler <halostatue@gmail.com>

18 years agofix cipher list order
Nils Larsch [Sun, 15 Jan 2006 07:14:38 +0000 (07:14 +0000)]
fix cipher list order

18 years agofix comment
Nils Larsch [Fri, 13 Jan 2006 23:52:17 +0000 (23:52 +0000)]
fix comment

PR: 1270

18 years ago2 is a prime number ...
Nils Larsch [Fri, 13 Jan 2006 23:29:31 +0000 (23:29 +0000)]
2 is a prime number ...

PR: 1266

18 years agoForgot to initialize CC6DISABLEWARNINGS properly...
Richard Levitte [Wed, 11 Jan 2006 18:55:49 +0000 (18:55 +0000)]
Forgot to initialize CC6DISABLEWARNINGS properly...

18 years agoTypo...
Richard Levitte [Wed, 11 Jan 2006 13:31:19 +0000 (13:31 +0000)]
Typo...

18 years agoDisable the Mixed Linkage warning for some selected modules. This is
Richard Levitte [Mon, 9 Jan 2006 19:22:53 +0000 (19:22 +0000)]
Disable the Mixed Linkage warning for some selected modules.  This is
because the Compaq C compiler will not accept that a variable be
declared extern then defined static without a warning.

18 years ago/usr/bin/perl util/mkerr.pl -recurse -write -rebuild
Richard Levitte [Mon, 9 Jan 2006 16:05:22 +0000 (16:05 +0000)]
/usr/bin/perl util/mkerr.pl -recurse -write -rebuild

18 years agoAvoid contradictive error code assignments.
Bodo Möller [Sun, 8 Jan 2006 21:52:46 +0000 (21:52 +0000)]
Avoid contradictive error code assignments.
"make error".

18 years agoDetect more errors.
Bodo Möller [Sun, 8 Jan 2006 21:40:07 +0000 (21:40 +0000)]
Detect more errors.
Change assignment strategy: rathern than using max+r for new codes,
find first hole in list of existing codes.

18 years agoSome error code cleanups (SSL lib. used SSL_R_... codes reserved for alerts)
Bodo Möller [Sun, 8 Jan 2006 19:41:25 +0000 (19:41 +0000)]
Some error code cleanups (SSL lib. used SSL_R_... codes reserved for alerts)

18 years agoUpdate from HEAD.
Dr. Stephen Henson [Tue, 3 Jan 2006 14:20:47 +0000 (14:20 +0000)]
Update from HEAD.

18 years agoMake sure that after the change from revision 1.256.2.6 (1.261 in HEAD),
Bodo Möller [Tue, 3 Jan 2006 03:04:46 +0000 (03:04 +0000)]
Make sure that after the change from revision 1.256.2.6 (1.261 in HEAD),
it's still possible to do a partial build.

18 years agoMissing files in the VMS installation
Richard Levitte [Mon, 2 Jan 2006 23:33:06 +0000 (23:33 +0000)]
Missing files in the VMS installation

18 years agoutil/*.pl update from HEAD.
Andy Polyakov [Mon, 2 Jan 2006 14:08:22 +0000 (14:08 +0000)]
util/*.pl update from HEAD.

18 years agomkerr.pl update from HEAD.
Andy Polyakov [Sun, 1 Jan 2006 18:43:37 +0000 (18:43 +0000)]
mkerr.pl update from HEAD.

18 years agoRewrite timeout computation in a way that is less prone to overflow.
Bodo Möller [Fri, 30 Dec 2005 23:51:57 +0000 (23:51 +0000)]
Rewrite timeout computation in a way that is less prone to overflow.

(Problem reported by Peter Sylvester.)

18 years agoeng_padlock.c update from HEAD.
Andy Polyakov [Wed, 28 Dec 2005 16:26:07 +0000 (16:26 +0000)]
eng_padlock.c update from HEAD.

18 years agoMinor eng_padlock.c update from HEAD.
Andy Polyakov [Tue, 27 Dec 2005 21:24:22 +0000 (21:24 +0000)]
Minor eng_padlock.c update from HEAD.

18 years agoMissing CFLAG in couple of depend: targets [from HEAD].
Andy Polyakov [Sun, 18 Dec 2005 19:02:22 +0000 (19:02 +0000)]
Missing CFLAG in couple of depend: targets [from HEAD].
PR: 1247
Submitted by: Doug Kaufman

18 years agoDJGPP-related e_os2.h update from HEAD.
Andy Polyakov [Sun, 18 Dec 2005 18:57:07 +0000 (18:57 +0000)]
DJGPP-related e_os2.h update from HEAD.
PR: 1247

18 years agobio.h update from HEAD.
Andy Polyakov [Fri, 16 Dec 2005 21:24:59 +0000 (21:24 +0000)]
bio.h update from HEAD.
PR: 1252

18 years agoFix typos in osf1 shared rules [from HEAD].
Andy Polyakov [Fri, 16 Dec 2005 20:52:38 +0000 (20:52 +0000)]
Fix typos in osf1 shared rules [from HEAD].
PR: 1248

18 years agoupdate TLS-ECC code
Bodo Möller [Tue, 13 Dec 2005 07:41:47 +0000 (07:41 +0000)]
update TLS-ECC code

Submitted by: Douglas Stebila

18 years agoadd missing entry (the corresponding code *is* in the 0.9.8 branch,
Bodo Möller [Tue, 13 Dec 2005 07:32:10 +0000 (07:32 +0000)]
add missing entry (the corresponding code *is* in the 0.9.8 branch,
and both the code and the CHANGES entry are in HEAD)

18 years agocomment
Bodo Möller [Tue, 13 Dec 2005 05:46:30 +0000 (05:46 +0000)]
comment

18 years agoPerlasm update from HEAD addressing build problems on non-ELF platforms
Andy Polyakov [Tue, 6 Dec 2005 18:47:18 +0000 (18:47 +0000)]
Perlasm update from HEAD addressing build problems on non-ELF platforms
after http://cvs.openssl.org/chngview?cn=14661.

18 years agoFix from HEAD.
Dr. Stephen Henson [Tue, 6 Dec 2005 13:37:56 +0000 (13:37 +0000)]
Fix from HEAD.

18 years agoFix from HEAD.
Dr. Stephen Henson [Mon, 5 Dec 2005 17:32:22 +0000 (17:32 +0000)]
Fix from HEAD.

18 years agoVarious zlib related fixes and enhancements.
Dr. Stephen Henson [Mon, 5 Dec 2005 13:34:56 +0000 (13:34 +0000)]
Various zlib related fixes and enhancements.

18 years agoFix warning.
Dr. Stephen Henson [Sun, 4 Dec 2005 21:34:51 +0000 (21:34 +0000)]
Fix warning.

18 years agoFix from HEAD.
Dr. Stephen Henson [Sat, 3 Dec 2005 17:47:20 +0000 (17:47 +0000)]
Fix from HEAD.

18 years agox86cpuid.pl update [from HEAD].
Andy Polyakov [Sat, 3 Dec 2005 11:57:36 +0000 (11:57 +0000)]
x86cpuid.pl update [from HEAD].

18 years agoUpdate ordinals.
Dr. Stephen Henson [Fri, 2 Dec 2005 13:56:04 +0000 (13:56 +0000)]
Update ordinals.

18 years agoUpdate from HEAD.
Dr. Stephen Henson [Fri, 2 Dec 2005 13:47:02 +0000 (13:47 +0000)]
Update from HEAD.

18 years agoUpdate from HEAD.
Dr. Stephen Henson [Fri, 2 Dec 2005 13:29:28 +0000 (13:29 +0000)]
Update from HEAD.

18 years agoFix from HEAD.
Dr. Stephen Henson [Wed, 30 Nov 2005 19:25:31 +0000 (19:25 +0000)]
Fix from HEAD.

18 years agoFix memory leak.
Ben Laurie [Fri, 25 Nov 2005 14:26:12 +0000 (14:26 +0000)]
Fix memory leak.

18 years agoImprove documentation.
Ben Laurie [Fri, 25 Nov 2005 13:46:41 +0000 (13:46 +0000)]
Improve documentation.

18 years agoUpdate from HEAD.
Dr. Stephen Henson [Sun, 20 Nov 2005 13:26:57 +0000 (13:26 +0000)]
Update from HEAD.

18 years agoKeep shutting up VC8 [from HEAD].
Andy Polyakov [Tue, 15 Nov 2005 08:09:04 +0000 (08:09 +0000)]
Keep shutting up VC8 [from HEAD].
PR: 1243

18 years agocrypto/bn/asm/sparcv8plus.S update from HEAD.
Andy Polyakov [Tue, 15 Nov 2005 08:05:19 +0000 (08:05 +0000)]
crypto/bn/asm/sparcv8plus.S update from HEAD.

18 years agoFix possible race condition.
Dr. Stephen Henson [Fri, 11 Nov 2005 12:59:39 +0000 (12:59 +0000)]
Fix possible race condition.

18 years agocrypto/Makefile update from HEAD.
Andy Polyakov [Wed, 9 Nov 2005 20:47:40 +0000 (20:47 +0000)]
crypto/Makefile update from HEAD.
PR: 1236

18 years agoFAQ update from HEAD.
Andy Polyakov [Wed, 9 Nov 2005 19:47:40 +0000 (19:47 +0000)]
FAQ update from HEAD.

18 years agoAIX -blibpath is not accumulative, one apparently has to specify even
Andy Polyakov [Wed, 9 Nov 2005 17:28:22 +0000 (17:28 +0000)]
AIX -blibpath is not accumulative, one apparently has to specify even
self-obvious /usr/lib:/lib.
PR: 1239

18 years agoFAQ and ms/applink.c update from HEAD.
Andy Polyakov [Wed, 9 Nov 2005 17:12:42 +0000 (17:12 +0000)]
FAQ and ms/applink.c update from HEAD.

18 years agoDocument VC++ build changes.
Dr. Stephen Henson [Mon, 7 Nov 2005 00:32:47 +0000 (00:32 +0000)]
Document VC++ build changes.

18 years agoUpdate from head.
Dr. Stephen Henson [Mon, 7 Nov 2005 00:23:37 +0000 (00:23 +0000)]
Update from head.

18 years agoInclude a "test" target do (hopefully) do something sensible.
Dr. Stephen Henson [Mon, 7 Nov 2005 00:08:55 +0000 (00:08 +0000)]
Include a "test" target do (hopefully) do something sensible.

18 years agoFix "install" target for Win32 to install most utilities in a sensible location.
Dr. Stephen Henson [Mon, 7 Nov 2005 00:05:27 +0000 (00:05 +0000)]
Fix "install" target for Win32 to install most utilities in a sensible location.

18 years ago"copy" perl script to avoid problems with Win32 builtin copy command.
Dr. Stephen Henson [Sun, 6 Nov 2005 17:54:51 +0000 (17:54 +0000)]
"copy" perl script to avoid problems with Win32 builtin copy command.

18 years agoUpdate VC++ build engine to include supported engine DLL builds.
Dr. Stephen Henson [Sun, 6 Nov 2005 17:49:00 +0000 (17:49 +0000)]
Update VC++ build engine to include supported engine DLL builds.

18 years agofix typo, pointed out by Patrick Guio
Nils Larsch [Wed, 2 Nov 2005 22:19:23 +0000 (22:19 +0000)]
fix typo, pointed out by Patrick Guio

18 years agocompile sstrsep only if HAVE_FORK is defined; patch supplied by Johan Gill <johane...
Nils Larsch [Wed, 2 Nov 2005 22:13:23 +0000 (22:13 +0000)]
compile sstrsep only if HAVE_FORK is defined; patch supplied by Johan Gill <johane@lysator.liu.se>

18 years agoDocument it
Richard Levitte [Tue, 1 Nov 2005 07:53:43 +0000 (07:53 +0000)]
Document it

18 years agoFix numerous bugs in the Win32 path splitter
Richard Levitte [Tue, 1 Nov 2005 07:49:47 +0000 (07:49 +0000)]
Fix numerous bugs in the Win32 path splitter

18 years agoA slight change in documentation that makes it so much more comprehensible
Richard Levitte [Tue, 1 Nov 2005 04:56:29 +0000 (04:56 +0000)]
A slight change in documentation that makes it so much more comprehensible

18 years agoFix from HEAD.
Dr. Stephen Henson [Sat, 29 Oct 2005 12:52:10 +0000 (12:52 +0000)]
Fix from HEAD.

18 years agoAdd -install_name to link_a.darwin rule [from HEAD].
Andy Polyakov [Fri, 28 Oct 2005 08:11:51 +0000 (08:11 +0000)]
Add -install_name to link_a.darwin rule [from HEAD].
PR: 1218

18 years agoharmonize with 0.9.7-stable CHANGES
Bodo Möller [Wed, 26 Oct 2005 19:26:15 +0000 (19:26 +0000)]
harmonize with 0.9.7-stable CHANGES

18 years agoFix typos in macos x targets [from HEAD].
Andy Polyakov [Tue, 25 Oct 2005 22:08:11 +0000 (22:08 +0000)]
Fix typos in macos x targets [from HEAD].

18 years agoFix install problems on MacOS X and HP-UX.
Andy Polyakov [Tue, 25 Oct 2005 22:03:36 +0000 (22:03 +0000)]
Fix install problems on MacOS X and HP-UX.
PR: 1218,1185

18 years agoAdd rudimentary aix64-gcc target [from HEAD].
Andy Polyakov [Wed, 19 Oct 2005 18:47:31 +0000 (18:47 +0000)]
Add rudimentary aix64-gcc target [from HEAD].

Submitted by: Stefan Neis

18 years agoutil/pl/OS2-EMX.pl sync [from HEAD].
Andy Polyakov [Wed, 19 Oct 2005 18:38:09 +0000 (18:38 +0000)]
util/pl/OS2-EMX.pl sync [from HEAD].

Submitted by: Stefan Neis, Brian Havard

18 years agoOne time CAN->CVE change
Mark J. Cox [Wed, 19 Oct 2005 10:51:36 +0000 (10:51 +0000)]
One time CAN->CVE change

18 years agoAdd in CHANGES for 0.9.7i.
Richard Levitte [Sat, 15 Oct 2005 04:27:05 +0000 (04:27 +0000)]
Add in CHANGES for 0.9.7i.

18 years agoBroaden compatibility amount Win32 headers even further [from HEAD].
Andy Polyakov [Thu, 13 Oct 2005 19:07:28 +0000 (19:07 +0000)]
Broaden compatibility amount Win32 headers even further [from HEAD].

18 years agoThe version text wasn't bumoed after tagging...
Richard Levitte [Tue, 11 Oct 2005 19:26:41 +0000 (19:26 +0000)]
The version text wasn't bumoed after tagging...

18 years agoBump after tag
Mark J. Cox [Tue, 11 Oct 2005 10:21:22 +0000 (10:21 +0000)]
Bump after tag

18 years agoAdd fixes for CAN-2005-2969 OpenSSL_0_9_8a
Mark J. Cox [Tue, 11 Oct 2005 10:16:21 +0000 (10:16 +0000)]
Add fixes for CAN-2005-2969
Bump release ready for OpenSSL_0_9_8a tag

18 years agoSynchronise with Unixly make.
Richard Levitte [Tue, 11 Oct 2005 10:15:56 +0000 (10:15 +0000)]
Synchronise with Unixly make.

18 years agoUpdate ordinals
Dr. Stephen Henson [Mon, 10 Oct 2005 00:37:36 +0000 (00:37 +0000)]
Update ordinals

18 years agoUpdate from HEAD.
Dr. Stephen Henson [Wed, 5 Oct 2005 17:53:40 +0000 (17:53 +0000)]
Update from HEAD.

18 years agoDocumentation update from HEAD.
Andy Polyakov [Tue, 4 Oct 2005 06:35:14 +0000 (06:35 +0000)]
Documentation update from HEAD.
PR: 1160

18 years agoMake OPENSSL_NO_COMP work on Win32.
Dr. Stephen Henson [Sun, 2 Oct 2005 12:26:06 +0000 (12:26 +0000)]
Make OPENSSL_NO_COMP work on Win32.

18 years agoAs HEAD.
Dr. Stephen Henson [Sat, 1 Oct 2005 00:41:24 +0000 (00:41 +0000)]
As HEAD.

18 years agoUpdate from HEAD.
Dr. Stephen Henson [Fri, 30 Sep 2005 23:38:20 +0000 (23:38 +0000)]
Update from HEAD.

18 years agosuccessfully updating the db shouldn't result in an error message
Nils Larsch [Fri, 30 Sep 2005 16:47:15 +0000 (16:47 +0000)]
successfully updating the db shouldn't result in an error message

18 years agoFix typo [from HEAD].
Andy Polyakov [Thu, 29 Sep 2005 20:18:05 +0000 (20:18 +0000)]
Fix typo [from HEAD].

18 years agoFix missing applink call [from HEAD].
Andy Polyakov [Thu, 29 Sep 2005 16:59:19 +0000 (16:59 +0000)]
Fix missing applink call [from HEAD].