asn1: maximum unsigned INTEGER range is 2^63 (#458)

As ranges are stored as signed 64-bit integers, they will be clamped to 2^63.
Do not use a maximum range of 2^64 in the test suite.
This commit is contained in:
Luke Howard
2018-12-20 12:23:13 +11:00
parent efc5ad8b3c
commit 5180a4ed75

View File

@@ -7,7 +7,7 @@ BEGIN
IMPORTS heim_any FROM heim;
TESTuint32 ::= INTEGER (0..4294967295)
TESTuint64 ::= INTEGER(0..18446744073709551615)
TESTuint64 ::= INTEGER(0..9223372036854775807)
TESTint64 ::= INTEGER(-9223372036854775808..9223372036854775807)
TESTLargeTag ::= SEQUENCE {