Project

General

Profile

Integrity and Crypto Test Examples » History » Version 10

Andreas Steffen, 07.07.2021 11:31

1 1 Andreas Steffen
h1. Integrity and Crypto Test Examples
2 1 Andreas Steffen
3 9 Andreas Steffen
|*Crypto Library*                 |*IKEv1*                        |*IKEv2* |
4 9 Andreas Steffen
|Default                          |{{tc_dr(ikev1/rw-cert/,IKEv1)}}|{{tc_dr(ikev2/rw-cert/,IKEv2)}} |
5 9 Andreas Steffen
|Botan Crypto Library (botan)     |                               |{{tc(botan/rw-cert/,IKEv2)}} |
6 9 Andreas Steffen
|Linux Kernel Crypto API (af-alg) |                               |{{tc(af-alg/rw-cert/,IKEv2)}} |
7 9 Andreas Steffen
|OpenSSL Crypto Library (openssl) |                               |{{tc(openssl-ikev2/rw-cert/,IKEv2)}} |
8 10 Andreas Steffen
|WolfSSL Crypto Library (wolfssl) |                               |{{tc(wolfssl/rw-cert/,IKEv2)}} |
9 9 Andreas Steffen
|GNU Crypto Library (gcrypt)      |                               |{{tc(gcrypt-ikev2/rw-cert/,IKEv2)}} |  
10 2 Andreas Steffen
11 2 Andreas Steffen
Detailed configuration information is provided by the [[IntegrityTest|Integrity]] and [[CryptoTest|Crypto]] Test HOWTOs.