[ANN] OpenSSL-Pharo works on Windows

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
11 messages Options
Reply | Threaded
Open this post in threaded view
|

[ANN] OpenSSL-Pharo works on Windows

Pierce Ng-3
Hi all,

OpenSSL-Pharo now works on Windows. Tested on Windows 10 with a fresh 32-bit
Pharo 6.1 zip package downloaded from pharo.org. On Windows this library uses
libeay.dll which is bundled with the Pharo VM.

  Metacello new
    baseline: 'OpenSSL';
    smalltalkhubUser: 'PierceNg' project: 'OpenSSL-Pharo';
    load.

Pierce


Reply | Threaded
Open this post in threaded view
|

Re: [ANN] OpenSSL-Pharo works on Windows

Sven Van Caekenberghe-2


> On 20 Dec 2017, at 08:55, Pierce Ng <[hidden email]> wrote:
>
> Hi all,
>
> OpenSSL-Pharo now works on Windows. Tested on Windows 10 with a fresh 32-bit
> Pharo 6.1 zip package downloaded from pharo.org. On Windows this library uses
> libeay.dll which is bundled with the Pharo VM.
>
>  Metacello new
>    baseline: 'OpenSSL';
>    smalltalkhubUser: 'PierceNg' project: 'OpenSSL-Pharo';
>    load.
>
> Pierce

Great work, I am eager to look/try.

Inevitable question: what is the plan for the other platforms ?

Sven


Reply | Threaded
Open this post in threaded view
|

Re: [ANN] OpenSSL-Pharo works on Windows

Pierce Ng-3
On Wed, Dec 20, 2017 at 09:03:36AM +0100, Sven Van Caekenberghe wrote:
> Inevitable question: what is the plan for the other platforms ?

I started on Linux, have now gotten it working on Windows, and expect to do
MacOS next.

I've also just mirrored the code onto GH. It is now at
https://github.com/PierceNg/OpenSSL-Pharo.

Pierce

Reply | Threaded
Open this post in threaded view
|

Re: [ANN] OpenSSL-Pharo works on Windows

Stephane Ducasse-3
In reply to this post by Pierce Ng-3
great news.
And this is super great that you plan to work on different platforms!
THANKS

On Wed, Dec 20, 2017 at 8:55 AM, Pierce Ng <[hidden email]> wrote:

> Hi all,
>
> OpenSSL-Pharo now works on Windows. Tested on Windows 10 with a fresh 32-bit
> Pharo 6.1 zip package downloaded from pharo.org. On Windows this library uses
> libeay.dll which is bundled with the Pharo VM.
>
>   Metacello new
>     baseline: 'OpenSSL';
>     smalltalkhubUser: 'PierceNg' project: 'OpenSSL-Pharo';
>     load.
>
> Pierce
>
>

Reply | Threaded
Open this post in threaded view
|

Re: [ANN] OpenSSL-Pharo works on Windows

Sean Glazier
OK now my cell is finally working again!  I can now be reached at 603 957 2705

 
Kind Regards,
 
Sean Glazier
 

On Wed, Dec 20, 2017 at 2:57 PM, Stephane Ducasse <[hidden email]> wrote:
great news.
And this is super great that you plan to work on different platforms!
THANKS

On Wed, Dec 20, 2017 at 8:55 AM, Pierce Ng <[hidden email]> wrote:
> Hi all,
>
> OpenSSL-Pharo now works on Windows. Tested on Windows 10 with a fresh 32-bit
> Pharo 6.1 zip package downloaded from pharo.org. On Windows this library uses
> libeay.dll which is bundled with the Pharo VM.
>
>   Metacello new
>     baseline: 'OpenSSL';
>     smalltalkhubUser: 'PierceNg' project: 'OpenSSL-Pharo';
>     load.
>
> Pierce
>
>


Reply | Threaded
Open this post in threaded view
|

And Mac too Re: [ANN] OpenSSL-Pharo works on Windows

Pierce Ng-3
In reply to this post by Stephane Ducasse-3
On Wed, Dec 20, 2017 at 08:57:59PM +0100, Stephane Ducasse wrote:
> great news.
> And this is super great that you plan to work on different platforms!
> THANKS

This is my little way of giving back to Pharo and the community.

And now I have added #macModuleName to the library and tested it successfully
with 64-bit Pharo on my Mac that runs Sierra.

Pierce


Reply | Threaded
Open this post in threaded view
|

Re: And Mac too Re: [ANN] OpenSSL-Pharo works on Windows

Stephane Ducasse-3
We appreciate it!


On Fri, Dec 22, 2017 at 3:38 AM, Pierce Ng <[hidden email]> wrote:

> On Wed, Dec 20, 2017 at 08:57:59PM +0100, Stephane Ducasse wrote:
>> great news.
>> And this is super great that you plan to work on different platforms!
>> THANKS
>
> This is my little way of giving back to Pharo and the community.
>
> And now I have added #macModuleName to the library and tested it successfully
> with 64-bit Pharo on my Mac that runs Sierra.
>
> Pierce
>
>

Reply | Threaded
Open this post in threaded view
|

Re: [ANN] OpenSSL-Pharo works on Windows

NorbertHartl
In reply to this post by Pierce Ng-3
That is really great. SSL is really somthing important.

Well done!

Norbert

> Am 20.12.2017 um 08:55 schrieb Pierce Ng <[hidden email]>:
>
> Hi all,
>
> OpenSSL-Pharo now works on Windows. Tested on Windows 10 with a fresh 32-bit
> Pharo 6.1 zip package downloaded from pharo.org. On Windows this library uses
> libeay.dll which is bundled with the Pharo VM.
>
>  Metacello new
>    baseline: 'OpenSSL';
>    smalltalkhubUser: 'PierceNg' project: 'OpenSSL-Pharo';
>    load.
>
> Pierce

Reply | Threaded
Open this post in threaded view
|

Re: And Mac too Re: [ANN] OpenSSL-Pharo works on Windows

EstebanLM
In reply to this post by Stephane Ducasse-3


> On 22 Dec 2017, at 07:57, Stephane Ducasse <[hidden email]> wrote:
>
> We appreciate it!

+1

>
>
> On Fri, Dec 22, 2017 at 3:38 AM, Pierce Ng <[hidden email]> wrote:
>> On Wed, Dec 20, 2017 at 08:57:59PM +0100, Stephane Ducasse wrote:
>>> great news.
>>> And this is super great that you plan to work on different platforms!
>>> THANKS
>>
>> This is my little way of giving back to Pharo and the community.
>>
>> And now I have added #macModuleName to the library and tested it successfully
>> with 64-bit Pharo on my Mac that runs Sierra.
>>
>> Pierce
>>
>>
>


Reply | Threaded
Open this post in threaded view
|

Re: [ANN] OpenSSL-Pharo works on Windows

Tudor Girba-2
In reply to this post by Pierce Ng-3
Thanks a lot!

Doru


> On Dec 20, 2017, at 8:55 AM, Pierce Ng <[hidden email]> wrote:
>
> Hi all,
>
> OpenSSL-Pharo now works on Windows. Tested on Windows 10 with a fresh 32-bit
> Pharo 6.1 zip package downloaded from pharo.org. On Windows this library uses
> libeay.dll which is bundled with the Pharo VM.
>
>  Metacello new
>    baseline: 'OpenSSL';
>    smalltalkhubUser: 'PierceNg' project: 'OpenSSL-Pharo';
>    load.
>
> Pierce
>
>

--
www.tudorgirba.com
www.feenk.com

"No matter how many recipes we know, we still value a chef."








Reply | Threaded
Open this post in threaded view
|

Re: [ANN] OpenSSL-Pharo works on Windows

Francisco Ortiz Peñaloza
Thanks!

Francisco

On Mon, Jan 15, 2018 at 8:20 AM, Tudor Girba <[hidden email]> wrote:
Thanks a lot!

Doru


> On Dec 20, 2017, at 8:55 AM, Pierce Ng <[hidden email]> wrote:
>
> Hi all,
>
> OpenSSL-Pharo now works on Windows. Tested on Windows 10 with a fresh 32-bit
> Pharo 6.1 zip package downloaded from pharo.org. On Windows this library uses
> libeay.dll which is bundled with the Pharo VM.
>
>  Metacello new
>    baseline: 'OpenSSL';
>    smalltalkhubUser: 'PierceNg' project: 'OpenSSL-Pharo';
>    load.
>
> Pierce
>
>

--
www.tudorgirba.com
www.feenk.com

"No matter how many recipes we know, we still value a chef."