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

List:       openssl-cvs
Subject:    [CVS] OpenSSL: OpenSSL_0_9_8-stable: openssl/crypto/asn1/ asn1.h tasn_...
From:       "Dr. Stephen Henson" <steve () openssl ! org>
Date:       2006-02-19 13:45:23
Message-ID: 20060219134523.41B4F1AC64DF () master ! openssl ! org
[Download RAW message or body]

  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:   19-Feb-2006 14:45:23
  Branch: OpenSSL_0_9_8-stable             Handle: 2006021913452200

  Modified files:           (Branch: OpenSSL_0_9_8-stable)
    openssl/crypto/asn1     asn1.h tasn_dec.c

  Log:
    Fix from HEAD.

  Summary:
    Revision    Changes     Path
    1.128.2.4   +2  -0      openssl/crypto/asn1/asn1.h
    1.26.2.3    +1  -1      openssl/crypto/asn1/tasn_dec.c
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openssl/crypto/asn1/asn1.h
  ============================================================================
  $ cvs diff -u -r1.128.2.3 -r1.128.2.4 asn1.h
  --- openssl/crypto/asn1/asn1.h	8 Jan 2006 21:52:40 -0000	1.128.2.3
  +++ openssl/crypto/asn1/asn1.h	19 Feb 2006 13:45:22 -0000	1.128.2.4
  @@ -149,6 +149,7 @@
   #define B_ASN1_UTF8STRING	0x2000
   #define B_ASN1_UTCTIME		0x4000
   #define B_ASN1_GENERALIZEDTIME	0x8000
  +#define B_ASN1_SEQUENCE		0x10000
   
   /* For use with ASN1_mbstring_copy() */
   #define MBSTRING_FLAG		0x1000
  @@ -594,6 +595,7 @@
   			B_ASN1_UNIVERSALSTRING|\
   			B_ASN1_BMPSTRING|\
   			B_ASN1_UTF8STRING|\
  +			B_ASN1_SEQUENCE|\
   			B_ASN1_UNKNOWN
   
   #define B_ASN1_DIRECTORYSTRING \
  @@ .
  patch -p0 <<'@@ .'
  Index: openssl/crypto/asn1/tasn_dec.c
  ============================================================================
  $ cvs diff -u -r1.26.2.2 -r1.26.2.3 tasn_dec.c
  --- openssl/crypto/asn1/tasn_dec.c	8 Feb 2006 19:16:09 -0000	1.26.2.2
  +++ openssl/crypto/asn1/tasn_dec.c	19 Feb 2006 13:45:22 -0000	1.26.2.3
  @@ -98,7 +98,7 @@
   B_ASN1_OCTET_STRING,	0,	0,		B_ASN1_UNKNOWN,/* tags  4- 7 */
   B_ASN1_UNKNOWN,	B_ASN1_UNKNOWN,	B_ASN1_UNKNOWN,	B_ASN1_UNKNOWN,/* tags  8-11 */
   B_ASN1_UTF8STRING,B_ASN1_UNKNOWN,B_ASN1_UNKNOWN,B_ASN1_UNKNOWN,/* tags 12-15 */
  -0,	0,	B_ASN1_NUMERICSTRING,B_ASN1_PRINTABLESTRING,   /* tags 16-19 */
  +B_ASN1_SEQUENCE,0,B_ASN1_NUMERICSTRING,B_ASN1_PRINTABLESTRING, /* tags 16-19 */
   B_ASN1_T61STRING,B_ASN1_VIDEOTEXSTRING,B_ASN1_IA5STRING,       /* tags 20-22 */
   B_ASN1_UTCTIME, B_ASN1_GENERALIZEDTIME,			       /* tags 23-24 */	
   B_ASN1_GRAPHICSTRING,B_ASN1_ISO64STRING,B_ASN1_GENERALSTRING,  /* tags 25-27 */
  @@ .
______________________________________________________________________
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