Lines Matching +full:pm +full:- +full:api
5 ------------------
8 `test/recipes/`, named `{nn}-test_{name}.t`,
14 ["Changes to test/build.info"](README.md#changes-to-testbuildinfo) below.
17 ------------------
21 A test recipe is named `test/recipes/{nn}-test_{name}.t`, where `{nn}` is a two
26 00-04 sanity, internal and essential API tests
27 05-09 individual symmetric cipher algorithms
28 10-14 math (bignum)
29 15-19 individual asymmetric cipher algorithms
30 20-24 openssl commands (some otherwise not tested)
31 25-29 certificate forms, generation and verification
32 30-35 engine and evp
33 60-79 APIs:
38 80-89 "larger" protocols (CA, CMS, OCSP, SSL, TSA)
39 90-98 misc
43 -----------------------------------------
59 do `perldoc util/perl/OpenSSL/Test/Simple.pm`.
62 --------------------------------------
66 documentation. For OpenSSL::Test, do `perldoc util/perl/OpenSSL/Test.pm`.
94 --------------------------
111 ----------------------------------
122 goto end; /* Exit on failure - optional */
135 /* usage message and -1 for */