factor/basis/io/sockets/secure/secure-tests.factor

11 lines
308 B
Factor
Raw Normal View History

2018-02-15 12:20:01 -05:00
USING: accessors io.sockets io.sockets.secure
io.sockets.secure.debug kernel system tools.test ;
2008-06-17 01:04:18 -04:00
2016-03-02 18:29:59 -05:00
{ "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