Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
D
docker-py
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
docker-py
Commits
e6f6ab15
Kaydet (Commit)
e6f6ab15
authored
Kas 01, 2016
tarafından
Tomas Tomecek
Kaydeden (comit)
Joffrey F
Ara 08, 2016
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
ssl,test: OpenSSL may not support ssl2
Fixes #1265 Signed-off-by:
Tomas Tomecek
<
ttomecek@redhat.com
>
üst
05182903
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
ssladapter_test.py
tests/unit/ssladapter_test.py
+2
-1
No files found.
tests/unit/ssladapter_test.py
Dosyayı görüntüle @
e6f6ab15
...
...
@@ -24,7 +24,8 @@ class SSLAdapterTest(base.BaseTestCase):
ssl_context
=
ssladapter
.
urllib3
.
util
.
ssl_
.
create_urllib3_context
()
assert
ssl_context
.
options
&
OP_NO_SSLv3
assert
ssl_context
.
options
&
OP_NO_SSLv2
# if OpenSSL is compiled without SSL2 support, OP_NO_SSLv2 will be 0
assert
not
bool
(
OP_NO_SSLv2
)
or
ssl_context
.
options
&
OP_NO_SSLv2
assert
not
ssl_context
.
options
&
OP_NO_TLSv1
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment