[squeak-dev] stream>>#nextPutAll: changedtoreturn collectioninstead of the stream?

Rob Withers reefedjib at yahoo.com
Mon Jun 28 22:34:12 UTC 2010


Hey Josh,

OpenCobalt looks great!   I can't tell you how happy it makes me that after 
all the months of effort I put in to an SSL implementation, and it did take 
some serious effort, that it is being used productively at Duke and by 
David.  Two serious users!   Fantastic!

Cheers,
Rob

--------------------------------------------------
From: "Josh Gargus" <josh at schwa.ca>
Sent: Monday, June 28, 2010 12:08 PM
To: "The general-purpose Squeak developers list" 
<squeak-dev at lists.squeakfoundation.org>
Subject: Re: [squeak-dev] stream>>#nextPutAll: changedtoreturncollectioninsteadof the stream?

> On Jun 27, 2010, at 7:59 AM, Rob Withers wrote:
>
>> SWEET!   Somebody has been *seriously* using my SSL implementation.  I 
>> think that's awesome!   I hope they found the basic framework useful. 
>> Do you know who jrd is?
>
> John Dougan, lead Cobalt developer at Duke.
>
> Cheers,
> Josh
>
>
>>
>> We should get this into the Crypto repository forthwith.
>>
>> Rob
>>
>> ----
>> The Modern Whig Party of Virginia - http://vawhigs.org
>>
>>
>>
>> --------------------------------------------------
>> From: "Levente Uzonyi" <leves at elte.hu>
>> Sent: Sunday, June 27, 2010 10:51 AM
>> To: "The general-purpose Squeak developers list" 
>> <squeak-dev at lists.squeakfoundation.org>
>> Subject: Re: [squeak-dev] stream>>#nextPutAll: changed 
>> toreturncollectioninsteadof the stream?
>>
>>> On Sun, 27 Jun 2010, Rob Withers wrote:
>>>
>>>> Hey David,
>>>>
>>>> Yeah, I fixed it this way:
>>>>
>>>> writeStream := ByteArray new writeStream
>>>> nextPutAll: self clientVersion asByteArray;
>>>> ...
>>>> nextPutAll: encodedCompressionMethods;
>>>> yourself.
>>>>
>>>> There is too much noise in the link you gave to find useful Crypto 
>>>> work. I
>>>
>>> There is if you don't browse it with MC.
>>> http://croquet-src-01.oit.duke.edu:8886/Contributions/Cryptography-mtf.13.mcz
>>> http://croquet-src-01.oit.duke.edu:8886/Contributions/SSL-jrd.11.mcz
>>>
>>>
>>> Levente
>>>
>>>> found one package.   They should really integrate it into the 
>>>> Monticello HTTP Crypto repository, which is where you will find SSL:
>>>>
>>>> http://www.squeaksource.com/Cryptography
>>>>
>>>> I'll need some time to make sure it is working correctly again.
>>>>
>>>> Cheers,
>>>> Rob
>>>> ----
>>>> The Modern Whig Party of Virginia - http://vawhigs.org
>>>>
>>>>
>>>>
>>>> --------------------------------------------------
>>>> From: "C. David Shaffer" <cdshaffer at acm.org>
>>>> Sent: Sunday, June 27, 2010 10:16 AM
>>>> To: "The general-purpose Squeak developers list" 
>>>> <squeak-dev at lists.squeakfoundation.org>
>>>> Subject: Re: [squeak-dev] stream>>#nextPutAll: changed to return 
>>>> collectioninstead of the stream?
>>>>
>>>>> On 06/27/10 09:01, Rob Withers wrote:
>>>>>> This has completely broken SSL.  :-(
>>>>>>
>>>>>>
>>>>> I hit this as well.  Here's a patch (although you likely already fixed
>>>>> it yourself).  BTW, when using SSL you definitely want the 
>>>>> improvements
>>>>> to Cryptography found on:
>>>>>
>>>>> http://croquet-src-01.oit.duke.edu:8886/Contributions
>>>>>
>>>>> If someone is doing updates of Cryptography/SSL they might want to 
>>>>> look
>>>>> into getting this code into SqueakSource as having to search the
>>>>> universe for a working SSL is kind of frustrating :-)
>>>>>
>>>>> David
>>>>>
>>>>>
>>>>
>>>>
>>>>
>>>>>
>>>>>
>>>>
>>>>
>>
>
> 



More information about the Squeak-dev mailing list