From 37332ecc010276b899810aa3ac26885bd9dcb57c Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Fri, 31 Mar 2017 21:28:20 +0200 Subject: Add a test of encoding and decoding LONG, INT32, UINT32, INT64 and UINT64 Also Z varieties. Reviewed-by: Matt Caswell (Merged from https://github.com/openssl/openssl/pull/3088) --- test/recipes/04-test_asn1_encode.t | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 test/recipes/04-test_asn1_encode.t (limited to 'test/recipes') diff --git a/test/recipes/04-test_asn1_encode.t b/test/recipes/04-test_asn1_encode.t new file mode 100644 index 0000000000..dd8121d555 --- /dev/null +++ b/test/recipes/04-test_asn1_encode.t @@ -0,0 +1,12 @@ +#! /usr/bin/env perl +# Copyright 2017 The OpenSSL Project Authors. All Rights Reserved. +# +# Licensed under the OpenSSL license (the "License"). You may not use +# this file except in compliance with the License. You can obtain a copy +# in the file LICENSE in the source distribution or at +# https://www.openssl.org/source/license.html + + +use OpenSSL::Test::Simple; + +simple_test("test_asn1_encode", "asn1_encode_test"); -- cgit v1.2.3