|
SharkSSL™ Embedded SSL/TLS Stack
|
| CCentralDirIterator | Low level ZIP file central directory iterator |
| CMqttCredentials | Optional credentials used when calling function SharkMQTT_connect |
| CMqttInFlightMsg | MqttInFlightMsg |
| CMqttWillMsg | Optional MQTT Will Message; used when calling function SharkMQTT_connect |
| CMS | MS: Minnow Server HTTP(S) and (secure) WebSocket Server |
| CMST | The Minnow Server Transmission Class defines a set of functions for reading and writing socket data either in secure mode using SharkSSL or non secure mode |
| CMSTBuf | The Minnow Server Transmission Buffer is used by the Minnow Server Transmission (MST) class when used in non secure mode |
| CSeCtx | SeCtx structure: See Context Manager and Bare Metal Systems for details |
| CSharkMQ | SharkMQ structure |
| CSharkMQTT | SharkMQTT structure |
| CSharkSsl | A SharkSsl object is the coordinator for managing SharkSslCon objects (See SharkSsl_constructor for details) |
| CSharkSslAesCtx | AES |
| CSharkSslAesGcmCtx | AesGcmCtx |
| CSharkSslASN1Create | Opaque object used when creating ASN.1 encoded data |
| CSharkSslBitExtReq | Https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/nss_tech_notes/nss_tech_note3 http://tools.ietf.org/html/rfc5280#section-4.2.1.12 |
| CSharkSslCertDN | Certificate KeyUsage and ExtendedKeyUsage flags and relative pseudofunctions |
| CSharkSslCertInfo | The peer's certificate information returned by SharkSslCon_getCertInfo |
| CSharkSslCertStore | SharkSslCertStore is a container object used when assembling a SharkSslCAList |
| CSharkSslChaChaCtx | CHACHA20 |
| CSharkSslHMACCtx | HMAC |
| CSharkSslPoly1305Ctx | POLY1305 |
| CSharkSslSCMgr | See SharkSslSCMgr_constructor for details |
| CSharkSslSCMgrNode | The handle returned by SharkSslSCMgr_get and passed into SharkSslSCMgr_save |
| CSharkSslSha256Ctx | SHA256 |
| CSharkSslSha384Ctx | SHA384 |
| CSMTP | This class is a minimal SMTP client that takes an email message body and passes it on to a SMTP server |
| CSubjectAltName | SubjectAltName |
| CSubjectAltNameEnumerator | SubjectAltName Iterator |
| CWscState | WebSocket Client State Information, initialize using: WscState wss={0}; however, several members must be set |
| CWssProtocolHandshake | The WssProtocolHandshake structure keeps state information for the web server function MS_ebServer |
| CWssReadState | The WS protocol is frame based, and struct WssReadState keeps state information for the Minnow Server's MS_read function |
| CZipContainer | A ZipContainer is a buffer used by a ZipIo when reading data from a ZipReader |
| CZipFileInfo | Low level ZIP file information used internally by the Zip File System |
| CZipFileSystem | The ZipFileSystem handle |
| CZipReader | Abstract interface class for reading a ZipFile |