-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathindex.html
More file actions
67 lines (58 loc) · 2 KB
/
index.html
File metadata and controls
67 lines (58 loc) · 2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
<!--
SPDX-FileCopyrightText: Copyright 2024 Siemens AG
SPDX-License-Identifier: Apache-2.0
-->
<!DOCTYPE html>
<html>
<head>
<title>CMP test suite documentation</title>
</head>
<body>
<h1>CMP test suite keywords</h1>
<p>
This is the library of keywords used to write the high-level <a href="test-suites.html">test scenarios</a> for CMP implementations.
You can use this documentation to understand how the primitives work and how they can be used to write new test cases.
</p>
<table>
<tr>
<th>Library</th>
<th>Description</th>
</tr>
<tr>
<td><a href="keywords.html">Keywords</a></td>
<td>Generic keywords</td>
</tr>
<tr>
<td><a href="cryptoutils.html">Crypto utils</a></td>
<td>Functions and classes for cryptographic operations</td>
</tr>
<tr>
<td><a href="cmputils.html">CMP utils</a></td>
<td>Generate and parse CMP-related data structures</td>
</tr>
<tr>
<td><a href="asn1utils.html">ASN1 utils</a></td>
<td>Primitives for querying PyASN1 objects using ASN1Path, a notation similar to XPath for XML</td>
</tr>
<tr>
<td><a href="certutils.html">Certificate utils</a></td>
<td>Validate X509 certificates with tools like OpenSSL, pkilint</td>
</tr>
<tr>
<td><a href="httputils.html">HTTP utils</a></td>
<td>Handle HTTP responses</td>
</tr>
<tr>
<td><a href="keyutils.html">Key utils</a></td>
<td>Generate, save, and load cryptographic keys</td>
</tr>
<tr>
<td><a href="protectionutils.html">Protection utils</a></td>
<td>Generate and parse protection-related structures in PKIMessage</td>
</tr>
</table>
<p>
If the referenced documentation is not available, run <em>make docs</em> to generate it.
</p>
</body>
</html>