By entering this site you need to consent to the use of cookies and their functional use according to this privacy policy. Cookies help us to provide the functional services of the website. Kindly read the below message of use and consent to the use.
The following cookies are stored and shared when accessing this website:
- Internal cookies for the MediaWiki site. This is used for user authentication and article modifications.
- Third-party cookies from Google providing services for Google AdSense and Google Analytics
We will never use data collected outside of the above scope.
It's unknown what this context is actually used for.
It's unknown what this context is actually used for.
+
+
=SSLOpt=
+
{| class="wikitable" border="1"
+
|-
+
! Bit(s)
+
! Description
+
|-
+
| 9
+
| Disables server cert verification when set.
+
|}
+
+
This is the options field initialized during [[SSLC:CreateContext]], and cleared via [[SSLC:ContextClearOpt]]. When the context is initially created, the options field initially has bitmask 0x1B set(besides the additional bits specified via [[SSLC:CreateContext]]).
+
+
Some of these bits control the protocol version, it's unknown exactly which ones.
= Error codes =
= Error codes =
Line 192:
Line 206:
! Description
! Description
|-
|-
−
| 0xd8a0b836
+
| 0xD8A0B814
+
| Server cert verification failed since the RootCA isn't trusted.
+
|-
+
| 0xD8A0B836
| The specified RootCertChain handle was not found in the linked-list.
| The specified RootCertChain handle was not found in the linked-list.