Add a test of encoding and decoding LONG, INT32, UINT32, INT64 and UINT64
authorRichard Levitte <levitte@openssl.org>
Fri, 31 Mar 2017 19:28:20 +0000 (21:28 +0200)
committerRichard Levitte <levitte@openssl.org>
Tue, 4 Apr 2017 09:29:23 +0000 (11:29 +0200)
commit37332ecc010276b899810aa3ac26885bd9dcb57c
treeaae9caf73456204a39c8dd2476324dd3823e70d2
parent66ecfb5437b22664a4358e8de6da942727f5fb11
Add a test of encoding and decoding LONG, INT32, UINT32, INT64 and UINT64

Also Z varieties.

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3088)
test/asn1_encode_test.c [new file with mode: 0644]
test/build.info
test/recipes/04-test_asn1_encode.t [new file with mode: 0644]