public key operations using the OpenSSL library require the pubkey plugin

This commit is contained in:
Andreas Steffen
2008-06-21 13:16:17 +00:00
parent 51f69943fc
commit 5b0362ade9
9 changed files with 9 additions and 9 deletions
@@ -1,5 +1,5 @@
# /etc/strongswan.conf - strongSwan configuration file
charon {
load = curl openssl random x509 hmac stroke
load = curl openssl random x509 pubkey hmac stroke
}
@@ -1,5 +1,5 @@
# /etc/strongswan.conf - strongSwan configuration file
charon {
load = curl aes des sha1 sha2 md5 gmp openssl random x509 hmac stroke
load = curl aes des sha1 sha2 md5 gmp openssl random x509 pubkey hmac stroke
}
@@ -1,5 +1,5 @@
# /etc/strongswan.conf - strongSwan configuration file
charon {
load = curl openssl random x509 hmac stroke
load = curl openssl random x509 pubkey hmac stroke
}
@@ -1,5 +1,5 @@
# /etc/strongswan.conf - strongSwan configuration file
charon {
load = curl openssl random x509 hmac stroke
load = curl openssl random x509 pubkey hmac stroke
}
@@ -1,5 +1,5 @@
# /etc/strongswan.conf - strongSwan configuration file
charon {
load = curl aes des sha1 sha2 md5 gmp openssl random x509 hmac stroke
load = curl aes des sha1 sha2 md5 gmp openssl random x509 pubkey hmac stroke
}
@@ -1,5 +1,5 @@
# /etc/strongswan.conf - strongSwan configuration file
charon {
load = curl openssl random x509 hmac stroke
load = curl openssl random x509 pubkey hmac stroke
}
@@ -1,5 +1,5 @@
# /etc/strongswan.conf - strongSwan configuration file
charon {
load = curl openssl random x509 hmac stroke
load = curl openssl random x509 pubkey hmac stroke
}
@@ -1,5 +1,5 @@
# /etc/strongswan.conf - strongSwan configuration file
charon {
load = curl aes des sha1 sha2 md5 gmp random x509 hmac stroke
load = curl aes des sha1 sha2 md5 gmp random x509 pubkey hmac stroke
}
@@ -1,5 +1,5 @@
# /etc/strongswan.conf - strongSwan configuration file
charon {
load = curl openssl random x509 hmac stroke
load = curl openssl random x509 pubkey hmac stroke
}