comparison dstep/security/SecureTransport.d @ 16:19885b43130e

Huge update, the bridge actually works now
author Jacob Carlborg <doob@me.com>
date Sun, 03 Jan 2010 22:06:11 +0100
parents 07194b026fa4
children
comparison
equal deleted inserted replaced
15:7ff919f595d5 16:19885b43130e
4 * Version: Initial created: Jul 22, 2009 4 * Version: Initial created: Jul 22, 2009
5 * License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost Software License 1.0) 5 * License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost Software License 1.0)
6 */ 6 */
7 module dstep.security.SecureTransport; 7 module dstep.security.SecureTransport;
8 8
9 //import dstep.AvailabilityMacros;
10 import dstep.corefoundation.CFArray; 9 import dstep.corefoundation.CFArray;
11 import dstep.corefoundation.CFBase; 10 import dstep.corefoundation.CFBase;
12 import dstep.coreservices.carboncore.MacTypes : OSStatus; 11 import dstep.coreservices.carboncore.MacTypes : OSStatus;
13 import dstep.security.CipherSuite; 12 import dstep.security.CipherSuite;
14 //import dstep.sys.types;
15 13
16 struct SSLContext; 14 struct SSLContext;
17 15
18 alias SSLContext* SSLContextRef; 16 alias SSLContext* SSLContextRef;
19 alias void* SSLConnectionRef; 17 alias void* SSLConnectionRef;