Files
mars-matrixssl/testkeys/DH/dh1024.h
2017-03-10 17:29:32 +02:00

23 lines
1.6 KiB
C

/**
* @file dh1024.h
* @version $Format:%h%d$
*
* Summary.
*/
/******************************************************************************/
/*
In-Memory version of the PEM file dh1024.pem
*/
const static unsigned char dhParamBuf1024[] = { 0x30, 0x81, 0x87, 0x02, 0x81, 0x81, 0x00, 0x97,
0xf6, 0x42, 0x61, 0xca, 0xb5, 0x05, 0xdd, 0x28,0x28, 0xe1, 0x3f, 0x1d, 0x68,
0xb6, 0xd3, 0xdb, 0xd0, 0xf3, 0x13, 0x04, 0x7f,0x40, 0xe8, 0x56, 0xda, 0x58,
0xcb, 0x13, 0xb8, 0xa1, 0xbf, 0x2b, 0x78, 0x3a,0x4c, 0x6d, 0x59, 0xd5, 0xf9,
0x2a, 0xfc, 0x6c, 0xff, 0x3d, 0x69, 0x3f, 0x78,0xb2, 0x3d, 0x4f, 0x31, 0x60,
0xa9, 0x50, 0x2e, 0x3e, 0xfa, 0xf7, 0xab, 0x5e,0x1a, 0xd5, 0xa6, 0x5e, 0x55,
0x43, 0x13, 0x82, 0x8d, 0xa8, 0x3b, 0x9f, 0xf2,0xd9, 0x41, 0xde, 0xe9, 0x56,
0x89, 0xfa, 0xda, 0xea, 0x09, 0x36, 0xad, 0xdf,0x19, 0x71, 0xfe, 0x63, 0x5b,
0x20, 0xaf, 0x47, 0x03, 0x64, 0x60, 0x3c, 0x2d,0xe0, 0x59, 0xf5, 0x4b, 0x65,
0x0a, 0xd8, 0xfa, 0x0c, 0xf7, 0x01, 0x21, 0xc7,0x47, 0x99, 0xd7, 0x58, 0x71,
0x32, 0xbe, 0x9b, 0x99, 0x9b, 0xb9, 0xb7, 0x87,0xe8, 0xab, 0x02, 0x01, 0x02 };