Files
heimdal/lib
Nicolas Williams dd05873d0c Fix regression in ASN.1 int type generation
The 64-bit integer support changed the logic for deciding when an
    INTEGER should map to a signed or unsigned 32- or 64-bit integer
    type.  The upshot is that two places where we had {0, INT_MAX}
    ranges needed to be changed to be {0, UINT_MAX}.

    We need to tweak the integer type mapping logic to have a bias for
    unsigned integer types.  Unsigned is better.
2011-12-15 14:37:09 -06:00
..
2011-11-22 12:18:48 -08:00
2011-11-21 20:33:53 -08:00
2011-11-13 10:01:40 -08:00
2011-05-22 17:28:24 -07:00
2011-11-29 14:50:44 -06:00
2011-05-21 11:57:31 -07:00
2011-12-12 21:55:06 -08:00
2011-11-16 19:42:45 -08:00
2011-07-30 14:15:14 -07:00