test-vector support in rw-cert scenarios
This commit is contained in:
@@ -1,5 +1,12 @@
|
||||
# /etc/strongswan.conf - strongSwan configuration file
|
||||
|
||||
charon {
|
||||
load = curl openssl random x509 pubkey hmac stroke kernel-netlink updown
|
||||
load = curl test-vectors openssl random x509 pubkey hmac stroke kernel-netlink updown
|
||||
}
|
||||
|
||||
libstrongswan {
|
||||
crypto_test {
|
||||
on_add = yes
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# /etc/strongswan.conf - strongSwan configuration file
|
||||
|
||||
charon {
|
||||
load = curl aes des sha1 sha2 md5 gmp random x509 pubkey hmac stroke kernel-netlink updown
|
||||
load = curl test-vectors aes des sha1 sha2 md5 gmp random x509 pubkey hmac stroke kernel-netlink updown
|
||||
}
|
||||
|
||||
libstrongswan {
|
||||
crypto_test {
|
||||
required = yes
|
||||
on_add = yes
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,6 +1,11 @@
|
||||
# /etc/strongswan.conf - strongSwan configuration file
|
||||
|
||||
charon {
|
||||
dh_exponent_ansi_x9_42 = no
|
||||
load = curl openssl random x509 pubkey hmac stroke kernel-netlink updown
|
||||
load = curl test-vectors openssl random x509 pubkey hmac stroke kernel-netlink updown
|
||||
}
|
||||
|
||||
libstrongswan {
|
||||
crypto_test {
|
||||
on_add = yes
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user