You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If environment variable is defined, the function oqs_patch_oids() modifies array oqs_oid_alg_list OID.
There is an incorrect offset value after the OQS_OID_RSA3072_MLDSA44 environment variable.
The next environment variable after OQS_OID_RSA3072_MLDSA44 is OQS_OID_MLDSA65, but in array oqs_oid_alg_list, after rsa3072_mldsa44 is mldsa44_pss2048, not mldsa65
@feventura Please disregard my question above: It was easier to fix than I thought: Please check #419. @iMrYang please let me know whether you'd agree this solves the problem.
Describe the bug
If environment variable is defined, the function
oqs_patch_oids()
modifies arrayoqs_oid_alg_list
OID.There is an incorrect offset value after the OQS_OID_RSA3072_MLDSA44 environment variable.
The next environment variable after
OQS_OID_RSA3072_MLDSA44
isOQS_OID_MLDSA65
, but in arrayoqs_oid_alg_list
, afterrsa3072_mldsa44
ismldsa44_pss2048
, notmldsa65
The text was updated successfully, but these errors were encountered: