ae.net.ssl.openssl

OpenSSL support.

Members

Aliases

SSLSocket
alias SSLSocket = CustomSSLSocket!ClientSocket
Undocumented in source.

Classes

CustomSSLSocket
class CustomSSLSocket(Parent)
Undocumented in source.
SSLContext
class SSLContext
Undocumented in source.

Functions

factory
SSLSocket factory()
Undocumented in source. Be warned that the author may not have intended to support it.
sslEnforce
T sslEnforce(T v)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

MemoryBIO
struct MemoryBIO
Undocumented in source.

Variables

sslContext
SSLContext sslContext;
Undocumented in source.

Meta

License

This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.

Authors

Vladimir Panteleev <vladimir@thecybershadow.net>