NetBurner 3.5.6
PDF Version
SSL Error Codes

Macros

#define SSL_ERROR_FAILED_NEGOTIATION   (-256)
 The SSL system failed to successfully negotiate a connection.
 
#define SSL_ERROR_CERTIFICATE_UNKNOWN   (-258)
 The received certificate could not be decoded.
 
#define SSL_ERROR_CERTIFICATE_NAME_FAILED   (-260)
 The connected name did not match common_name.
 
#define SSL_ERROR_CERTIFICATE_VERIFY_FAILED   (-261)
 The server returned a certificate that we did not trust.
 
#define SSL_ERROR_NO_BUFFER   (-262)
 Unable to get a buffer from the pool.
 
#define SSL_ERROR_HANDSHAKE_INCOMPLETE   (-265)
 The SSL handshake is not complete yet.
 
#define SSL_ERROR_NO_SERVER_CERTIFICATE   (-257)
 The server wasn't able to load the certificate.
 
#define SSL_ERROR_NO_SERVER_KEY   (-258)
 The server wasn't able to load the key.
 
#define SSL_ERROR_UNABLE_TO_LOAD_CIPHERS   (-259)
 The client was unable to load the cipher list.
 
#define SSL_ERROR_CERTIFICATE_CHECK   (-260)
 The server was unable to check the certificate.
 

Detailed Description

Error codes that can be returned by the NetBurner SSL functions.