forked from pool/strongswan
3645b48ec5
- disable gcrypt plugin by default, so it will only use openssl FATE#316931 - enable fips mode 2 OBS-URL: https://build.opensuse.org/request/show/239460 OBS-URL: https://build.opensuse.org/package/show/network:vpn/strongswan?expand=0&rev=70
14 lines
487 B
Diff
14 lines
487 B
Diff
Index: strongswan-5.1.3/conf/plugins/gcrypt.conf
|
|
===================================================================
|
|
--- strongswan-5.1.3.orig/conf/plugins/gcrypt.conf
|
|
+++ strongswan-5.1.3/conf/plugins/gcrypt.conf
|
|
@@ -2,7 +2,7 @@ gcrypt {
|
|
|
|
# Whether to load the plugin. Can also be an integer to increase the
|
|
# priority of this plugin.
|
|
- load = yes
|
|
+ load = no
|
|
|
|
# Use faster random numbers in gcrypt; for testing only, produces weak keys!
|
|
# quick_random = no
|