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

Rob Withers reefedjib at yahoo.com
Sun Jun 27 14:59:47 UTC 2010


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?

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