Function createTLSStreamFL
Constructs a new TLS stream using manual memory allocator.
Prototype
auto vibe .utils .memory .__T11FreeListRefTC4vibe6stream7openssl13OpenSSLStreamVbi1Z .FreeListRef createTLSStreamFL(
Stream underlying,
TLSContext ctx,
TLSStreamState state,
string peer_name = null,
NetworkAddress peer_address = NetworkAddress(sockaddr(cast(ushort)0u, [cast(byte)0, cast(byte)0, cast(byte)0, cast(byte)0, cast(byte)0, cast(byte)0, cast(byte)0, cast(byte)0, cast(byte)0, cast(byte)0, cast(byte)0, cast(byte)0, cast(byte)0, cast(byte)0]), , )
);
Authors
Sönke Ludwig
Copyright
© 2012-2014 RejectedSoftware e.K.
License
Subject to the terms of the MIT license, as written in the included LICENSE.txt file.