NetBurner 3.1

Macros

#define SSL_ERROR_FAILED_NEGOTIATION   (-256)
 The SSL system failed to successfully negotiate a connection.
 
#define SSL_ERROR_HASH_FAILED   (-257)
 The connection failed the startup hash test.
 
#define SSL_ERROR_CERTIFICATE_UNKNOWN   (-258)
 The received certificate could not be decoded.
 
#define SSL_ERROR_WRITE_FAIL   (-259)
 The connection failed to write out a full record.
 
#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_CLIENT_NOT_EN   (-263)
 Unable to get a buffer from the pool.
 
#define SSL_ERROR_SERVER_NOT_EN   (-264)
 Unable to get a buffer from the pool.
 
#define SSL_ERROR_HANDSHAKE_INCOMPLETE   (-265)
 The SSL handshake is not complete yet.
 

Detailed Description

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