Searched refs:SSL (Results 1 - 4 of 4) sorted by relevance

/solaris-userland-s11u3/components/wget/
H A DMakefile60 #SOCK=IO-Socket-SSL-1.62
74 gtar --get $(SOCK)/SSL.pm \
76 mkdir -p IO/Socket; mv SSL.pm IO/Socket; )
/solaris-userland-s11u3/components/openstack/cinder/files/solaris/
H A Dzfs.py40 from eventlet.green.OpenSSL import SSL namespace
75 # We don't want SSL 2.0, SSL 3.0 nor TLS 1.0 in RAD
76 context = SSL.Context(SSL.SSLv23_METHOD)
77 context.set_options(SSL.OP_NO_SSLv2)
78 context.set_options(SSL.OP_NO_SSLv3)
79 context.set_options(SSL.OP_NO_TLSv1)
82 context.set_verify(SSL.VERIFY_PEER, _tls_verify_cb)
86 sock = SSL
[all...]
/solaris-userland-s11u3/components/curl/Solaris/
H A Dcurl-config87 for feature in SSL IPv6 libz IDN NTLM ""; do
H A Dcurl-config-6489 for feature in SSL IPv6 libz IDN NTLM ""; do

Completed in 45 milliseconds