Skip to content

Commit

Permalink
Remove ML-KEM from sig alg list
Browse files Browse the repository at this point in the history
  • Loading branch information
CBonnell committed Jan 13, 2025
1 parent 0ad15a2 commit 297f97d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pkilint/pkix/algorithm.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from pyasn1_alt_modules import rfc4055, rfc5280, rfc5480, rfc8410

from pkilint import validation, document
from pkilint.nist.asn1 import fips_203, fips_204, fips_205
from pkilint.nist.asn1 import fips_204, fips_205

SIGNATURE_ALGORITHM_IDENTIFIER_MAPPINGS = {
**{
Expand Down Expand Up @@ -37,7 +37,6 @@
rfc4055.sha512WithRSAEncryption,
)
},
**fips_203.ALGORITHM_OID_TO_PARAMETER_MAPPINGS,
**fips_204.ALGORITHM_OID_TO_PARAMETER_MAPPINGS,
**fips_205.ALGORITHM_OID_TO_PARAMETER_MAPPINGS,
rfc4055.id_RSASSA_PSS: rfc4055.RSASSA_PSS_params(),
Expand Down

0 comments on commit 297f97d

Please sign in to comment.