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

/solaris-userland/components/wget/
H A DMakefile65 #SOCK=IO-Socket-SSL-2.005
79 gtar --get $(SOCK)/lib/IO/Socket/SSL $(SOCK)/lib/IO/Socket/SSL.pm \
/solaris-userland/components/openvswitch/files/
H A Dovs-svc98 --private-key=db:Open_vSwitch,SSL,private_key \
99 --certificate=db:Open_vSwitch,SSL,certificate \
100 --bootstrap-ca-cert=db:Open_vSwitch,SSL,ca_cert \
/solaris-userland/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
/solaris-userland/components/openstack/cinder/files/solaris/
H A Dzfs.py28 from eventlet.green.OpenSSL import SSL namespace
73 # We don't want SSL 2.0, SSL 3.0 nor TLS 1.0 in RAD
74 context = SSL.Context(SSL.SSLv23_METHOD)
75 context.set_options(SSL.OP_NO_SSLv2)
76 context.set_options(SSL.OP_NO_SSLv3)
77 context.set_options(SSL.OP_NO_TLSv1)
80 context.set_verify(SSL.VERIFY_PEER, _tls_verify_cb)
84 sock = SSL
[all...]

Completed in 28 milliseconds