Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
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
cpython
Commits
6b2ff98d
Kaydet (Commit)
6b2ff98d
authored
Kas 23, 2013
tarafından
Christian Heimes
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Correct documentation clientAuth -> CLIENT_AUTH
üst
8933521b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
ssl.rst
Doc/library/ssl.rst
+2
-2
No files found.
Doc/library/ssl.rst
Dosyayı görüntüle @
6b2ff98d
...
@@ -688,7 +688,7 @@ Constants
...
@@ -688,7 +688,7 @@ Constants
.. versionadded:: 3.4
.. versionadded:: 3.4
.. data:: Purpose.
clientAuth
.. data:: Purpose.
CLIENT_AUTH
Option for :meth:`SSLContext.load_default_certs` to load CA certificates
Option for :meth:`SSLContext.load_default_certs` to load CA certificates
for TLS web client authentication (server side socket).
for TLS web client authentication (server side socket).
...
@@ -928,7 +928,7 @@ to speed up repeated connections from the same clients.
...
@@ -928,7 +928,7 @@ to speed up repeated connections from the same clients.
The *purpose* flag specifies what kind of CA certificates are loaded. The
The *purpose* flag specifies what kind of CA certificates are loaded. The
default settings :data:`Purpose.SERVER_AUTH` loads certificates, that are
default settings :data:`Purpose.SERVER_AUTH` loads certificates, that are
flagged and trusted for TLS web server authentication (client side
flagged and trusted for TLS web server authentication (client side
sockets). :data:`Purpose.
clientAuth
` loads CA certificates for client
sockets). :data:`Purpose.
CLIENT_AUTH
` loads CA certificates for client
certificate verification on the server side.
certificate verification on the server side.
.. versionadded:: 3.4
.. versionadded:: 3.4
...
...
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