RSA BSAFE SSL-C

Security protocol components for C

Search

Non-Blocking Input/Output States

This section details the SSL read-write states returned by SSL_want(). These indicate the types of operations that failed to complete during a non-blocking I/O connection. I/O is described as non-blocking when an operation returns an error or status code without waiting for the operation to complete.

Defines

#define SSL_NOTHING
 Indicates that all operations completed successfully.

#define SSL_WRITING
 Indicates that the write operation failed to complete and should be retried.

#define SSL_READING
 Indicates that the read operation failed to complete and should be retried.

#define SSL_X509_LOOKUP
 Indicates that the X.509 lookup failed to complete and should be retried.


Copyright (c) 1999-2004 RSA Security Inc. All rights reserved. 050-001001-2600-000-000 - 2.6