[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[TLS] draft-ietf-tls-rfc4346-bis-02.txt
I have a question about the Cert Hash Types extension.
In the draft, it is defined as:
enum{
md5(0), sha1(1), sha256(2), sha384(3), sha512(4), (255)
} HashType;
struct {
HashType<255> types;
} CertHashTypes;
Shouldn't this be instead:
struct {
HashType types<1..2^8-1>;
} CertHashTypes;
Mike
_______________________________________________
TLS mailing list
TLS@xxxxxxxxxxxxxx
https://www1.ietf.org/mailman/listinfo/tls