mailing.openssl.cvs
  Home FAQ Contact Sign in
mailing.openssl.cvs only
 
Advanced search
July 2008
motuwethfrsasuw
 123456 27
78910111213 28
14151617181920 29
21222324252627 30
28293031    31
2008
 Jan   Feb   Mar   Apr 
 May   Jun   Jul   Aug 
 Sep   Oct   Nov   Dec 
2008 2007 2006  
total
mailing.openssl.cvs Profile…
RELATED GROUPS

POPULAR GROUPS

more...

 Up
  [CVS] OpenSSL: openssl/ms/ uplink-common.pl uplink-ia64.pl uplink-x86....         


Author: Andy Polyakov
Date: Jul 22, 2008 01:47

OpenSSL CVS Repository
http://cvs.openssl.org/
____________________________________________________________________________

Server: cvs.openssl.org Name: Andy Polyakov
Root: /v/openssl/cvs Email: appro@openssl.org
Module: openssl Date: 22-Jul-2008 10:47:35
Branch: HEAD Handle: 2008072209473401

Added files:
openssl/ms uplink-common.pl uplink-ia64.pl uplink-x86.pl
uplink-x86_64.pl

Log:
Split ms/uplink.pl to corresponding platform versions.

Summary:
Revision Changes Path
1.1 +22 -0 openssl/ms/uplink-common.pl
1.1 +50 -0 openssl/ms/uplink-ia64.pl
1.1 +33 -0 openssl/ms/uplink-x86.pl
1.1 +62 -0 openssl/ms/uplink-x86_64.pl
____________________________________________________________________________

patch -p0 <<'@@ .'
Index: openssl/ms/uplink-common.pl
============================================================================
$ cvs diff -u -r0 -r1.1 uplink-common.pl
--- /dev/null 2008...
Show full article (6.67Kb)
no comments
  [CVS] OpenSSL: openssl/crypto/perlasm/ x86gas.pl x86masm.pl x86nasm.pl         


Author: Andy Polyakov
Date: Jul 22, 2008 01:44

OpenSSL CVS Repository
http://cvs.openssl.org/
____________________________________________________________________________

Server: cvs.openssl.org Name: Andy Polyakov
Root: /v/openssl/cvs Email: appro@openssl.org
Module: openssl Date: 22-Jul-2008 10:44:31
Branch: HEAD Handle: 2008072209443100

Modified files:
openssl/crypto/perlasm x86gas.pl x86masm.pl x86nasm.pl

Log:
perlasm update: implement dataseg directive.

Summary:
Revision Changes Path
1.5 +4 -1 openssl/crypto/perlasm/x86gas.pl
1.5 +6 -1 openssl/crypto/perlasm/x86masm.pl
1.32 +5 -0 openssl/crypto/perlasm/x86nasm.pl
____________________________________________________________________________
Show full article (3.41Kb)
no comments
  [CVS] OpenSSL: openssl/crypto/perlasm/ x86_64-xlate.pl         


Author: Andy Polyakov
Date: Jul 22, 2008 01:42

OpenSSL CVS Repository
http://cvs.openssl.org/
____________________________________________________________________________

Server: cvs.openssl.org Name: Andy Polyakov
Root: /v/openssl/cvs Email: appro@openssl.org
Module: openssl Date: 22-Jul-2008 10:42:06
Branch: HEAD Handle: 2008072209420600

Modified files:
openssl/crypto/perlasm x86_64-xlate.pl

Log:
x86_64-xlate.pl: implement indirect jump/calls, support for Win64 SEH.

Summary:
Revision Changes Path
1.18 +89 -32 openssl/crypto/perlasm/x86_64-xlate.pl
____________________________________________________________________________
Show full article (10.17Kb)
no comments
  [CVS] OpenSSL: openssl/crypto/rsa/ rsa_ssl.c         


Author: Bodo Moeller
Date: Jul 17, 2008 15:11

OpenSSL CVS Repository
http://cvs.openssl.org/
____________________________________________________________________________

Server: cvs.openssl.org Name: Bodo Moeller
Root: /v/openssl/cvs Email: bodo@openssl.org
Module: openssl Date: 18-Jul-2008 00:11:54
Branch: HEAD Handle: 2008071723115300

Modified files:
openssl/crypto/rsa rsa_ssl.c

Log:
We should check the eight bytes starting at p[-9] for rollback attack
detection, or the probability for an erroneous RSA_R_SSLV3_ROLLBACK_ATTACK
will be larger than necessary.

PR: 1695

Summary:
Revision Changes Path
1.8 +1 -1 openssl/crypto/rsa/rsa_ssl.c
____________________________________________________________________________

patch -p0 <<'@@ .'
Index: openssl/crypto/rsa/rsa_ssl.c
============================================================================
$ cvs diff -u -r1.7 -r1.8 rsa_ssl.c
--- openssl/crypto/rsa/rsa_ssl...
Show full article (1.68Kb)
no comments
  [CVS] OpenSSL: OpenSSL_0_9_8-stable: openssl/crypto/rsa/ rsa_ssl.c         


Author: Bodo Moeller
Date: Jul 17, 2008 15:11

OpenSSL CVS Repository
http://cvs.openssl.org/
____________________________________________________________________________

Server: cvs.openssl.org Name: Bodo Moeller
Root: /v/openssl/cvs Email: bodo@openssl.org
Module: openssl Date: 18-Jul-2008 00:11:25
Branch: OpenSSL_0_9_8-stable Handle: 2008071723112400

Modified files: (Branch: OpenSSL_0_9_8-stable)
openssl/crypto/rsa rsa_ssl.c

Log:
We should check the eight bytes starting at p[-9] for rollback attack
detection, or the probability for an erroneous RSA_R_SSLV3_ROLLBACK_ATTACK
will be larger than necessary.

PR: 1695

Summary:
Revision Changes Path
1.7.12.1 +1 -1 openssl/crypto/rsa/rsa_ssl.c
____________________________________________________________________________

patch -p0 <<'@@ .'
Index: openssl/crypto/rsa/rsa_ssl.c
============================================================================
$ cvs diff -u -r1.7 -r1.7.12.1 rsa_ssl.c
--- openssl/crypto/rsa/rsa_ssl...
Show full article (1.73Kb)
no comments
  [CVS] OpenSSL: openssl/crypto/ mem_dbg.c         


Author: Andy Polyakov
Date: Jul 17, 2008 06:58

OpenSSL CVS Repository
http://cvs.openssl.org/
____________________________________________________________________________

Server: cvs.openssl.org Name: Andy Polyakov
Root: /v/openssl/cvs Email: appro@openssl.org
Module: openssl Date: 17-Jul-2008 15:58:21
Branch: HEAD Handle: 2008071714582100

Modified files:
openssl/crypto mem_dbg.c

Log:
mem_dbg.c: avoid compiler warnings.
PR: 1693
Submitted by: Stefan Neis

Summary:
Revision Changes Path
1.40 +4 -4 openssl/crypto/mem_dbg.c
____________________________________________________________________________

patch -p0 <<'@@ .'
Index: openssl/crypto/mem_dbg.c
============================================================================
$ cvs diff -u -r1.39 -r1.40 mem_dbg.c
--- openssl/crypto/mem_dbg...
Show full article (1.77Kb)
no comments
  [CVS] OpenSSL: OpenSSL_0_9_8-stable: openssl/ Configure TABLE         


Author: Andy Polyakov
Date: Jul 17, 2008 04:59

OpenSSL CVS Repository
http://cvs.openssl.org/
____________________________________________________________________________

Server: cvs.openssl.org Name: Andy Polyakov
Root: /v/openssl/cvs Email: appro@openssl.org
Module: openssl Date: 17-Jul-2008 13:59:07
Branch: OpenSSL_0_9_8-stable Handle: 2008071712590601

Modified files: (Branch: OpenSSL_0_9_8-stable)
openssl Configure TABLE

Log:
Harmonize darwin-i386-cc config line with HEAD.

Summary:
Revision Changes Path
1.488.2.66 +1 -1 openssl/Configure
1.184.2.29 +1 -1 openssl/TABLE
____________________________________________________________________________

patch -p0 <<'@@ .'
Index: openssl/Configure
============================================================================
$ cvs diff -u -r1.488.2.65 -r1.488.2.66 Configure
--- openssl/Configure...
Show full article (3.78Kb)
no comments
  [CVS] OpenSSL: OpenSSL_0_9_8-stable: openssl/ Configure TABLE openssl/...         


Author: Andy Polyakov
Date: Jul 17, 2008 03:00

OpenSSL CVS Repository
http://cvs.openssl.org/
____________________________________________________________________________

Server: cvs.openssl.org Name: Andy Polyakov
Root: /v/openssl/cvs Email: appro@openssl.org
Module: openssl Date: 17-Jul-2008 12:00:18
Branch: OpenSSL_0_9_8-stable Handle: 2008071711001602

Modified files: (Branch: OpenSSL_0_9_8-stable)
openssl Configure TABLE
openssl/crypto/bn Makefile

Log:
darwin64-ppc-cc experimental line accidentally made it to stable:-(
PR: 1699

Summary:
Revision Changes Path
1.488.2.65 +1 -1 openssl/Configure
1.184.2.28 +219 -30 openssl/TABLE
1.6.2.9 +1 -0 openssl/crypto/bn/Makefile
____________________________________________________________________________

patch -p0 <<'@@ .'
Index: openssl/Configure
============================================================================
$ cvs diff -u -r1.488.2.64 -r1.488.2.65 Configure
--- openssl/Configure...
Show full article (20.79Kb)
no comments
  [CVS] OpenSSL: OpenSSL-fips-0_9_8-stable: openssl/crypto/sha/asm/ sha1...         


Author: Andy Polyakov
Date: Jul 17, 2008 02:53

OpenSSL CVS Repository
http://cvs.openssl.org/
____________________________________________________________________________

Server: cvs.openssl.org Name: Andy Polyakov
Root: /v/openssl/cvs Email: appro@openssl.org
Module: openssl Date: 17-Jul-2008 11:53:14
Branch: OpenSSL-fips-0_9_8-stable Handle: 2008071710531400

Modified files: (Branch: OpenSSL-fips-0_9_8-stable)
openssl/crypto/sha/asm sha1-586.pl

Log:
sha1-586.pl: update from HEAD
PR: 1681

Summary:
Revision Changes Path
1.9.4.2 +1 -1 openssl/crypto/sha/asm/sha1-586.pl
____________________________________________________________________________
Show full article (1.67Kb)
no comments
  [CVS] OpenSSL: OpenSSL_0_9_8-stable: openssl/crypto/sha/asm/ sha1-586....         


Author: Andy Polyakov
Date: Jul 17, 2008 02:51

OpenSSL CVS Repository
http://cvs.openssl.org/
____________________________________________________________________________

Server: cvs.openssl.org Name: Andy Polyakov
Root: /v/openssl/cvs Email: appro@openssl.org
Module: openssl Date: 17-Jul-2008 11:51:34
Branch: OpenSSL_0_9_8-stable Handle: 2008071710513400

Modified files: (Branch: OpenSSL_0_9_8-stable)
openssl/crypto/sha/asm sha1-586.pl

Log:
sha1-586.pl: update from HEAD.
PR: 1681

Summary:
Revision Changes Path
1.9.2.2 +1 -1 openssl/crypto/sha/asm/sha1-586.pl
____________________________________________________________________________
Show full article (1.67Kb)
no comments
 
1 2 3 4 5 6 7 8 9