app

Undocumented in source.

Members

Enums

Expected
enum Expected
Undocumented in source.

Functions

createContext
TLSContext createContext(TLSContextKind kind, string cert, string key, string trust, TLSPeerValidationMode mode)
Undocumented in source. Be warned that the author may not have intended to support it.
createPipePair
void createPipePair(Stream a, Stream b)
Undocumented in source. Be warned that the author may not have intended to support it.
main
void main()
Undocumented in source. Be warned that the author may not have intended to support it.
testConn
void testConn(Expected cli_expect, string cli_cert, string cli_key, string cli_trust, string cli_peer, TLSPeerValidationMode cli_mode, Expected srv_expect, string srv_cert, string srv_key, string srv_trust, string srv_peer, TLSPeerValidationMode srv_mode)
Undocumented in source. Be warned that the author may not have intended to support it.
testConn
void testConn(TLSVersion cli_version, TLSVersion srv_version, bool expect_success)
Undocumented in source. Be warned that the author may not have intended to support it.
testValidation
void testValidation()
Undocumented in source. Be warned that the author may not have intended to support it.
testVersion
void testVersion()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta