mailing.openssl.cvs
  Home FAQ Contact Sign in
mailing.openssl.cvs only
 
Advanced search
February 2008
motuwethfrsasuw
    123 5
45678910 6
11121314151617 7
18192021222324 8
2526272829   9
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/crypto/asn1/ tasn_enc.c openssl/crypto/bn/ bn_d...         


Author: Dr. Stephen Henson
Date: Feb 28, 2008 06:04

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

Server: cvs.openssl.org Name: Dr. Stephen Henson
Root: /v/openssl/cvs Email: steve@openssl.org
Module: openssl Date: 28-Feb-2008 15:05:02
Branch: HEAD Handle: 2008022814045803

Modified files:
openssl/crypto cryptlib.c ex_data.c
openssl/crypto/asn1 tasn_enc.c
openssl/crypto/bn bn_div.c
openssl/crypto/x509 x509_vfy.c

Log:
Avoid warnings.
Show full article (5.09Kb)
no comments
  [CVS] OpenSSL: openssl/engines/ccgost/ e_gost_err.c e_gost_err.h gost2...         


Author: Dr. Stephen Henson
Date: Feb 28, 2008 05:44

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

Server: cvs.openssl.org Name: Dr. Stephen Henson
Root: /v/openssl/cvs Email: steve@openssl.org
Module: openssl Date: 28-Feb-2008 14:45:07
Branch: HEAD Handle: 2008022813450501

Modified files:
openssl/engines/ccgost e_gost_err.c e_gost_err.h gost2001.c
gost2001_keyx.c gost94_keyx.c gost_ameth.c
gost_pmeth.c gost_sign.c

Log:
Fix error code function name mismatches in GOST engine, rebuild
errors.
Show full article (24.37Kb)
no comments
  [CVS] OpenSSL: OpenSSL_0_9_8-stable: openssl/ CHANGES         


Author: Mark J. Cox
Date: Feb 28, 2008 05:35

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

Server: cvs.openssl.org Name: Mark J. Cox
Root: /v/openssl/cvs Email: mark@openssl.org
Module: openssl Date: 28-Feb-2008 14:35:59
Branch: OpenSSL_0_9_8-stable Handle: 2008022813355800

Modified files: (Branch: OpenSSL_0_9_8-stable)
openssl CHANGES

Log:
Add missing changelog entry for
http://cvs.openssl.org/chngview?cn=16587

Summary:
Revision Changes Path
1.1238.2.86 +4 -0 openssl/CHANGES
____________________________________________________________________________
Show full article (1.74Kb)
no comments
  [CVS] OpenSSL: OpenSSL_0_9_7-stable: openssl/ CHANGES         


Author: Mark J. Cox
Date: Feb 28, 2008 05:31

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

Server: cvs.openssl.org Name: Mark J. Cox
Root: /v/openssl/cvs Email: mark@openssl.org
Module: openssl Date: 28-Feb-2008 14:31:55
Branch: OpenSSL_0_9_7-stable Handle: 2008022813315300

Modified files: (Branch: OpenSSL_0_9_7-stable)
openssl CHANGES

Log:
Missing changelog entry for http://cvs.openssl.org/chngview?cn=16642

Summary:
Revision Changes Path
1.977.2.196 +4 -0 openssl/CHANGES
____________________________________________________________________________
Show full article (1.73Kb)
no comments
  [CVS] OpenSSL: openssl-web/news/ secadv_20071012.txt         


Author: Mark J. Cox
Date: Feb 28, 2008 05:28

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

Server: cvs.openssl.org Name: Mark J. Cox
Root: /v/openssl/cvs Email: mark@openssl.org
Module: openssl-web Date: 28-Feb-2008 14:28:31
Branch: HEAD Handle: 2008022813283000

Modified files:
openssl-web/news secadv_20071012.txt

Log:
Ryo Okumura noted that the fix for CVE-2007-5135 was committed after 0.9.7m
and therefore the advisory was incorrect. Fixed advisory.

Summary:
Revision Changes Path
1.2 +4 -2 openssl-web/news/secadv_20071012.txt
____________________________________________________________________________
Show full article (1.94Kb)
no comments
  [CVS] OpenSSL: openssl/crypto/asn1/ a_type.c openssl/crypto/x509/ x509...         


Author: Dr. Stephen Henson
Date: Feb 28, 2008 05:18

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

Server: cvs.openssl.org Name: Dr. Stephen Henson
Root: /v/openssl/cvs Email: steve@openssl.org
Module: openssl Date: 28-Feb-2008 14:18:26
Branch: HEAD Handle: 2008022813182501

Modified files:
openssl/crypto/asn1 a_type.c
openssl/crypto/x509 x509_att.c

Log:
Fix typo and avoid warning.

Summary:
Revision Changes Path
1.22 +1 -1 openssl/crypto/asn1/a_type.c
1.13 +2 -2 openssl/crypto/x509/x509_att.c
____________________________________________________________________________

patch -p0 <<'@@ .'
Index: openssl/crypto/asn1/a_type.c
============================================================================
$ cvs diff -u -r1.21 -r1.22 a_type.c
--- openssl/crypto/asn1/a_type...
Show full article (2.27Kb)
no comments
  [CVS] OpenSSL: OpenSSL-fips-0_9_8-stable: openssl/crypto/bn/asm/ x86_6...         


Author: Andy Polyakov
Date: Feb 27, 2008 12:16

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: 27-Feb-2008 21:16:50
Branch: OpenSSL-fips-0_9_8-stable Handle: 2008022720165000

Modified files: (Branch: OpenSSL-fips-0_9_8-stable)
openssl/crypto/bn/asm x86_64-mont.pl

Log:
Make x86_64-mont.pl work with debug Win64 build [from HEAD].

Summary:
Revision Changes Path
1.8.2.3 +1 -0 openssl/crypto/bn/asm/x86_64-mont.pl
____________________________________________________________________________
Show full article (1.55Kb)
no comments
  [CVS] OpenSSL: OpenSSL_0_9_8-stable: openssl/crypto/bn/asm/ x86_64-mon...         


Author: Andy Polyakov
Date: Feb 27, 2008 12:14

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: 27-Feb-2008 21:14:46
Branch: OpenSSL_0_9_8-stable Handle: 2008022720144600

Modified files: (Branch: OpenSSL_0_9_8-stable)
openssl/crypto/bn/asm x86_64-mont.pl

Log:
Make x86_64-mont.pl work with debug Win64 build [from HEAD].

Summary:
Revision Changes Path
1.8.4.3 +1 -0 openssl/crypto/bn/asm/x86_64-mont.pl
____________________________________________________________________________
Show full article (1.55Kb)
no comments
  [CVS] OpenSSL: openssl/crypto/bn/asm/ x86_64-mont.pl         


Author: Andy Polyakov
Date: Feb 27, 2008 12:09

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: 27-Feb-2008 21:09:28
Branch: HEAD Handle: 2008022720092800

Modified files:
openssl/crypto/bn/asm x86_64-mont.pl

Log:
Make x86_64-mont.pl work with debug Win64 build.

Summary:
Revision Changes Path
1.9 +1 -0 openssl/crypto/bn/asm/x86_64-mont.pl
____________________________________________________________________________
Show full article (1.48Kb)
no comments
  [CVS] OpenSSL: OpenSSL_0_9_8-stable: openssl/ CHANGES openssl/crypto/b...         


Author: Bodo Moeller
Date: Feb 26, 2008 22:01

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: 27-Feb-2008 07:02:01
Branch: OpenSSL_0_9_8-stable Handle: 2008022706015703

Modified files: (Branch: OpenSSL_0_9_8-stable)
openssl CHANGES
openssl/crypto/bn bn_mont.c
openssl/crypto/rsa rsa_eay.c

Log:
fix BIGNUM flag handling

Summary:
Revision Changes Path
1.1238.2.85 +4 -0 openssl/CHANGES
1.36.2.9 +2 -0 openssl/crypto/bn/bn_mont.c
1.46.2.9 +37 -35 openssl/crypto/rsa/rsa_eay.c
____________________________________________________________________________
Show full article (7.12Kb)
no comments
1 2 3 4