Skip to content

Commit

Permalink
Merge pull request #11 from sboyd-m/feature/rfc8080-keys
Browse files Browse the repository at this point in the history
dnssec_key: Add names for ED curves to algorith()
  • Loading branch information
smoeding authored Oct 22, 2024
2 parents 2f54151 + 94af6a9 commit e8d3c06
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/puppet/provider/dnssec_key/dnssec_key.rb
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ def algorithm(num)
:ECDSAP256SHA256
when 14
:ECDSAP384SHA384
when 15
:ED25519
when 16
:ED448
when 157
:HMAC_MD5
when 161
Expand Down

0 comments on commit e8d3c06

Please sign in to comment.