SSL Services: Difference between revisions

Unknown (talk | contribs)
m SSL service "ssl:C": Name the remaining commands
Added new error code indicating EWOULDBLOCK when calling sslcStartConnection()
 
(One intermediate revision by one other user not shown)
Line 136: Line 136:
| [[1.0.0-0]]
| [[1.0.0-0]]
| Context-only
| Context-only
| (u32 [[SSLC:CreateContext|contexthandle]], u32 handle) This writes a context handle created by command 0x00080000 into the session context.
| SetCrlStore(u32 [[SSLC:CreateContext|contexthandle]], u32 handle) This writes a context handle created by command 0x00080000 into the session context.
|-
|-
| 0x001B0080
| 0x001B0080
Line 151: Line 151:
| [[1.0.0-0]]
| [[1.0.0-0]]
| Context-only
| Context-only
| (u32 [[SSLC:CreateContext|contexthandle]]) Writes an output u32 from the context state to cmdreply[2].
| GetCertVerificationErrors(u32 [[SSLC:CreateContext|contexthandle]]) Writes an output u32 from the context state to cmdreply[2].
|-
|-
| 0x001E0040
| 0x001E0040
Line 166: Line 166:
| [[1.0.0-0]]
| [[1.0.0-0]]
| Context-only
| Context-only
| ([[SSLC:CreateContext|contexthandle]], u32 size, ((Size<<4)  <nowiki>|</nowiki> 10), inbufptr) This loads the input cert, it's unknown what format the cert is. The input buffer is handled as a string. It's unknown what the cert is used for once this command is finished.
| AddEVPolicyID([[SSLC:CreateContext|contexthandle]], u32 size, ((Size<<4)  <nowiki>|</nowiki> 10), inbufptr) The input buffer is handled as a string.  
|}
|}


Line 241: Line 241:
| 0xD840B803
| 0xD840B803
| EWOULDBLOCK while trying to write
| EWOULDBLOCK while trying to write
|-
| 0xD840B807
| EWOULDBLOCK while calling sslcStartConnection()
|-
|-
| 0xD8A0B805
| 0xD8A0B805