]> git.ipfire.org Git - thirdparty/openssl.git/blame - test/recipes/05-test_rand.t
Add test cases for the non CA certificate with pathlen:0
[thirdparty/openssl.git] / test / recipes / 05-test_rand.t
CommitLineData
596d6b7e 1#! /usr/bin/env perl
c4d3c19b 2# Copyright 2015-2018 The OpenSSL Project Authors. All Rights Reserved.
596d6b7e 3#
909f1a2e 4# Licensed under the Apache License 2.0 (the "License"). You may not use
596d6b7e
RS
5# this file except in compliance with the License. You can obtain a copy
6# in the file LICENSE in the source distribution or at
7# https://www.openssl.org/source/license.html
8
12fb8c3d
RS
9use strict;
10use warnings;
11use OpenSSL::Test;
894025c6 12
e613b1ef 13plan tests => 2;
12fb8c3d 14setup("test_rand");
894025c6 15
12fb8c3d 16ok(run(test(["drbgtest"])));
e613b1ef 17ok(run(test(["drbg_cavs_test"])));
4d6d787c
PS
18# commented out due to long running time
19#ok(run(test(["drbg_extra_test"])));