Thread overview
SSL streams
Jan 22, 2005
Thomas Kuehne
Jan 23, 2005
Brad Anderson
Jan 24, 2005
Regan Heath
January 22, 2005
Is there a native D interface to a cross platform TLS/SSL implementation or do I have to write my own wraper for one of the C implementation?

Thanks for any hints!

Thomas


January 23, 2005
Kris has been wanting someone to bolt one onto Mango for a while now. Given the wealth of what is already in Mango, I can't imagine this would be too difficult.  Armed with one of the C implementations, a port would solve your needs and benefit Mango to boot.

http://dsource.org/forums/viewtopic.php?t=174&highlight=ssl

BA

Thomas Kuehne wrote:
> Is there a native D interface to a cross platform TLS/SSL implementation or do I have to
> write my own wraper for one of the C implementation?
> 
> Thanks for any hints!
> 
> Thomas
> 
> 
January 24, 2005
I once promised Kris to have a go at porting the OpenSSL C headers to D.

I quickly realised what a huge undertaking it was and that I simply don't have the time to spare for the task.

If there were a tool for converting H files to D files, like H2D for example, with a decent success rate then perhaps we'd be in business.

I have some experience using OpenSSL, I am by no means an expert on it, but I'd be glad to help in any way I can (time permitting).

Regan

On Sat, 22 Jan 2005 19:49:20 -0600, Brad Anderson <brad@dsource.dot.org> wrote:
> Kris has been wanting someone to bolt one onto Mango for a while now. Given the wealth of what is already in Mango, I can't imagine this would be too difficult.  Armed with one of the C implementations, a port would solve your needs and benefit Mango to boot.
>
> http://dsource.org/forums/viewtopic.php?t=174&highlight=ssl
>
> BA
>
> Thomas Kuehne wrote:
>> Is there a native D interface to a cross platform TLS/SSL implementation or do I have to
>> write my own wraper for one of the C implementation?
>>  Thanks for any hints!
>>  Thomas
>>