head	1.2;
access;
symbols
	RELENG_4_11_0_RELEASE:1.1.1.1.2.1
	RELENG_4_11:1.1.1.1.2.1.0.10
	RELENG_4_11_BP:1.1.1.1.2.1
	RELENG_4_10_0_RELEASE:1.1.1.1.2.1
	RELENG_4_10:1.1.1.1.2.1.0.8
	RELENG_4_10_BP:1.1.1.1.2.1
	RELENG_4_9_0_RELEASE:1.1.1.1.2.1
	RELENG_4_9:1.1.1.1.2.1.0.6
	RELENG_4_9_BP:1.1.1.1.2.1
	RELENG_4_8_0_RELEASE:1.1.1.1.2.1
	RELENG_4_8:1.1.1.1.2.1.0.4
	RELENG_4_8_BP:1.1.1.1.2.1
	RELENG_4_7_0_RELEASE:1.1.1.1.2.1
	RELENG_4_7:1.1.1.1.2.1.0.2
	RELENG_4_7_BP:1.1.1.1.2.1
	RELENG_4_6_2_RELEASE:1.1.1.1.10.1
	RELENG_4_6_1_RELEASE:1.1.1.1
	RELENG_4_6_0_RELEASE:1.1.1.1
	RELENG_4_6:1.1.1.1.0.10
	RELENG_4_6_BP:1.1.1.1
	RELENG_4_5_0_RELEASE:1.1.1.1
	RELENG_4_5:1.1.1.1.0.8
	RELENG_4_5_BP:1.1.1.1
	RELENG_4_4_0_RELEASE:1.1.1.1
	RELENG_4_4:1.1.1.1.0.6
	RELENG_4_4_BP:1.1.1.1
	RELENG_4_3_0_RELEASE:1.1.1.1
	RELENG_4_3:1.1.1.1.0.4
	RELENG_4_3_BP:1.1.1.1
	RELENG_4_2_0_RELEASE:1.1.1.1
	RELENG_4_1_1_RELEASE:1.1.1.1
	PRE_SMPNG:1.1.1.1
	RELENG_4_1_0_RELEASE:1.1.1.1
	RELENG_4_0_0_RELEASE:1.1.1.1
	RELENG_4:1.1.1.1.0.2
	RELENG_4_BP:1.1.1.1
	v0_9_4:1.1.1.1
	OPENSSL:1.1.1;
locks; strict;
comment	@# @;


1.2
date	2002.07.30.12.50.55;	author nectar;	state dead;
branches;
next	1.1;

1.1
date	2000.01.10.06.21.32;	author kris;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	2000.01.10.06.21.32;	author kris;	state Exp;
branches
	1.1.1.1.2.1
	1.1.1.1.6.1
	1.1.1.1.8.1
	1.1.1.1.10.1;
next	1.1.1.2;

1.1.1.2
date	2005.02.25.05.25.27;	author nectar;	state dead;
branches;
next	;

1.1.1.1.2.1
date	2002.07.30.22.05.15;	author nectar;	state dead;
branches;
next	;

1.1.1.1.6.1
date	2002.07.31.16.40.45;	author nectar;	state dead;
branches;
next	;

1.1.1.1.8.1
date	2002.07.31.14.04.56;	author nectar;	state dead;
branches;
next	;

1.1.1.1.10.1
date	2002.07.31.02.54.45;	author nectar;	state dead;
branches;
next	;


desc
@@


1.2
log
@Remove many obsolete files.  The majority of these are simply no
longer included as part of the OpenSSL distribution.  However, a few
we just don't need and are explicitly excluded in FREEBSD-Xlist.
@
text
@Given A1A0 * B1B0 == S3S2S1S0

S0=     low(A0*B0)
S1=     low( (A1-A0)*(B0-B1)) +low( A1*B1) +high(A0*B0)
S2=     high((A1-A0)*(B0-B1)) +high(A1*B1) +low( A1*B1)
S3=     high(A1*B1);

Assume we know S1 and S0, and can calulate A1*B1 and high((A1-A0)*(B0-B1))

k0=	S0 == low(A0*B0)
k1=	S1
k2=	low( A1*B1)
k3=	high(A1*B1)
k4=	high((A1-A0)*(B0-B1))

k1=	low((A1-A0)*(B0-B1)) +k2 +high(A0*B0)
S2=	k4 +k3 +k2
S3=	k3

S1-k2= low((A1-A0)*(B0-B1)) +high(A0*B0)

We potentially have a carry or a borrow from S1
@


1.1
log
@Initial revision
@
text
@@


1.1.1.1
log
@Initial import of OpenSSL 0.9.4, sans IDEA and RSA code for patent
infringement reasons.
@
text
@@


1.1.1.2
log
@Clean up the OpenSSL vendor branch by removing files that are not
part of recent releases.
@
text
@@


1.1.1.1.6.1
log
@MFC: OpenSSL 0.9.6e
@
text
@@


1.1.1.1.8.1
log
@MFC: OpenSSL 0.9.6e
@
text
@@


1.1.1.1.10.1
log
@MFC: OpenSSL 0.9.6e
@
text
@@


1.1.1.1.2.1
log
@MFC: OpenSSL 0.9.6e
@
text
@@

