www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - SSL streams

reply "Thomas Kuehne" <thomas-dloop kuehne.cn> writes:
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
Jan 22 2005
parent reply Brad Anderson <brad dsource.dot.org> writes:
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
 
 
Jan 22 2005
parent "Regan Heath" <regan netwin.co.nz> writes:
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
Jan 23 2005