Remove ECC which was set as alg 4

There is no alg 4 and ECC is not an algorithm identifier.
This commit is contained in:
Miek Gieben 2014-10-23 08:12:02 +00:00
parent 6c47bdacd8
commit 71466895f7
2 changed files with 4 additions and 3 deletions

View File

@ -112,6 +112,7 @@ Example programs can be found in the `github.com/miekg/exdns` repository.
* 5936 - AXFR * 5936 - AXFR
* 5966 - TCP implementation recommendations * 5966 - TCP implementation recommendations
* 6605 - ECDSA * 6605 - ECDSA
* 6725 - IANA Registry Update
* 6742 - ILNP DNS * 6742 - ILNP DNS
* 6891 - EDNS0 update * 6891 - EDNS0 update
* 6895 - DNS IANA considerations * 6895 - DNS IANA considerations

View File

@ -40,14 +40,14 @@ const (
RSAMD5 RSAMD5
DH DH
DSA DSA
ECC _ // Skip 4, RFC 6725, section 2.1
RSASHA1 RSASHA1
DSANSEC3SHA1 DSANSEC3SHA1
RSASHA1NSEC3SHA1 RSASHA1NSEC3SHA1
RSASHA256 RSASHA256
_ // Skip 9 _ // Skip 9, RFC 6725, section 2.1
RSASHA512 RSASHA512
_ // Skip 11 _ // Skip 11, RFC 6725, section 2.1
ECCGOST ECCGOST
ECDSAP256SHA256 ECDSAP256SHA256
ECDSAP384SHA384 ECDSAP384SHA384