mirror of https://github.com/wolfSSL/wolfssl.git
More appropriate file names.
parent
453404a864
commit
242847760a
|
@ -101,8 +101,8 @@ my @fileList_4096 = (
|
||||||
#Falcon Post-Quantum Keys
|
#Falcon Post-Quantum Keys
|
||||||
#Used with HAVE_LIBOQS
|
#Used with HAVE_LIBOQS
|
||||||
my @fileList_falcon = (
|
my @fileList_falcon = (
|
||||||
["certs/falcon/falcon_level1_root_key.der", "bench_falcon_level1_key" ],
|
["certs/falcon/bench_falcon_level1_key.der", "bench_falcon_level1_key" ],
|
||||||
["certs/falcon/falcon_level5_root_key.der", "bench_falcon_level5_key" ],
|
["certs/falcon/bench_falcon_level5_key.der", "bench_falcon_level5_key" ],
|
||||||
);
|
);
|
||||||
|
|
||||||
# ----------------------------------------------------------------------------
|
# ----------------------------------------------------------------------------
|
||||||
|
|
|
@ -3334,7 +3334,7 @@ static const int sizeof_dh_key_der_4096 = sizeof(dh_key_der_4096);
|
||||||
|
|
||||||
#ifdef HAVE_LIBOQS
|
#ifdef HAVE_LIBOQS
|
||||||
|
|
||||||
/* certs/falcon/falcon_level1_root_key.der */
|
/* certs/falcon/bench_falcon_level1_key.der */
|
||||||
static const unsigned char bench_falcon_level1_key[] =
|
static const unsigned char bench_falcon_level1_key[] =
|
||||||
{
|
{
|
||||||
0x30, 0x82, 0x08, 0x96, 0x02, 0x01, 0x00, 0x30, 0x07, 0x06,
|
0x30, 0x82, 0x08, 0x96, 0x02, 0x01, 0x00, 0x30, 0x07, 0x06,
|
||||||
|
@ -3561,7 +3561,7 @@ static const unsigned char bench_falcon_level1_key[] =
|
||||||
};
|
};
|
||||||
static const int sizeof_bench_falcon_level1_key = sizeof(bench_falcon_level1_key);
|
static const int sizeof_bench_falcon_level1_key = sizeof(bench_falcon_level1_key);
|
||||||
|
|
||||||
/* certs/falcon/falcon_level5_root_key.der */
|
/* certs/falcon/bench_falcon_level5_key.der */
|
||||||
static const unsigned char bench_falcon_level5_key[] =
|
static const unsigned char bench_falcon_level5_key[] =
|
||||||
{
|
{
|
||||||
0x30, 0x82, 0x10, 0x16, 0x02, 0x01, 0x00, 0x30, 0x07, 0x06,
|
0x30, 0x82, 0x10, 0x16, 0x02, 0x01, 0x00, 0x30, 0x07, 0x06,
|
||||||
|
|
Loading…
Reference in New Issue