Reject decoding of an INT64 with a value >INT64_MAX
authorMatt Caswell <matt@openssl.org>
Mon, 10 Apr 2017 16:33:29 +0000 (17:33 +0100)
committerMatt Caswell <matt@openssl.org>
Tue, 11 Apr 2017 14:29:42 +0000 (15:29 +0100)
commit0856e3f167964f58c26796331eab9d8b0a883921
tree62eb11a4c6e626a5e82fbbda7bcd4f162dae102e
parent745dec3aed750d681a81a049152edbb57c1f8c2d
Reject decoding of an INT64 with a value >INT64_MAX

Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Andy Polyakov <appro@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3159)
crypto/asn1/x_int64.c
test/asn1_encode_test.c