ssl

Description

Module for implementing SSL communication.

Groups

CertStore (C) C interface module for nn::ssl::CertStore.
ClientCert (C) C interface module for nn::ssl::ClientCert.
Connection (C) C interface module for nn::ssl::Connection.
CrlStore (C) C interface module for nn::ssl::CrlStore.

Enumerated Types

NnSslVerifyOption Verification options.
NnSslInternalCaCert Definition of a device's internal CA certificates.
NnSslInternalCrl Definition of a device's internal certificate revocation list (CRL).
NnSslInternalClientCert Definition of a device's internal client certificates.
NnSslCertVerifyError Certificate verification results. (Each definition uses a single bit. You can define multiple errors at the same time using a bitwise OR of multiple definitions. The GetCertVerifyErrors function gets these types of values as a result of verifying certificates.)
NnSslResultCode API C-language result codes. These result codes are stored in the description element of the nnResult instance returned by the functions in the API.

typedef Definitions

NnSslCertId Certificate ID.
NnSslCrlId CRL ID.

Revision History

2010/06/14
Initial version.

CONFIDENTIAL