mirror of
https://github.com/pocoproject/poco.git
synced 2025-11-23 13:32:11 +01:00
updated README.txt
This commit is contained in:
@@ -8,7 +8,7 @@ on NetSSL_OpenSSL can be easily ported to use NetSSL_Win. Just a few
|
|||||||
minor code changes are required, due to differences in the API.
|
minor code changes are required, due to differences in the API.
|
||||||
These are discussed below:
|
These are discussed below:
|
||||||
|
|
||||||
- Context: the Context constructor uses different arguments. While
|
- Context: The Context constructor uses different arguments. While
|
||||||
the first argument is the same, all others are different.
|
the first argument is the same, all others are different.
|
||||||
Instead of a certificate file name, a certificate subject name is
|
Instead of a certificate file name, a certificate subject name is
|
||||||
specified. Certificates are always loaded from a Windows
|
specified. Certificates are always loaded from a Windows
|
||||||
@@ -22,7 +22,7 @@ These are discussed below:
|
|||||||
setSessionCacheSize(), setSessionTimeout(), sslContext(),
|
setSessionCacheSize(), setSessionTimeout(), sslContext(),
|
||||||
useCertificate(), usePrivateKey().
|
useCertificate(), usePrivateKey().
|
||||||
|
|
||||||
- SSLManager: the configuration properties used to configure the SSLManager
|
- SSLManager: The configuration properties used to configure the SSLManager
|
||||||
are different from the ones used in NetSSL_OpenSSL. Please see the
|
are different from the ones used in NetSSL_OpenSSL. Please see the
|
||||||
SSLManager header file for more information.
|
SSLManager header file for more information.
|
||||||
Furthermore, PrivateKeyPassphraseHandler's are not supported. The
|
Furthermore, PrivateKeyPassphraseHandler's are not supported. The
|
||||||
@@ -30,6 +30,9 @@ These are discussed below:
|
|||||||
have the PrivateKeyPassphraseHandler argument.
|
have the PrivateKeyPassphraseHandler argument.
|
||||||
The isFIPSEnabled() method is not available.
|
The isFIPSEnabled() method is not available.
|
||||||
|
|
||||||
|
- X509Certificate: Loading a certificate from a file or stream, as well as saving
|
||||||
|
a certificate is not supported.
|
||||||
|
|
||||||
|
|
||||||
Certificate and Certificate Stores
|
Certificate and Certificate Stores
|
||||||
----------------------------------
|
----------------------------------
|
||||||
@@ -61,8 +64,6 @@ Windows Embedded Compact
|
|||||||
|
|
||||||
Windows Embedded Compact does not support the following Schannel
|
Windows Embedded Compact does not support the following Schannel
|
||||||
features:
|
features:
|
||||||
- certificate revocation checking
|
- certificate revocation checking (Context::OPT_PERFORM_REVOCATION_CHECK)
|
||||||
- TLS 1.1 and 1.2
|
- TLS 1.1 and 1.2 (Context::TLSV1_1_CLIENT_USE, etc.)
|
||||||
- disabling weak security algorithms
|
- disabling weak security algorithms (Context::OPT_USE_STRONG_CRYPTO)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user