@@ -4019,11 +4019,11 @@ static word32 SetBitString16Bit(word16 val, byte* output)
40194019#endif /* HAVE_ED448 */
40204020#ifdef HAVE_PQC
40214021#ifdef HAVE_FALCON
4022- /* Falcon Level 1: 1 3 9999 3 1 */
4023- static const byte sigFalcon_Level1Oid[] = {43, 206, 15, 3, 1 };
4022+ /* Falcon Level 1: 1 3 9999 3 6 */
4023+ static const byte sigFalcon_Level1Oid[] = {43, 206, 15, 3, 6 };
40244024
4025- /* Falcon Level 5: 1 3 9999 3 4 */
4026- static const byte sigFalcon_Level5Oid[] = {43, 206, 15, 3, 4 };
4025+ /* Falcon Level 5: 1 3 9999 3 9 */
4026+ static const byte sigFalcon_Level5Oid[] = {43, 206, 15, 3, 9 };
40274027#endif /* HAVE_FACON */
40284028#ifdef HAVE_DILITHIUM
40294029 /* Dilithium Level 2: 1.3.6.1.4.1.2.267.7.4.4 */
@@ -4095,11 +4095,11 @@ static word32 SetBitString16Bit(word16 val, byte* output)
40954095#endif /* !NO_DH */
40964096#ifdef HAVE_PQC
40974097#ifdef HAVE_FALCON
4098- /* Falcon Level 1: 1 3 9999 3 1 */
4099- static const byte keyFalcon_Level1Oid[] = {43, 206, 15, 3, 1 };
4098+ /* Falcon Level 1: 1 3 9999 3 6 */
4099+ static const byte keyFalcon_Level1Oid[] = {43, 206, 15, 3, 6 };
41004100
4101- /* Falcon Level 5: 1 3 9999 3 4 */
4102- static const byte keyFalcon_Level5Oid[] = {43, 206, 15, 3, 4 };
4101+ /* Falcon Level 5: 1 3 9999 3 9 */
4102+ static const byte keyFalcon_Level5Oid[] = {43, 206, 15, 3, 9 };
41034103#endif /* HAVE_FALCON */
41044104#ifdef HAVE_DILITHIUM
41054105 /* Dilithium Level 2: 1.3.6.1.4.1.2.267.7.4.4 */
0 commit comments