SSL Services: Difference between revisions

No edit summary
Line 185: Line 185:


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.
|}
|}