11 lines
308 B
Factor
11 lines
308 B
Factor
USING: accessors io.sockets io.sockets.secure
|
|
io.sockets.secure.debug kernel system tools.test ;
|
|
|
|
{ "hello" 24 } [ "hello" 24 <inet> "hello" <secure> [ host>> ] [ port>> ] bi ] unit-test
|
|
|
|
{ } [
|
|
[ ] with-test-context
|
|
] unit-test
|
|
|
|
{ t } [ os windows? ssl-certificate-verification-supported? or ] unit-test
|