2008-06-17 01:04:18 -04:00
|
|
|
IN: io.sockets.secure.tests
|
2015-10-03 19:25:11 -04: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
|
2008-06-27 20:26:36 -04:00
|
|
|
|
2015-07-03 12:39:59 -04:00
|
|
|
{ } [
|
2015-10-03 19:25:11 -04:00
|
|
|
<test-secure-config> [ ] with-secure-context
|
2008-06-27 20:26:36 -04:00
|
|
|
] unit-test
|
2013-10-14 08:45:33 -04:00
|
|
|
|
2015-07-03 12:39:59 -04:00
|
|
|
{ t } [ os windows? ssl-certificate-verification-supported? or ] unit-test
|