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 09:29:23 +0000 (11:29 +0200)
commit93f7d6fc10b75814d90d804edb56947cacf8964e
treee66b5bc1a1826a70485d1a3cd734e1a5a85fa3d2
parent8edb4ee1a237b43d9520eaa658a4ad2671e8dd0c
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/3088)
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