Implement internal ASN.1 types INT32, UINT32, INT64, UINT64
authorRichard Levitte <levitte@openssl.org>
Thu, 30 Mar 2017 11:31:16 +0000 (13:31 +0200)
committerRichard Levitte <levitte@openssl.org>
Tue, 4 Apr 2017 08:52:10 +0000 (10:52 +0200)
commit150fe6b6ea2c67b24ec7b5d8da33a8452e4a125f
treec866a412c31b5eaf03a3780735b21fc7b0d4532c
parent133b9756e7357128954f28d4fcbb4db8b39d4f9a
Implement internal ASN.1 types INT32, UINT32, INT64, UINT64

Also Z varieties.

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3120)
crypto/asn1/a_int.c
crypto/asn1/asn1_locl.h
crypto/asn1/build.info
crypto/asn1/x_int64.c [new file with mode: 0644]
include/internal/asn1t.h [new file with mode: 0644]
util/mkdef.pl