[prev in list] [next in list] [prev in thread] [next in thread] 

List:       openssl-cvs
Subject:    [CVS] OpenSSL: openssl/ssl/ s3_lib.c
From:       "Bodo Moeller" <bodo () openssl ! org>
Date:       2007-04-24 0:13:54
Message-ID: 20070424001354.ED9E41AC61F3 () master ! openssl ! org
[Download RAW message or body]

  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:   24-Apr-2007 02:13:53
  Branch: HEAD                             Handle: 2007042401135100

  Modified files:
    openssl/ssl             s3_lib.c

  Log:
    All ciphersuites should have a strength designator.

  Summary:
    Revision    Changes     Path
    1.111       +10 -10     openssl/ssl/s3_lib.c
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openssl/ssl/s3_lib.c
  ============================================================================
  $ cvs diff -u -r1.110 -r1.111 s3_lib.c
  --- openssl/ssl/s3_lib.c	23 Apr 2007 23:48:51 -0000	1.110
  +++ openssl/ssl/s3_lib.c	24 Apr 2007 00:13:51 -0000	1.111
  @@ -1565,7 +1565,7 @@
   	SSL_eNULL,
   	SSL_SHA1,
   	SSL_TLSV1,
  -	SSL_NOT_EXP,
  +	SSL_NOT_EXP|SSL_STRONG_NONE,
   	0,
   	0,
   	0,
  @@ -1581,7 +1581,7 @@
   	SSL_RC4,
   	SSL_SHA1,
   	SSL_TLSV1,
  -	SSL_NOT_EXP,
  +	SSL_NOT_EXP|SSL_MEDIUM,
   	0,
   	128,
   	128,
  @@ -1645,7 +1645,7 @@
   	SSL_eNULL,
   	SSL_SHA1,
   	SSL_TLSV1,
  -	SSL_NOT_EXP,
  +	SSL_NOT_EXP|SSL_STRONG_NONE,
   	0,
   	0,
   	0,
  @@ -1661,7 +1661,7 @@
   	SSL_RC4,
   	SSL_SHA1,
   	SSL_TLSV1,
  -	SSL_NOT_EXP,
  +	SSL_NOT_EXP|SSL_MEDIUM,
   	0,
   	128,
   	128,
  @@ -1725,7 +1725,7 @@
   	SSL_eNULL,
   	SSL_SHA1,
   	SSL_TLSV1,
  -	SSL_NOT_EXP,
  +	SSL_NOT_EXP|SSL_STRONG_NONE,
   	0,
   	0,
   	0,
  @@ -1741,7 +1741,7 @@
   	SSL_RC4,
   	SSL_SHA1,
   	SSL_TLSV1,
  -	SSL_NOT_EXP,
  +	SSL_NOT_EXP|SSL_MEDIUM,
   	0,
   	128,
   	128,
  @@ -1805,7 +1805,7 @@
   	SSL_eNULL,
   	SSL_SHA1,
   	SSL_TLSV1,
  -	SSL_NOT_EXP,
  +	SSL_NOT_EXP|SSL_STRONG_NONE,
   	0,
   	0,
   	0,
  @@ -1821,7 +1821,7 @@
   	SSL_RC4,
   	SSL_SHA1,
   	SSL_TLSV1,
  -	SSL_NOT_EXP,
  +	SSL_NOT_EXP|SSL_MEDIUM,
   	0,
   	128,
   	128,
  @@ -1885,7 +1885,7 @@
   	SSL_eNULL,
   	SSL_SHA1,
   	SSL_TLSV1,
  -	SSL_NOT_EXP,
  +	SSL_NOT_EXP|SSL_STRONG_NONE,
   	0,
   	0,
   	0,
  @@ -1901,7 +1901,7 @@
   	SSL_RC4,
   	SSL_SHA1,
   	SSL_TLSV1,
  -	SSL_NOT_EXP,
  +	SSL_NOT_EXP|SSL_MEDIUM,
   	0,
   	128,
   	128,
  @@ .
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
CVS Repository Commit List                     openssl-cvs@openssl.org
Automated List Manager                           majordomo@openssl.org

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic