]> gitweb.factorcode.org Git - factor.git/blob - basis/io/sockets/secure/secure-tests.factor
294471ddaefa41c66ef123bf69de9917eca4969b
[factor.git] / basis / io / sockets / secure / secure-tests.factor
1 IN: io.sockets.secure.tests
2 USING: accessors io.sockets io.sockets.secure io.sockets.secure.debug
3 kernel system tools.test ;
4
5 { "hello" 24 } [ "hello" 24 <inet> "hello" <secure> [ host>> ] [ port>> ] bi ] unit-test
6
7 { } [
8     [ ] with-test-context
9 ] unit-test
10
11 { t } [ os windows? ssl-certificate-verification-supported? or ] unit-test