mailing.openssl.cvs
  Home FAQ Contact Sign in
mailing.openssl.cvs only
 
Advanced search
June 2008
motuwethfrsasuw
      1 22
2345678 23
9101112131415 24
16171819202122 25
23242526272829 26
30       27
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/engines/ e_capi.c         


Author: Dr. Stephen Henson
Date: Jun 25, 2008 03:43

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: 25-Jun-2008 12:43:07
Branch: HEAD Handle: 2008062511430700

Modified files:
openssl/engines e_capi.c

Log:
Update from stable branch.

Summary:
Revision Changes Path
1.22 +26 -3 openssl/engines/e_capi.c
____________________________________________________________________________
Show full article (2.85Kb)
no comments
  [CVS] OpenSSL: OpenSSL_0_9_8-stable: openssl/engines/ e_capi.c         


Author: Dr. Stephen Henson
Date: Jun 25, 2008 03:41

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: 25-Jun-2008 12:41:49
Branch: OpenSSL_0_9_8-stable Handle: 2008062511414800

Modified files: (Branch: OpenSSL_0_9_8-stable)
openssl/engines e_capi.c

Log:
Changes to allow capi ENGINE to compile with older headers on e.g.
VC6.

Summary:
Revision Changes Path
1.1.2.21 +26 -3 openssl/engines/e_capi.c
____________________________________________________________________________
Show full article (2.96Kb)
no comments
  [CVS] OpenSSL: OpenSSL_0_9_8-stable: openssl/ CHANGES openssl/crypto/b...         


Author: Bodo Moeller
Date: Jun 23, 2008 13:46

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: 23-Jun-2008 22:46:29
Branch: OpenSSL_0_9_8-stable Handle: 2008062321462701

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

Log:
avoid potential infinite loop in final reduction round of BN_GF2m_mod_arr()

Submitted by: Huang Ying
Reviewed by: Douglas Stebila

Summary:
Revision Changes Path
1.1238.2.108+5 -1 openssl/CHANGES
1.18.2.2 +5 -1 openssl/crypto/bn/bn_gf2m.c
____________________________________________________________________________
Show full article (2.91Kb)
no comments
  [CVS] OpenSSL: openssl/ CHANGES openssl/crypto/bn/ bn_gf2m.c         


Author: Bodo Moeller
Date: Jun 23, 2008 13:46

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: 23-Jun-2008 22:46:25
Branch: HEAD Handle: 2008062321462301

Modified files:
openssl CHANGES
openssl/crypto/bn bn_gf2m.c

Log:
avoid potential infinite loop in final reduction round of BN_GF2m_mod_arr()

Submitted by: Huang Ying
Reviewed by: Douglas Stebila

Summary:
Revision Changes Path
1.1429 +5 -1 openssl/CHANGES
1.23 +5 -1 openssl/crypto/bn/bn_gf2m.c
____________________________________________________________________________
Show full article (2.84Kb)
no comments
  [CVS] OpenSSL: OpenSSL_0_9_8-stable: openssl/util/ libeay.num         


Author: Dr. Stephen Henson
Date: Jun 21, 2008 18:10

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: 22-Jun-2008 03:10:06
Branch: OpenSSL_0_9_8-stable Handle: 2008062202100400

Modified files: (Branch: OpenSSL_0_9_8-stable)
openssl/util libeay.num

Log:
Update ordinals.

Summary:
Revision Changes Path
1.248.2.18 +4 -4 openssl/util/libeay.num
____________________________________________________________________________

patch -p0 <<'@@ .'
Index: openssl/util/libeay.num
============================================================================
$ cvs diff -u -r1.248.2.17 -r1.248.2.18 libeay.num
--- openssl/util/libeay...
Show full article (3.17Kb)
no comments
  [CVS] OpenSSL: openssl/util/ libeay.num         


Author: Dr. Stephen Henson
Date: Jun 21, 2008 18:09

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: 22-Jun-2008 03:09:16
Branch: HEAD Handle: 2008062202091400

Modified files:
openssl/util libeay.num

Log:
Update ordinals.

Summary:
Revision Changes Path
1.293 +4 -4 openssl/util/libeay.num
____________________________________________________________________________

patch -p0 <<'@@ .'
Index: openssl/util/libeay.num
============================================================================
$ cvs diff -u -r1.292 -r1.293 libeay.num
--- openssl/util/libeay...
Show full article (3.11Kb)
no comments
  [CVS] OpenSSL: openssl/crypto/rsa/ rsa.h         


Author: Dr. Stephen Henson
Date: Jun 21, 2008 16:28

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: 22-Jun-2008 01:28:56
Branch: HEAD Handle: 2008062200285500

Modified files:
openssl/crypto/rsa rsa.h

Log:
Fix from stable branch.

Summary:
Revision Changes Path
1.78 +2 -0 openssl/crypto/rsa/rsa.h
____________________________________________________________________________
Show full article (1.83Kb)
no comments
  [CVS] OpenSSL: OpenSSL_0_9_8-stable: openssl/crypto/rsa/ rsa.h         


Author: Dr. Stephen Henson
Date: Jun 21, 2008 16:28

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: 22-Jun-2008 01:28:02
Branch: OpenSSL_0_9_8-stable Handle: 2008062200280200

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

Log:
Make WIN32 build work with no-rc4

Summary:
Revision Changes Path
1.55.2.9 +2 -0 openssl/crypto/rsa/rsa.h
____________________________________________________________________________
Show full article (1.89Kb)
no comments
  [CVS] OpenSSL: openssl/engines/ e_capi.c         


Author: Dr. Stephen Henson
Date: Jun 18, 2008 08:08

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: 18-Jun-2008 17:08:42
Branch: HEAD Handle: 2008061816084100

Modified files:
openssl/engines e_capi.c

Log:
Update from stable branch.

Summary:
Revision Changes Path
1.21 +6 -2 openssl/engines/e_capi.c
____________________________________________________________________________
Show full article (2.24Kb)
no comments
  [CVS] OpenSSL: OpenSSL_0_9_8-stable: openssl/engines/ e_capi.c         


Author: Dr. Stephen Henson
Date: Jun 18, 2008 07:42

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: 18-Jun-2008 16:42:27
Branch: OpenSSL_0_9_8-stable Handle: 2008061815422700

Modified files: (Branch: OpenSSL_0_9_8-stable)
openssl/engines e_capi.c

Log:
Fix typo and filter on X509_PURPOSE_SSL_CLIENT when presenting certs.

Summary:
Revision Changes Path
1.1.2.20 +6 -2 openssl/engines/e_capi.c
____________________________________________________________________________
Show full article (2.33Kb)
no comments
1 2 3 4 5 6 7 8 9