|
ObjFW
|
Go to the source code of this file.
Classes | |
| protocol | <OFTLSStreamDelegate> |
| class | OFTLSStream |
| A class that provides Transport Layer Security on top of a stream. More... | |
Enumerations | |
| enum | OFTLSStreamErrorCode { OFTLSStreamErrorCodeUnknown , OFTLSStreamErrorCodeInitializationFailed , OFTLSStreamErrorCodeCertificateVerificationFailed , OFTLSStreamErrorCodeCertificateIssuerUntrusted , OFTLSStreamErrorCodeCertificateNameMismatch , OFTLSStreamErrorCodeCertificatedExpired , OFTLSStreamErrorCodeCertificateRevoked } |
| An enum representing an error of an OFTLSStream. More... | |
Functions | |
| OFString * | OFTLSStreamErrorCodeDescription (OFTLSStreamErrorCode errorCode) |
| Returns a string description for the TLS stream error code. | |
Variables | |
| Class | OFTLSStreamImplementation |
| The implementation for OFTLSStream to use. | |
| enum OFTLSStreamErrorCode |
An enum representing an error of an OFTLSStream.
|
extern |
Returns a string description for the TLS stream error code.
| errorCode | The error code to return the description for |
|
extern |
The implementation for OFTLSStream to use.
This can be set to a class that is always used for OFTLSStream. This is useful to either force a specific implementation or to use one that ObjFW does not know about.