mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-12 18:20:26 +01:00
updated README
This commit is contained in:
parent
7312306ad8
commit
5459d41540
@ -19,9 +19,8 @@ These are discussed below:
|
|||||||
Please refer to the header file documentation for more information.
|
Please refer to the header file documentation for more information.
|
||||||
Furthermore, the following Context methods are not available in NetSSL_Win:
|
Furthermore, the following Context methods are not available in NetSSL_Win:
|
||||||
addChainCertificate(), disableStatelessSessionResumption(),
|
addChainCertificate(), disableStatelessSessionResumption(),
|
||||||
enableExtendedCertificateVerification(), enableSessionCache(),
|
enableSessionCache(),flushSessionCache(),
|
||||||
extendedCertificateVerificationEnabled(), flushSessionCache(),
|
getSessionCacheSize(), getSessionTimeout(),
|
||||||
getSessionCacheSize(), getSessionTimeout(), sessionCacheEnabled(),
|
|
||||||
setSessionCacheSize(), setSessionTimeout(), sslContext(),
|
setSessionCacheSize(), setSessionTimeout(), sslContext(),
|
||||||
useCertificate(), usePrivateKey().
|
useCertificate(), usePrivateKey().
|
||||||
|
|
||||||
@ -37,7 +36,7 @@ Certificate and Certificate Stores
|
|||||||
----------------------------------
|
----------------------------------
|
||||||
|
|
||||||
The test suite and samples expect a certificate/private key file named
|
The test suite and samples expect a certificate/private key file named
|
||||||
any.pem, located in the current working directory. This can be changed
|
any.pfx, located in the current working directory. This can be changed
|
||||||
by editing the testrunner.xml/TestSuite.xml configuration files.
|
by editing the testrunner.xml/TestSuite.xml configuration files.
|
||||||
Alternatively, a certificate from the Windows certificate store can be used.
|
Alternatively, a certificate from the Windows certificate store can be used.
|
||||||
A suitable self-signed certificate can be created using the Windows
|
A suitable self-signed certificate can be created using the Windows
|
||||||
|
Loading…
Reference in New Issue
Block a user