Skip to content

Commit

Permalink
configs: enable OpenVPN-openssl to use RSA1024-keys
Browse files Browse the repository at this point in the history
- openvpn-mbedtls reject RSA-keys < 2048 bits --> good
- sadly this is not compatible with BBBVPN-certs --> bad
- openvpn-openssl still accepts RSA-1024, but costs a lot of diskspace
  • Loading branch information
SvenRoederer committed Jan 8, 2017
1 parent 683d803 commit b03d68a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions configs/common.config
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ CONFIG_PACKAGE_oonf-dlep-proxy=m
CONFIG_PACKAGE_oonf-dlep-radio=m
CONFIG_PACKAGE_oonf-olsrd2=m
CONFIG_PACKAGE_openvpn-mbedtls=m
CONFIG_PACKAGE_openvpn-openssl=m
# CONFIG_PACKAGE_ppp is not set
CONFIG_PACKAGE_px5g-polarssl=m
CONFIG_PACKAGE_qos-scripts=m
Expand Down

0 comments on commit b03d68a

Please sign in to comment.