mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-08 00:02:03 -04:00
af-alg plugin does not require hmac and xcbc plugins
This commit is contained in:
parent
e236ed1e8d
commit
357894c692
@ -1,7 +1,7 @@
|
|||||||
# /etc/strongswan.conf - strongSwan configuration file
|
# /etc/strongswan.conf - strongSwan configuration file
|
||||||
|
|
||||||
pluto {
|
pluto {
|
||||||
load = pem pkcs1 x509 af-alg gmp random hmac curl kernel-netlink
|
load = pem pkcs1 x509 af-alg gmp random curl kernel-netlink
|
||||||
}
|
}
|
||||||
|
|
||||||
# pluto uses optimized DH exponent sizes (RFC 3526)
|
# pluto uses optimized DH exponent sizes (RFC 3526)
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
# /etc/strongswan.conf - strongSwan configuration file
|
# /etc/strongswan.conf - strongSwan configuration file
|
||||||
|
|
||||||
pluto {
|
pluto {
|
||||||
load = pem pkcs1 x509 af-alg gmp random hmac curl kernel-netlink
|
load = pem pkcs1 x509 af-alg gmp random curl kernel-netlink
|
||||||
}
|
}
|
||||||
|
|
||||||
# pluto uses optimized DH exponent sizes (RFC 3526)
|
# pluto uses optimized DH exponent sizes (RFC 3526)
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
# /etc/strongswan.conf - strongSwan configuration file
|
# /etc/strongswan.conf - strongSwan configuration file
|
||||||
|
|
||||||
pluto {
|
pluto {
|
||||||
load = test-vectors pem pkcs1 x509 af-alg gmp random hmac curl kernel-netlink
|
load = test-vectors pem pkcs1 x509 af-alg gmp random curl kernel-netlink
|
||||||
}
|
}
|
||||||
|
|
||||||
# pluto uses optimized DH exponent sizes (RFC 3526)
|
# pluto uses optimized DH exponent sizes (RFC 3526)
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
# /etc/strongswan.conf - strongSwan configuration file
|
# /etc/strongswan.conf - strongSwan configuration file
|
||||||
|
|
||||||
pluto {
|
pluto {
|
||||||
load = test-vectors pem pkcs1 x509 af-alg gmp random hmac curl kernel-netlink
|
load = test-vectors pem pkcs1 x509 af-alg gmp random curl kernel-netlink
|
||||||
}
|
}
|
||||||
|
|
||||||
# pluto uses optimized DH exponent sizes (RFC 3526)
|
# pluto uses optimized DH exponent sizes (RFC 3526)
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# /etc/strongswan.conf - strongSwan configuration file
|
# /etc/strongswan.conf - strongSwan configuration file
|
||||||
|
|
||||||
charon {
|
charon {
|
||||||
load = curl pem pkcs1 af-alg gmp random x509 revocation hmac xcbc stroke kernel-netlink socket-default updown
|
load = curl pem pkcs1 af-alg gmp random x509 revocation stroke kernel-netlink socket-default updown
|
||||||
}
|
}
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# /etc/strongswan.conf - strongSwan configuration file
|
# /etc/strongswan.conf - strongSwan configuration file
|
||||||
|
|
||||||
charon {
|
charon {
|
||||||
load = curl pem pkcs1 af-alg gmp random x509 revocation hmac xcbc stroke kernel-netlink socket-default updown
|
load = curl pem pkcs1 af-alg gmp random x509 revocation stroke kernel-netlink socket-default updown
|
||||||
}
|
}
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
# /etc/strongswan.conf - strongSwan configuration file
|
# /etc/strongswan.conf - strongSwan configuration file
|
||||||
|
|
||||||
charon {
|
charon {
|
||||||
load = curl test-vectors pem pkcs1 af-alg gmp random x509 revocation hmac xcbc ctr ccm gcm stroke kernel-netlink socket-default updown
|
load = curl test-vectors pem pkcs1 af-alg gmp random x509 revocation ctr ccm gcm stroke kernel-netlink socket-default updown
|
||||||
}
|
}
|
||||||
|
|
||||||
libstrongswan {
|
libstrongswan {
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
# /etc/strongswan.conf - strongSwan configuration file
|
# /etc/strongswan.conf - strongSwan configuration file
|
||||||
|
|
||||||
charon {
|
charon {
|
||||||
load = curl test-vectors pem pkcs1 af-alg gmp random x509 revocation hmac xcbc ctr ccm gcm stroke kernel-netlink socket-default updown
|
load = curl test-vectors pem pkcs1 af-alg gmp random x509 revocation ctr ccm gcm stroke kernel-netlink socket-default updown
|
||||||
}
|
}
|
||||||
|
|
||||||
libstrongswan {
|
libstrongswan {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user