Class SSL.Context
- Inherit
Context
inherit SSL.Context : Context
- Variable
certificates
array
(string(8bit)
) SSL.Context.certificates- Description
Getting
The server's certificate, or a chain of X509.v3 certificates, with the server's certificate first and root certificate last.
Compatibility, don't use.
- Deprecated
Replaced by
find_cert
.- See also
`rsa
,find_cert()
Setting
The server's certificate, or a chain of X509.v3 certificates, with the server's certificate first and root certificate last.
Compatibility, don't use.
- Deprecated
Replaced by
find_cert
.- See also
`rsa
,find_cert()
- Variable
client_certificates
array
(array
(string(8bit)
)) SSL.Context.client_certificates- Description
Getting
The client's certificate, or a chain of X509.v3 certificates, with the client's certificate first and root certificate last.
Compatibility, don't use.
- Deprecated
Replaced by
find_cert
.- See also
`rsa
,find_cert()
Setting
The client's certificate, or a chain of X509.v3 certificates, with the client's certificate first and root certificate last.
Compatibility, don't use.
- Deprecated
Replaced by
find_cert
.- See also
`rsa
,find_cert()
- Variable
client_rsa
Crypto.RSA.State
SSL.Context.client_rsa- Description
Getting
The clients RSA private key.
Compatibility, don't use.
- Deprecated
Replaced by
find_cert
.- See also
`certificates
,find_cert()
Setting
The clients RSA private key.
Compatibility, don't use.
- Deprecated
Replaced by
find_cert
.- See also
`certificates
,find_cert()
- Variable
dsa
Crypto.DSA.State
SSL.Context.dsa- Description
Getting
Compatibility.
- Deprecated
Replaced by
find_cert
.Setting
Compatibility.
- Deprecated
Replaced by
find_cert
.
- Variable
rsa
Crypto.RSA.State
SSL.Context.rsa- Description
Getting
The servers default private RSA key.
Compatibility, don't use.
- Deprecated
Replaced by
find_cert
.- See also
`certificates
,find_cert()
Setting
The servers default private RSA key.
Compatibility, don't use.
- Deprecated
Replaced by
find_cert
.- See also
`certificates
,find_cert()