SSL_PKEY_INFO Structure

Microchip TCP/IP Stack

Microchip TCP/IP Stack Help
SSL_PKEY_INFO Structure
C
typedef struct {
  WORD pub_size_bytes;
  BYTE pub_key[SSL_RSA_CLIENT_SIZE/8];
  BYTE pub_e[3];
  BYTE pub_guid;
} SSL_PKEY_INFO;
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.

Members
Members 
Description 
BYTE pub_guid; 
This is used as a TCP_SOCKET which is a BYTE 
Microchip TCP/IP Stack 5.42.08 - June 15, 2013
Copyright © 2012 Microchip Technology, Inc.  All rights reserved.