The following functions and variables are available to the stack application.
Enumerations
|
Name |
Description |
|
This is type SSL_SUPPLEMENTARY_DATA_TYPES. |
Functions
|
Name |
Description |
|
Listens for SSL connection on a specific port. | |
|
Determines if an SSL session is still handshaking. | |
|
Begins an SSL client session. | |
|
Determines if a TCP connection is secured with SSL. | |
|
Begins a new SSL session for the given TCP connection. |
Macros
|
Name |
Description |
|
Identifier for invalid SSL allocations | |
|
Bits in SSL RSA key. This parameter is used for SSL sever connections only. The only valid value is 512 bits (768 and 1024 bits do not work at this time). Note, however, that SSL client operations do currently work up to 1024 bit RSA key length. | |
|
Size of Encryption Buffer (must be larger than key size) |
Module
Structures
|
Name |
Description |
|
To hash the public key information, we need to actually get the public key information... 1024 bit key at 8 bits/byte = 128 bytes needed for the public key. |