fkooman
fkooman
The RFC also recommends using a 160 bit secret. The default now is an 80 bit secret. So the `$length` default can maybe change to `32` from `16`. I didn't...
`make cbor` is also required, see https://github.com/solokeys/solo/issues/36#issuecomment-443079951
I don't understand French, so it doesn't make sense to have French books listed at https://inventaire.io/inventory. Maybe it is possible to make a setting to filter based on language of...
Add support to push routes to VPN clients to route *that* specific range over the client's default gateway instead of the VPN. This allows e.g. for tunneling all traffic over...
OpenVPN 2.5 supports CHACHA20-POLY1305 option to `--data-ciphers`. Would be nice to have support for this in TunnelKit. The reason why this is interesting is that CHACHA20-POLY1305 is much faster than...
OpenVPN supports the `redirect-gateway` value `block-local`: > block-local -- Block access to local LAN when the tunnel is active, except for the LAN gateway itself. This is accomplished by routing...
Allow specifying `--enddate` CLI option to specify an explicit "Not After" validity for the client certificate.
This is a potential fix for [1161](https://community.openvpn.net/openvpn/ticket/1161). I am sure it is not done properly, some checks (whether iface / metric is defined) are missing I think, but rudimentary testing...
I did a bunch of refactoring and cleaning up, but there is more to do, it is hard to create a list now as that list will only grow when...
* how to use Let's Encrypt * fix HACKING.md to be accurate for 2.0.0 release