SSL Services: Difference between revisions
No edit summary |
|||
| Line 194: | Line 194: | ||
| 9 | | 9 | ||
| Disables server cert verification when set. | | Disables server cert verification when set. | ||
|- | |||
| 11 | |||
| Use TLS 1.0. | |||
|} | |} | ||
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]]). | 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]]). | ||
= Error codes = | = Error codes = | ||