updated README

This commit is contained in:
Günter Obiltschnig 2014-10-10 10:14:53 +02:00
parent 7312306ad8
commit 5459d41540

View File

@ -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