tests load pem/pkcs1 plugins, pubkey plugin not needed anymore
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# /etc/strongswan.conf - strongSwan configuration file
|
||||
|
||||
pluto {
|
||||
load = test-vectors sha1 sha2 md5 aes des hmac gmp pubkey random curl
|
||||
load = test-vectors sha1 sha2 md5 aes des hmac pem pkcs1 gmp random curl
|
||||
}
|
||||
|
||||
# pluto uses optimized DH exponent sizes (RFC 3526)
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# /etc/strongswan.conf - strongSwan configuration file
|
||||
|
||||
charon {
|
||||
load = curl test-vectors aes des sha1 sha2 md5 gmp random x509 pubkey hmac xcbc stroke kernel-netlink
|
||||
load = curl test-vectors aes des sha1 sha2 md5 pem pkcs1 gmp random x509 hmac xcbc stroke kernel-netlink
|
||||
}
|
||||
|
||||
libstrongswan {
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
# /etc/strongswan.conf - strongSwan configuration file
|
||||
|
||||
charon {
|
||||
load = curl test-vectors aes des sha1 sha2 md5 gmp random pubkey hmac x509 xcbc stroke kernel-netlink
|
||||
load = curl test-vectors aes des sha1 sha2 md5 pem pkcs1 gmp random hmac x509 xcbc stroke kernel-netlink
|
||||
}
|
||||
|
||||
pluto {
|
||||
load = curl test-vectors aes des sha1 sha2 md5 gmp random pubkey hmac
|
||||
load = curl test-vectors aes des sha1 sha2 md5 pem pkcs1 gmp random hmac
|
||||
}
|
||||
|
||||
libstrongswan {
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
# /etc/strongswan.conf - strongSwan configuration file
|
||||
|
||||
charon {
|
||||
load = curl aes des sha1 sha2 md5 gmp random pubkey hmac x509 xcbc stroke kernel-netlink
|
||||
load = curl aes des sha1 sha2 md5 pem pkcs1 gmp random hmac x509 xcbc stroke kernel-netlink
|
||||
}
|
||||
|
||||
pluto {
|
||||
load = curl aes des sha1 sha2 md5 gmp random pubkey hmac
|
||||
load = curl aes des sha1 sha2 md5 pem pkcs1 gmp random hmac
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# /etc/strongswan.conf - strongSwan configuration file
|
||||
|
||||
charon {
|
||||
load = curl aes des sha1 sha2 md5 gmp random x509 pubkey hmac xcbc stroke kernel-netlink
|
||||
load = curl aes des sha1 sha2 md5 pem pkcs1 gmp random x509 hmac xcbc stroke kernel-netlink
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user