From wyllys@borg.sfbay.sun.com Wed Nov 12 10:46:18 2008
Received: from sunmail2sca.sfbay.sun.com (sunmail2sca.SFBay.Sun.COM [129.145.155.234])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id mACIkIY7024407
	for <psarc-ext@sac.sfbay.sun.com>; Wed, 12 Nov 2008 10:46:18 -0800 (PST)
Received: from nwk-avmta-1.SFBay.Sun.COM (nwk-avmta-1.SFBay.Sun.COM [129.146.11.74])
	by sunmail2sca.sfbay.sun.com (8.13.7+Sun/8.13.7/ENSMAIL,v2.2) with ESMTP id mACIkIxD010540;
	Wed, 12 Nov 2008 10:46:18 -0800 (PST)
Received: from pmxchannel-daemon.nwk-avmta-1.sfbay.Sun.COM by
 nwk-avmta-1.sfbay.Sun.COM
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0KA80010THH67200@nwk-avmta-1.sfbay.Sun.COM>; Wed,
 12 Nov 2008 10:46:18 -0800 (PST)
Received: from dm-sfbay-02.sfbay.sun.com ([129.146.11.31])
 by nwk-avmta-1.sfbay.Sun.COM
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0KA800L9NHH53H60@nwk-avmta-1.sfbay.Sun.COM>; Wed,
 12 Nov 2008 10:46:17 -0800 (PST)
Received: from borg.sfbay (borg.SFBay.Sun.COM [10.6.50.138])
	by dm-sfbay-02.sfbay.sun.com (8.13.8+Sun/8.13.8/ENSMAIL,v2.2)
 with ESMTP id mACIkHng041357; Wed, 12 Nov 2008 10:46:17 -0800 (PST)
Received: from borg.sfbay (localhost [127.0.0.1])
	by borg.sfbay (8.14.3+Sun/8.14.3) with ESMTP id mACIbTP9010909; Wed,
 12 Nov 2008 10:37:29 -0800 (PST)
Received: (from wyllys@localhost)	by borg.sfbay (8.14.3+Sun/8.14.3/Submit)
 id mACIbTEW010903; Wed, 12 Nov 2008 10:37:29 -0800 (PST)
Date: Wed, 12 Nov 2008 10:37:29 -0800 (PST)
From: Wyllys Ingersoll <wyllys@borg.sfbay.sun.com>
Subject: pyOpenSSL [PSARC/2008/705 FastTrack timeout 11/19/2008]
To: PSARC-ext@sun.com
Cc: openssl-interest@sun.com
Message-id: <200811121837.mACIbTEW010903@borg.sfbay>
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.4.1.325704
Status: RO
Content-Length: 4191


Template Version: @(#)sac_nextcase %I% %G% SMI
This information is Copyright 2008 Sun Microsystems
1. Introduction
    1.1. Project/Component Working Name:
	 pyOpenSSL
    1.2. Name of Document Author/Supplier:
	 Author:  HuieYing Lee
    1.3  Date of This Document:
	12 November, 2008
4. Technical Description
1. Introduction

   1.1. Project/Component Working Name:

        PyOpenSSL
        
   1.2. Name of Document Author/Supplier:

        Author: Huie-Ying Lee
        
   1.3. Date of This Document:

        Nov/04/2008
 
    1.4. Name of Major Document Customer(s)/Consumer(s):
        1.4.1. The PAC or CPT you expect to review your project:

               Solaris PAC

        1.4.2. The ARC(s) you expect to review your project:

               PSARC

        1.4.3. The Director/VP who is "Sponsoring" this project:
               
               VP: bill.nesheim@sun.com
               Senior Director: kathy.jenks@sun.com

        1.4.4. The name of your business unit:

               Solaris Security
        
   1.5. Email Aliases:

        1.5.1. Responsible Manager:   anup.sekhar@sun.com
        1.5.2. Responsible Engineer:  huie-ying.lee@sun.com
        1.5.3  Marketing Manager:     mark.thacker@sun.com
        1.5.4. Interest List:         openssl-interest@sun.com

2. Project Summary
   2.1. Project Description:

        This project adds the PyOpenSSL module which provides python bindings
        for OpenSSL.  It is a thin wrapper around a subset of the OpenSSL
        library.  Most of the methods do nothing more than calling a 
        corresponding function in the OpenSSL library.

4. Technical Description:
   4.1. Details:

        The reason pyOpenSSL was created is that the SSL support in the socket
        module in Python 2.1 (the contemporary version of Python when the
        pyOpenSSL project was begun) was severely limited. 

        PyOpenSSL provides a high-level interface to the functions in the
        OpenSSL library. The following modules are defined:

        crypto
               Generic cryptographic module.

        rand
               An interface to the OpenSSL pseudo random number generator.

        SSL
               An interface to the SSL-specific parts of OpenSSL.

    4.2. Interfaces:
        
  --------------------------------------------------------------------------------
  Exported                                     Stability    Comments
  --------------------------------------------------------------------------------
  SUNWpyopenssl                                Uncommitted  Package name
  /usr/lib/python/2.4/vendor-packages/OpenSSL/ Uncommitted  Python modules,
	                                                    PyOpenSSL Manual,
                                                            Sample Python scripts


  --------------------------------------------------------------------
  Imported                        Stability    Comments                
  --------------------------------------------------------------------
  Python 2.4.x                    External     PSARC 2005/532
  OpenSSL			  Contracted*  SUNWopenssl-libraries
        		          External     PSARC 2003/500

  * Will sign a contract with the OpenSSL project before integration.

    4.3. Doc Impact:

         None.

    4.4. Packaging & Delivery:

         SUNWpyopenssl

    4.5. Dependencies:

         PSARC 2003/500 OpenSSL in /usr/sfw
         PSARC 2006/019 OpenSSL upgrade to 0.9.8a
         PSARC 2006/555 Move OpenSSL to usr

    4.6. L10N Impact:

         None.

    4.7. Security Impact:

         This case only adds Python language bindings to OpenSSL and provides
         no other significant additional functionality relating to security.
         It is only functional if OpenSSL is also on the system.

5. Reference Documents:

   PyOpenSSL Project Website:
   http://pyopenssl.sourceforge.net/

   PyOpenSSL Manual:
   http://pyopenssl.sourceforge.net/pyOpenSSL.txt
   additional_materials/pyOpenSSL.txt

6. Resources and Schedule
    6.4. Steering Committee requested information
   	6.4.1. Consolidation C-team Name:
		SFW
    6.5. ARC review type: FastTrack
    6.6. ARC Exposure: open


From Darren.Moffat@sun.com Thu Nov 13 01:53:05 2008
Received: from newsunmail1brm.central.sun.com (newsunmail1brm.Central.Sun.COM [129.147.62.245])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id mAD9r5oA028560
	for <psarc-ext@sac.sfbay.sun.com>; Thu, 13 Nov 2008 01:53:05 -0800 (PST)
Received: from brm-avmta-1.central.sun.com (brm-avmta-1.Central.Sun.COM [129.147.4.11])
	by newsunmail1brm.central.sun.com (8.13.7+Sun/8.13.7/ENSMAIL,v2.2) with ESMTP id mAD9r47b020623;
	Thu, 13 Nov 2008 02:53:04 -0700 (MST)
Received: from pmxchannel-daemon.brm-avmta-1.central.sun.com by
 brm-avmta-1.central.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0KA90020JNGFZR00@brm-avmta-1.central.sun.com>; Thu,
 13 Nov 2008 02:53:03 -0700 (MST)
Received: from gmp-eb-inf-2.sun.com ([192.18.6.24])
 by brm-avmta-1.central.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0KA900A1ZNGEN9B0@brm-avmta-1.central.sun.com>; Thu,
 13 Nov 2008 02:53:02 -0700 (MST)
Received: from fe-emea-10.sun.com (gmp-eb-lb-1-fe3.eu.sun.com [192.18.6.10])
	by gmp-eb-inf-2.sun.com (8.13.7+Sun/8.12.9) with ESMTP id mAD9r1pQ017510; Thu,
 13 Nov 2008 09:53:01 +0000 (GMT)
Received: from conversion-daemon.fe-emea-10.sun.com by fe-emea-10.sun.com
 (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007))
 id <0KA900B01MGA3800@fe-emea-10.sun.com>
 (original mail from Darren.Moffat@Sun.COM); Thu,
 13 Nov 2008 09:53:01 +0000 (GMT)
Received: from [129.156.173.21] by fe-emea-10.sun.com
 (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007))
 with ESMTPSA id <0KA900I55NGB8ED0@fe-emea-10.sun.com>; Thu,
 13 Nov 2008 09:53:01 +0000 (GMT)
Date: Thu, 13 Nov 2008 09:52:59 +0000
From: Darren J Moffat <Darren.Moffat@sun.com>
Subject: Re: pyOpenSSL [PSARC/2008/705 FastTrack timeout 11/19/2008]
In-reply-to: <200811121837.mACIbTEW010903@borg.sfbay>
Sender: Darren.Moffat@sun.com
To: Wyllys Ingersoll <wyllys@borg.sfbay.Sun.COM>
Cc: PSARC-ext@sun.com, openssl-interest@sun.com
Message-id: <491BF8FB.7060903@Sun.COM>
MIME-version: 1.0
Content-type: text/plain; format=flowed; charset=ISO-8859-1
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.4.1.325704
References: <200811121837.mACIbTEW010903@borg.sfbay>
User-Agent: Thunderbird 2.0.0.16 (X11/20080922)
Status: RO
Content-Length: 193

+1

Note that we are signing a contract in this case since it is cross 
consolidation even though the supplying and consuming project team and 
manager are the same people.

--
Darren J Moffat

From Laszlo.Peter@sun.com Thu Nov 13 02:34:23 2008
Received: from sunmail5.uk.sun.com (sunmail5.UK.Sun.COM [129.156.85.165])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id mADAYMeP029819
	for <psarc-ext@sac.sfbay.sun.com>; Thu, 13 Nov 2008 02:34:22 -0800 (PST)
Received: from brm-avmta-1.central.sun.com (brm-avmta-1.Central.Sun.COM [129.147.4.11])
	by sunmail5.uk.sun.com (8.13.8+Sun/8.13.8/ENSMAIL,v2.2) with ESMTP id mADAYJrG026180;
	Thu, 13 Nov 2008 10:34:20 GMT
Received: from pmxchannel-daemon.brm-avmta-1.central.sun.com by
 brm-avmta-1.central.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0KA900507PD7VV00@brm-avmta-1.central.sun.com>; Thu,
 13 Nov 2008 03:34:19 -0700 (MST)
Received: from gmp-eb-inf-2.sun.com ([192.18.6.24])
 by brm-avmta-1.central.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0KA900A5PPD6NHE0@brm-avmta-1.central.sun.com>; Thu,
 13 Nov 2008 03:34:18 -0700 (MST)
Received: from fe-emea-10.sun.com (gmp-eb-lb-2-fe3.eu.sun.com [192.18.6.12])
	by gmp-eb-inf-2.sun.com (8.13.7+Sun/8.12.9) with ESMTP id mADAYHoY025858; Thu,
 13 Nov 2008 10:34:18 +0000 (GMT)
Received: from conversion-daemon.fe-emea-10.sun.com by fe-emea-10.sun.com
 (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007))
 id <0KA900801O7YC600@fe-emea-10.sun.com>
 (original mail from Laszlo.Peter@Sun.COM); Thu,
 13 Nov 2008 10:34:17 +0000 (GMT)
Received: from [192.168.1.100] ([60.234.117.94])
 by fe-emea-10.sun.com (Sun Java System Messaging Server 6.2-8.04 (built Feb 28
 2007)) with ESMTPSA id <0KA900D4UPCR5I20@fe-emea-10.sun.com>; Thu,
 13 Nov 2008 10:34:06 +0000 (GMT)
Date: Thu, 13 Nov 2008 23:34:02 +1300
From: "Laszlo (Laca) Peter" <Laszlo.Peter@sun.com>
Subject: Re: pyOpenSSL [PSARC/2008/705 FastTrack timeout 11/19/2008]
In-reply-to: <200811121837.mACIbTEW010903@borg.sfbay>
Sender: Laszlo.Peter@sun.com
To: Wyllys Ingersoll <wyllys@borg.sfbay.sun.com>
Cc: PSARC-ext@sun.com, openssl-interest@sun.com
Reply-to: laca@sun.com
Message-id: <1226572442.9027.45.camel@tecra>
Organization: Sun Microsystems, Inc.
MIME-version: 1.0
X-Mailer: Evolution 2.24.0
Content-type: text/plain
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.4.1.325704
References: <200811121837.mACIbTEW010903@borg.sfbay>
Status: RO
Content-Length: 4729

Please deliver this for Python 2.5 as well and note that
both Python 2.4 and 2.5 are now Uncommitted.

Also, please consider delivering 64-bit python modules.

See PSARC/2008/543 for details.

Thanks,
Laca

On Wed, 2008-11-12 at 10:37 -0800, Wyllys Ingersoll wrote:
> Template Version: @(#)sac_nextcase %I% %G% SMI
> This information is Copyright 2008 Sun Microsystems
> 1. Introduction
>     1.1. Project/Component Working Name:
> 	 pyOpenSSL
>     1.2. Name of Document Author/Supplier:
> 	 Author:  HuieYing Lee
>     1.3  Date of This Document:
> 	12 November, 2008
> 4. Technical Description
> 1. Introduction
> 
>    1.1. Project/Component Working Name:
> 
>         PyOpenSSL
>         
>    1.2. Name of Document Author/Supplier:
> 
>         Author: Huie-Ying Lee
>         
>    1.3. Date of This Document:
> 
>         Nov/04/2008
>  
>     1.4. Name of Major Document Customer(s)/Consumer(s):
>         1.4.1. The PAC or CPT you expect to review your project:
> 
>                Solaris PAC
> 
>         1.4.2. The ARC(s) you expect to review your project:
> 
>                PSARC
> 
>         1.4.3. The Director/VP who is "Sponsoring" this project:
>                
>                VP: bill.nesheim@sun.com
>                Senior Director: kathy.jenks@sun.com
> 
>         1.4.4. The name of your business unit:
> 
>                Solaris Security
>         
>    1.5. Email Aliases:
> 
>         1.5.1. Responsible Manager:   anup.sekhar@sun.com
>         1.5.2. Responsible Engineer:  huie-ying.lee@sun.com
>         1.5.3  Marketing Manager:     mark.thacker@sun.com
>         1.5.4. Interest List:         openssl-interest@sun.com
> 
> 2. Project Summary
>    2.1. Project Description:
> 
>         This project adds the PyOpenSSL module which provides python bindings
>         for OpenSSL.  It is a thin wrapper around a subset of the OpenSSL
>         library.  Most of the methods do nothing more than calling a 
>         corresponding function in the OpenSSL library.
> 
> 4. Technical Description:
>    4.1. Details:
> 
>         The reason pyOpenSSL was created is that the SSL support in the socket
>         module in Python 2.1 (the contemporary version of Python when the
>         pyOpenSSL project was begun) was severely limited. 
> 
>         PyOpenSSL provides a high-level interface to the functions in the
>         OpenSSL library. The following modules are defined:
> 
>         crypto
>                Generic cryptographic module.
> 
>         rand
>                An interface to the OpenSSL pseudo random number generator.
> 
>         SSL
>                An interface to the SSL-specific parts of OpenSSL.
> 
>     4.2. Interfaces:
>         
>   --------------------------------------------------------------------------------
>   Exported                                     Stability    Comments
>   --------------------------------------------------------------------------------
>   SUNWpyopenssl                                Uncommitted  Package name
>   /usr/lib/python/2.4/vendor-packages/OpenSSL/ Uncommitted  Python modules,
> 	                                                    PyOpenSSL Manual,
>                                                             Sample Python scripts
> 
> 
>   --------------------------------------------------------------------
>   Imported                        Stability    Comments                
>   --------------------------------------------------------------------
>   Python 2.4.x                    External     PSARC 2005/532
>   OpenSSL			  Contracted*  SUNWopenssl-libraries
>         		          External     PSARC 2003/500
> 
>   * Will sign a contract with the OpenSSL project before integration.
> 
>     4.3. Doc Impact:
> 
>          None.
> 
>     4.4. Packaging & Delivery:
> 
>          SUNWpyopenssl
> 
>     4.5. Dependencies:
> 
>          PSARC 2003/500 OpenSSL in /usr/sfw
>          PSARC 2006/019 OpenSSL upgrade to 0.9.8a
>          PSARC 2006/555 Move OpenSSL to usr
> 
>     4.6. L10N Impact:
> 
>          None.
> 
>     4.7. Security Impact:
> 
>          This case only adds Python language bindings to OpenSSL and provides
>          no other significant additional functionality relating to security.
>          It is only functional if OpenSSL is also on the system.
> 
> 5. Reference Documents:
> 
>    PyOpenSSL Project Website:
>    http://pyopenssl.sourceforge.net/
> 
>    PyOpenSSL Manual:
>    http://pyopenssl.sourceforge.net/pyOpenSSL.txt
>    additional_materials/pyOpenSSL.txt
> 
> 6. Resources and Schedule
>     6.4. Steering Committee requested information
>    	6.4.1. Consolidation C-team Name:
> 		SFW
>     6.5. ARC review type: FastTrack
>     6.6. ARC Exposure: open
> 


From huie-ying.lee@sun.com Fri Nov 14 12:08:52 2008
Received: from sunmail4.singapore.sun.com (sunmail4.Singapore.Sun.COM [129.158.71.19])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id mAEK8pda012635
	for <psarc-ext@sac.sfbay.Sun.COM>; Fri, 14 Nov 2008 12:08:52 -0800 (PST)
Received: from nwk-avmta-2.sfbay.sun.com (nwk-avmta-2.SFBay.Sun.COM [129.145.155.6])
	by sunmail4.singapore.sun.com (8.13.4+Sun/8.13.3/ENSMAIL,v2.2) with ESMTP id mAEK8abO024074;
	Sat, 15 Nov 2008 04:08:47 +0800 (SGT)
Received: from pmxchannel-daemon.nwk-avmta-2.sfbay.sun.com by
 nwk-avmta-2.sfbay.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0KAC00A07AMLO100@nwk-avmta-2.sfbay.sun.com>; Fri,
 14 Nov 2008 12:08:45 -0800 (PST)
Received: from jurassic-x4600.sfbay.sun.com ([129.146.17.63])
 by nwk-avmta-2.sfbay.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0KAC007NZAMLACE0@nwk-avmta-2.sfbay.sun.com>; Fri,
 14 Nov 2008 12:08:45 -0800 (PST)
Received: from [129.146.108.12] (comforter.SFBay.Sun.COM [129.146.108.12])
	by jurassic-x4600.sfbay.sun.com (8.14.3+Sun/8.14.3)
 with ESMTP id mAEK8jLH966275; Fri, 14 Nov 2008 12:08:45 -0800 (PST)
Date: Fri, 14 Nov 2008 12:08:44 -0800
From: Huie-Ying Lee <huie-ying.lee@sun.com>
Subject: Re: pyOpenSSL [PSARC/2008/705 FastTrack timeout 11/19/2008]
In-reply-to: <1226572442.9027.45.camel@tecra>
To: laca@sun.com
Cc: Wyllys Ingersoll <wyllys@borg.sfbay.sun.com>, PSARC-ext@sun.com,
        openssl-interest@sun.com
Message-id: <491DDACC.4020701@sun.com>
MIME-version: 1.0
Content-type: text/plain; charset=ISO-8859-1; format=flowed
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.4.1.325704
References: <200811121837.mACIbTEW010903@borg.sfbay>
 <1226572442.9027.45.camel@tecra>
User-Agent: Thunderbird 2.0.0.14 (X11/20080616)
Status: RO
Content-Length: 5327

Laszlo (Laca) Peter wrote:
> Please deliver this for Python 2.5 as well and note that
> both Python 2.4 and 2.5 are now Uncommitted.
>
>   
I will check if the current OSR for the pyOpenSSL package also covers 
Python2.5.   If it does, then I will deliver this for Python2.5 as well.
Othersise,  I will deliver this for Python2.4 for now and upgrade it 
later once an OSR for delivering pyOpenSSL of Python 2.5 is in place.  
I will update you soon about the OSR status.

> Also, please consider delivering 64-bit python modules.
>
>   
That's in the current plan.  We will deliver 64-bit python modules.

> See PSARC/2008/543 for details.
>
> Thanks,
> Laca
>
>   
Thanks,
Huie-Ying

> On Wed, 2008-11-12 at 10:37 -0800, Wyllys Ingersoll wrote:
>   
>> Template Version: @(#)sac_nextcase %I% %G% SMI
>> This information is Copyright 2008 Sun Microsystems
>> 1. Introduction
>>     1.1. Project/Component Working Name:
>> 	 pyOpenSSL
>>     1.2. Name of Document Author/Supplier:
>> 	 Author:  HuieYing Lee
>>     1.3  Date of This Document:
>> 	12 November, 2008
>> 4. Technical Description
>> 1. Introduction
>>
>>    1.1. Project/Component Working Name:
>>
>>         PyOpenSSL
>>         
>>    1.2. Name of Document Author/Supplier:
>>
>>         Author: Huie-Ying Lee
>>         
>>    1.3. Date of This Document:
>>
>>         Nov/04/2008
>>  
>>     1.4. Name of Major Document Customer(s)/Consumer(s):
>>         1.4.1. The PAC or CPT you expect to review your project:
>>
>>                Solaris PAC
>>
>>         1.4.2. The ARC(s) you expect to review your project:
>>
>>                PSARC
>>
>>         1.4.3. The Director/VP who is "Sponsoring" this project:
>>                
>>                VP: bill.nesheim@sun.com
>>                Senior Director: kathy.jenks@sun.com
>>
>>         1.4.4. The name of your business unit:
>>
>>                Solaris Security
>>         
>>    1.5. Email Aliases:
>>
>>         1.5.1. Responsible Manager:   anup.sekhar@sun.com
>>         1.5.2. Responsible Engineer:  huie-ying.lee@sun.com
>>         1.5.3  Marketing Manager:     mark.thacker@sun.com
>>         1.5.4. Interest List:         openssl-interest@sun.com
>>
>> 2. Project Summary
>>    2.1. Project Description:
>>
>>         This project adds the PyOpenSSL module which provides python bindings
>>         for OpenSSL.  It is a thin wrapper around a subset of the OpenSSL
>>         library.  Most of the methods do nothing more than calling a 
>>         corresponding function in the OpenSSL library.
>>
>> 4. Technical Description:
>>    4.1. Details:
>>
>>         The reason pyOpenSSL was created is that the SSL support in the socket
>>         module in Python 2.1 (the contemporary version of Python when the
>>         pyOpenSSL project was begun) was severely limited. 
>>
>>         PyOpenSSL provides a high-level interface to the functions in the
>>         OpenSSL library. The following modules are defined:
>>
>>         crypto
>>                Generic cryptographic module.
>>
>>         rand
>>                An interface to the OpenSSL pseudo random number generator.
>>
>>         SSL
>>                An interface to the SSL-specific parts of OpenSSL.
>>
>>     4.2. Interfaces:
>>         
>>   --------------------------------------------------------------------------------
>>   Exported                                     Stability    Comments
>>   --------------------------------------------------------------------------------
>>   SUNWpyopenssl                                Uncommitted  Package name
>>   /usr/lib/python/2.4/vendor-packages/OpenSSL/ Uncommitted  Python modules,
>> 	                                                    PyOpenSSL Manual,
>>                                                             Sample Python scripts
>>
>>
>>   --------------------------------------------------------------------
>>   Imported                        Stability    Comments                
>>   --------------------------------------------------------------------
>>   Python 2.4.x                    External     PSARC 2005/532
>>   OpenSSL			  Contracted*  SUNWopenssl-libraries
>>         		          External     PSARC 2003/500
>>
>>   * Will sign a contract with the OpenSSL project before integration.
>>
>>     4.3. Doc Impact:
>>
>>          None.
>>
>>     4.4. Packaging & Delivery:
>>
>>          SUNWpyopenssl
>>
>>     4.5. Dependencies:
>>
>>          PSARC 2003/500 OpenSSL in /usr/sfw
>>          PSARC 2006/019 OpenSSL upgrade to 0.9.8a
>>          PSARC 2006/555 Move OpenSSL to usr
>>
>>     4.6. L10N Impact:
>>
>>          None.
>>
>>     4.7. Security Impact:
>>
>>          This case only adds Python language bindings to OpenSSL and provides
>>          no other significant additional functionality relating to security.
>>          It is only functional if OpenSSL is also on the system.
>>
>> 5. Reference Documents:
>>
>>    PyOpenSSL Project Website:
>>    http://pyopenssl.sourceforge.net/
>>
>>    PyOpenSSL Manual:
>>    http://pyopenssl.sourceforge.net/pyOpenSSL.txt
>>    additional_materials/pyOpenSSL.txt
>>
>> 6. Resources and Schedule
>>     6.4. Steering Committee requested information
>>    	6.4.1. Consolidation C-team Name:
>> 		SFW
>>     6.5. ARC review type: FastTrack
>>     6.6. ARC Exposure: open
>>
>>     
>
>   


From huie-ying.lee@Sun.COM Fri Nov 14 17:33:31 2008
Received: from sunmail4.singapore.sun.com (sunmail4.Singapore.Sun.COM [129.158.71.19])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id mAF1XUHP026535
	for <psarc-ext@sac.sfbay.Sun.COM>; Fri, 14 Nov 2008 17:33:30 -0800 (PST)
Received: from brm-avmta-1.central.sun.com (brm-avmta-1.Central.Sun.COM [129.147.4.11])
	by sunmail4.singapore.sun.com (8.13.4+Sun/8.13.3/ENSMAIL,v2.2) with ESMTP id mAF1XKgV023209;
	Sat, 15 Nov 2008 09:33:25 +0800 (SGT)
Received: from pmxchannel-daemon.brm-avmta-1.central.sun.com by
 brm-avmta-1.central.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0KAC00K07PNNU800@brm-avmta-1.central.sun.com>; Fri,
 14 Nov 2008 18:33:23 -0700 (MST)
Received: from jurassic-x4600.sfbay.sun.com ([129.146.17.59])
 by brm-avmta-1.central.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0KAC00EFEPNNP1B0@brm-avmta-1.central.sun.com>; Fri,
 14 Nov 2008 18:33:23 -0700 (MST)
Received: from [129.146.108.12] (comforter.SFBay.Sun.COM [129.146.108.12])
	by jurassic-x4600.sfbay.sun.com (8.14.3+Sun/8.14.3)
 with ESMTP id mAF1XNZh117376; Fri, 14 Nov 2008 17:33:23 -0800 (PST)
Date: Fri, 14 Nov 2008 17:33:23 -0800
From: Huie-Ying Lee <huie-ying.lee@Sun.COM>
Subject: Re: pyOpenSSL [PSARC/2008/705 FastTrack timeout 11/19/2008]
In-reply-to: <491DDACC.4020701@sun.com>
To: laszlo.Peter@Sun.COM
Cc: Wyllys Ingersoll <wyllys@borg.sfbay.sun.com>, PSARC-ext@Sun.COM,
        openssl-interest@Sun.COM
Message-id: <491E26E3.1090206@sun.com>
MIME-version: 1.0
Content-type: text/plain; charset=ISO-8859-1; format=flowed
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.4.1.325704
References: <200811121837.mACIbTEW010903@borg.sfbay>
 <1226572442.9027.45.camel@tecra> <491DDACC.4020701@sun.com>
User-Agent: Thunderbird 2.0.0.14 (X11/20080616)
Status: RO
Content-Length: 998

Huie-Ying Lee wrote:
> Laszlo (Laca) Peter wrote:
>> Please deliver this for Python 2.5 as well and note that
>> both Python 2.4 and 2.5 are now Uncommitted.
>>
>>   
> I will check if the current OSR for the pyOpenSSL package also covers 
> Python2.5.   If it does, then I will deliver this for Python2.5 as well.
> Othersise,  I will deliver this for Python2.4 for now and upgrade it 
> later once an OSR for delivering pyOpenSSL of Python 2.5 is in place.  
> I will update you soon about the OSR status.
>
I checked the current OSR for the pyOpenSSL package and it doesn't limit 
the version of Python, so the OSR legal seems OK to me.
However, I have tried to build the pyOpenSSL package with python2.5 and 
I encountered difficulties building it.  Since the Desktop group people 
are waiting for the 2.4 version of this package urgently,  I think it is 
best that we deliver the 2.4 verison only for this round.
I will come back to version 2.5 and follow up on it later.

Thanks,
Huie-Ying



From Laszlo.Peter@sun.com Sat Nov 15 01:16:55 2008
Received: from sunmail5.uk.sun.com (sunmail5.UK.Sun.COM [129.156.85.165])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id mAF9Gs4x006678
	for <psarc-ext@sac.sfbay.sun.com>; Sat, 15 Nov 2008 01:16:55 -0800 (PST)
Received: from brm-avmta-1.central.sun.com (brm-avmta-1.Central.Sun.COM [129.147.4.11])
	by sunmail5.uk.sun.com (8.13.8+Sun/8.13.8/ENSMAIL,v2.2) with ESMTP id mAF9897J015783;
	Sat, 15 Nov 2008 09:16:51 GMT
Received: from pmxchannel-daemon.brm-avmta-1.central.sun.com by
 brm-avmta-1.central.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0KAD00307B3VWJ00@brm-avmta-1.central.sun.com>; Sat,
 15 Nov 2008 02:16:43 -0700 (MST)
Received: from gmp-eb-inf-1.sun.com ([192.18.6.21])
 by brm-avmta-1.central.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0KAD00AHNB3UFNB0@brm-avmta-1.central.sun.com>; Sat,
 15 Nov 2008 02:16:43 -0700 (MST)
Received: from fe-emea-09.sun.com (gmp-eb-lb-2-fe3.eu.sun.com [192.18.6.12])
	by gmp-eb-inf-1.sun.com (8.13.7+Sun/8.12.9) with ESMTP id mAF9GgwV007589; Sat,
 15 Nov 2008 09:16:42 +0000 (GMT)
Received: from conversion-daemon.fe-emea-09.sun.com by fe-emea-09.sun.com
 (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007))
 id <0KAD00M01AZEE000@fe-emea-09.sun.com>
 (original mail from Laszlo.Peter@Sun.COM); Sat,
 15 Nov 2008 09:16:42 +0000 (GMT)
Received: from [192.168.1.100] ([60.234.117.94])
 by fe-emea-09.sun.com (Sun Java System Messaging Server 6.2-8.04 (built Feb 28
 2007)) with ESMTPSA id <0KAD00KZ8B3QPC00@fe-emea-09.sun.com>; Sat,
 15 Nov 2008 09:16:42 +0000 (GMT)
Date: Sat, 15 Nov 2008 22:16:37 +1300
From: "Laszlo (Laca) Peter" <Laszlo.Peter@sun.com>
Subject: Re: pyOpenSSL [PSARC/2008/705 FastTrack timeout 11/19/2008]
In-reply-to: <491E26E3.1090206@sun.com>
Sender: Laszlo.Peter@sun.com
To: Huie-Ying Lee <Huie-Ying.Lee@sun.com>
Cc: Wyllys Ingersoll <wyllys@borg.sfbay.sun.com>, PSARC-ext@sun.com,
        openssl-interest@sun.com
Reply-to: laca@sun.com
Message-id: <1226740597.2826.8.camel@tecra>
Organization: Sun Microsystems, Inc.
MIME-version: 1.0
X-Mailer: Evolution 2.24.0
Content-type: text/plain
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.4.1.325704
References: <200811121837.mACIbTEW010903@borg.sfbay>
 <1226572442.9027.45.camel@tecra> <491DDACC.4020701@sun.com>
 <491E26E3.1090206@sun.com>
Status: RO
Content-Length: 837


On Fri, 2008-11-14 at 17:33 -0800, Huie-Ying Lee wrote:
> I checked the current OSR for the pyOpenSSL package and it doesn't limit 
> the version of Python, so the OSR legal seems OK to me.

Right, it shouldn't.

> However, I have tried to build the pyOpenSSL package with python2.5 and 
> I encountered difficulties building it.  

Please try on snv_101 or later, let me know (off-list) if you need help.

> Since the Desktop group people 
> are waiting for the 2.4 version of this package urgently,  I think it is 
> best that we deliver the 2.4 verison only for this round.
> I will come back to version 2.5 and follow up on it later.

You don't have to deliver both versions at the same time, I'm just 
suggesting that you include them in the ARC material, so you don't
have to come back when you deliver pyOpenSSL for 2.5.

Laca



From huie-ying.lee@sun.com Mon Nov 17 13:45:04 2008
Received: from sunmail5.uk.sun.com (sunmail5.UK.Sun.COM [129.156.85.165])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id mAHLj3AT022919
	for <psarc-ext@sac.sfbay.sun.com>; Mon, 17 Nov 2008 13:45:04 -0800 (PST)
Received: from nwk-avmta-2.sfbay.sun.com (nwk-avmta-2.SFBay.Sun.COM [129.145.155.6])
	by sunmail5.uk.sun.com (8.13.8+Sun/8.13.8/ENSMAIL,v2.2) with ESMTP id mAHLivU6000832;
	Mon, 17 Nov 2008 21:45:00 GMT
Received: from pmxchannel-daemon.nwk-avmta-2.sfbay.sun.com by
 nwk-avmta-2.sfbay.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0KAH00M07Z2Z2W00@nwk-avmta-2.sfbay.sun.com>; Mon,
 17 Nov 2008 13:44:59 -0800 (PST)
Received: from jurassic-x4600.sfbay.sun.com ([129.146.17.63])
 by nwk-avmta-2.sfbay.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0KAH00DLGZ2YQ1E0@nwk-avmta-2.sfbay.sun.com>; Mon,
 17 Nov 2008 13:44:58 -0800 (PST)
Received: from [129.146.108.12] (comforter.SFBay.Sun.COM [129.146.108.12])
	by jurassic-x4600.sfbay.sun.com (8.14.3+Sun/8.14.3)
 with ESMTP id mAHLieph479904; Mon, 17 Nov 2008 13:44:46 -0800 (PST)
Date: Mon, 17 Nov 2008 13:44:40 -0800
From: Huie-Ying Lee <huie-ying.lee@sun.com>
Subject: Re: pyOpenSSL [PSARC/2008/705 FastTrack timeout 11/19/2008]
In-reply-to: <1226740597.2826.8.camel@tecra>
To: laszlo.Peter@sun.com
Cc: Wyllys Ingersoll <wyllys.ingersoll@sun.com>, PSARC-ext@sun.com,
        openssl-interest@sun.com
Message-id: <4921E5C8.8090309@sun.com>
MIME-version: 1.0
Content-type: text/plain; charset=ISO-8859-1; format=flowed
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.4.1.325704
References: <200811121837.mACIbTEW010903@borg.sfbay>
 <1226572442.9027.45.camel@tecra> <491DDACC.4020701@sun.com>
 <491E26E3.1090206@sun.com> <1226740597.2826.8.camel@tecra>
User-Agent: Thunderbird 2.0.0.14 (X11/20080616)
Status: RO
Content-Length: 1088

Laszlo (Laca) Peter wrote:
> On Fri, 2008-11-14 at 17:33 -0800, Huie-Ying Lee wrote:
>   
>> I checked the current OSR for the pyOpenSSL package and it doesn't limit 
>> the version of Python, so the OSR legal seems OK to me.
>>     
>
> Right, it shouldn't.
>
>   
>> However, I have tried to build the pyOpenSSL package with python2.5 and 
>> I encountered difficulties building it.  
>>     
>
> Please try on snv_101 or later, let me know (off-list) if you need help.
>
>   
Will try that later.  Thanks.
>> Since the Desktop group people 
>> are waiting for the 2.4 version of this package urgently,  I think it is 
>> best that we deliver the 2.4 verison only for this round.
>> I will come back to version 2.5 and follow up on it later.
>>     
>
> You don't have to deliver both versions at the same time, I'm just 
> suggesting that you include them in the ARC material, so you don't
> have to come back when you deliver pyOpenSSL for 2.5.
>
> Laca
>   
Understood.     We have discussed about this and decided to do the 2.5 
version in a separate case later.

Thanks,
Huie-Ying

From huie-ying.lee@sun.com Wed Nov 19 15:11:38 2008
Received: from sunmail3mpk.sfbay.sun.com (sunmail3mpk.SFBay.Sun.COM [129.146.11.52])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id mAJNBcHW021589
	for <psarc-ext@sac.sfbay.sun.com>; Wed, 19 Nov 2008 15:11:38 -0800 (PST)
Received: from nwk-avmta-2.sfbay.sun.com (nwk-avmta-2.SFBay.Sun.COM [129.145.155.6])
	by sunmail3mpk.sfbay.sun.com (8.13.7+Sun/8.13.7/ENSMAIL,v2.2) with ESMTP id mAJNBaJJ004250;
	Wed, 19 Nov 2008 15:11:38 -0800 (PST)
Received: from pmxchannel-daemon.nwk-avmta-2.sfbay.sun.com by
 nwk-avmta-2.sfbay.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0KAL00M0LSFCTJ00@nwk-avmta-2.sfbay.sun.com>; Wed,
 19 Nov 2008 15:11:36 -0800 (PST)
Received: from jurassic-x4600.sfbay.sun.com ([129.146.17.63])
 by nwk-avmta-2.sfbay.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0KAL00DE6SFBFGA0@nwk-avmta-2.sfbay.sun.com>; Wed,
 19 Nov 2008 15:11:35 -0800 (PST)
Received: from [129.146.108.12] (comforter.SFBay.Sun.COM [129.146.108.12])
	by jurassic-x4600.sfbay.sun.com (8.14.3+Sun/8.14.3)
 with ESMTP id mAJNBGd6985337; Wed, 19 Nov 2008 15:11:23 -0800 (PST)
Date: Wed, 19 Nov 2008 15:11:16 -0800
From: Huie-Ying Lee <huie-ying.lee@sun.com>
Subject: Re: pyOpenSSL [PSARC/2008/705 FastTrack timeout 11/19/2008]
In-reply-to: <200811121837.mACIbTEW010903@borg.sfbay>
To: PSARC-ext@sun.com
Cc: Wyllys Ingersoll <wyllys.ingersoll@sun.com>, openssl-interest@sun.com
Message-id: <49249D14.1020905@sun.com>
MIME-version: 1.0
Content-type: text/plain; charset=ISO-8859-1; format=flowed
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.4.1.325704
References: <200811121837.mACIbTEW010903@borg.sfbay>
User-Agent: Thunderbird 2.0.0.14 (X11/20080616)
Status: RO
Content-Length: 1391


> Template Version: @(#)sac_nextcase %I% %G% SMI
> This information is Copyright 2008 Sun Microsystems
> 1. Introduction
>     1.1. Project/Component Working Name:
> 	 pyOpenSSL
>     1.2. Name of Document Author/Supplier:
> 	 Author:  HuieYing Lee
>     1.3  Date of This Document:
> 	12 November, 2008
> 4. Technical Description
> 1. Introduction
>
>    1.1. Project/Component Working Name:
>
>         PyOpenSSL
>         
>    1.2. Name of Document Author/Supplier:
>
>         Author: Huie-Ying Lee
>         
>    1.3. Date of This Document:
>
>         Nov/04/2008
>
> <snip>
>     4.2. Interfaces:
>         
>   --------------------------------------------------------------------------------
>   Exported                                     Stability    Comments
>   --------------------------------------------------------------------------------
>   SUNWpyopenssl                                Uncommitted  Package name
>   
To follow the name convention of other python packages,  the package 
name  "SUNWpyopenssl" will be changed to "SUNWpython-pyopenssl".       
Thanks to Danek Duvall for pointing out this.

Huie-Ying

>   /usr/lib/python/2.4/vendor-packages/OpenSSL/ Uncommitted  Python modules,
> 	                                                    PyOpenSSL Manual,
>                                                             Sample Python scripts
>
> <snip>
>   


From wyllys.ingersoll@sun.com Wed Nov 19 15:14:42 2008
Received: from newsunmail1brm.central.sun.com (newsunmail1brm.Central.Sun.COM [129.147.62.245])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id mAJNEfks022204
	for <psarc-ext@sac.sfbay.sun.com>; Wed, 19 Nov 2008 15:14:42 -0800 (PST)
Received: from nwk-avmta-1.SFBay.Sun.COM (nwk-avmta-1.SFBay.Sun.COM [129.146.11.74])
	by newsunmail1brm.central.sun.com (8.13.7+Sun/8.13.7/ENSMAIL,v2.2) with ESMTP id mAJNDJwb004742;
	Wed, 19 Nov 2008 16:14:41 -0700 (MST)
Received: from pmxchannel-daemon.nwk-avmta-1.sfbay.Sun.COM by
 nwk-avmta-1.sfbay.Sun.COM
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0KAL00509SK7YJ00@nwk-avmta-1.sfbay.Sun.COM>; Wed,
 19 Nov 2008 15:14:31 -0800 (PST)
Received: from jurassic-x4600.sfbay.sun.com ([129.146.17.63])
 by nwk-avmta-1.sfbay.Sun.COM
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0KAL00BCQSK67690@nwk-avmta-1.sfbay.Sun.COM>; Wed,
 19 Nov 2008 15:14:30 -0800 (PST)
Received: from [10.7.251.182] (punchin-wyllys.SFBay.Sun.COM [10.7.251.182])
	by jurassic-x4600.sfbay.sun.com (8.14.3+Sun/8.14.3)
 with ESMTP id mAJNEBkv985986
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed,
 19 Nov 2008 15:14:18 -0800 (PST)
Date: Wed, 19 Nov 2008 18:14:11 -0500
From: Wyllys Ingersoll <wyllys.ingersoll@sun.com>
Subject: Re: pyOpenSSL [PSARC/2008/705 FastTrack timeout 11/19/2008]
In-reply-to: <49249D14.1020905@sun.com>
To: Huie-Ying Lee <huie-ying.lee@sun.com>
Cc: PSARC-ext@sun.com, openssl-interest@sun.com
Message-id: <49249DC3.5040804@sun.com>
MIME-version: 1.0
Content-type: text/plain; charset=ISO-8859-1; format=flowed
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.4.1.325704
References: <200811121837.mACIbTEW010903@borg.sfbay> <49249D14.1020905@sun.com>
User-Agent: Thunderbird 2.0.0.16 (X11/20080922)
Status: RO
Content-Length: 1566


The latest spec has been posted to the case materials directory.

-Wyllys


Huie-Ying Lee wrote:
>
>> Template Version: @(#)sac_nextcase %I% %G% SMI
>> This information is Copyright 2008 Sun Microsystems
>> 1. Introduction
>>     1.1. Project/Component Working Name:
>>      pyOpenSSL
>>     1.2. Name of Document Author/Supplier:
>>      Author:  HuieYing Lee
>>     1.3  Date of This Document:
>>     12 November, 2008
>> 4. Technical Description
>> 1. Introduction
>>
>>    1.1. Project/Component Working Name:
>>
>>         PyOpenSSL
>>            1.2. Name of Document Author/Supplier:
>>
>>         Author: Huie-Ying Lee
>>            1.3. Date of This Document:
>>
>>         Nov/04/2008
>>
>> <snip>
>>     4.2. Interfaces:
>>           
>> -------------------------------------------------------------------------------- 
>>
>>   Exported                                     Stability    Comments
>>   
>> -------------------------------------------------------------------------------- 
>>
>>   SUNWpyopenssl                                Uncommitted  Package name
>>   
> To follow the name convention of other python packages,  the package 
> name  "SUNWpyopenssl" will be changed to "SUNWpython-pyopenssl".       
> Thanks to Danek Duvall for pointing out this.
>
> Huie-Ying
>
>>   /usr/lib/python/2.4/vendor-packages/OpenSSL/ Uncommitted  Python 
>> modules,
>>                                                         PyOpenSSL 
>> Manual,
>>                                                             Sample 
>> Python scripts
>>
>> <snip>
>>   


From wyllys.ingersoll@Sun.COM Thu Nov 20 08:04:01 2008
Received: from sunmail3mpk.sfbay.sun.com (sunmail3mpk.SFBay.Sun.COM [129.146.11.52])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id mAKG41Fm024832
	for <psarc-ext@sac.sfbay.sun.com>; Thu, 20 Nov 2008 08:04:01 -0800 (PST)
Received: from brm-avmta-1.central.sun.com (brm-avmta-1.Central.Sun.COM [129.147.4.11])
	by sunmail3mpk.sfbay.sun.com (8.13.7+Sun/8.13.7/ENSMAIL,v2.2) with ESMTP id mAKG34Eq020759;
	Thu, 20 Nov 2008 08:04:01 -0800 (PST)
Received: from pmxchannel-daemon.brm-avmta-1.central.sun.com by
 brm-avmta-1.central.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0KAN00D513AFI500@brm-avmta-1.central.sun.com>; Thu,
 20 Nov 2008 09:03:51 -0700 (MST)
Received: from jurassic-x4600.sfbay.sun.com ([129.146.17.59])
 by brm-avmta-1.central.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0KAN00IZW3AD2UD0@brm-avmta-1.central.sun.com>; Thu,
 20 Nov 2008 09:03:49 -0700 (MST)
Received: from [10.7.251.182] (punchin-wyllys.SFBay.Sun.COM [10.7.251.182])
	by jurassic-x4600.sfbay.sun.com (8.14.3+Sun/8.14.3)
 with ESMTP id mAKG3mmU224781
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu,
 20 Nov 2008 08:03:49 -0800 (PST)
Date: Thu, 20 Nov 2008 11:03:48 -0500
From: Wyllys Ingersoll <wyllys.ingersoll@Sun.COM>
Subject: PSARC/2008/705 FastTrack timeout 11/19/2008
In-reply-to: <49249DC3.5040804@sun.com>
To: Huie-Ying Lee <huie-ying.lee@Sun.COM>
Cc: PSARC-ext@Sun.COM, openssl-interest@Sun.COM
Message-id: <49258A64.6040900@sun.com>
MIME-version: 1.0
Content-type: text/plain; charset=ISO-8859-1; format=flowed
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.4.1.325704
References: <200811121837.mACIbTEW010903@borg.sfbay> <49249D14.1020905@sun.com>
 <49249DC3.5040804@sun.com>
User-Agent: Thunderbird 2.0.0.16 (X11/20080922)
Status: RO
Content-Length: 67


The pyOpenSSL case was approved at yesterday's meeting.

-Wyllys


