openvpn
openvpn copied to clipboard
OpenVPN is an open source VPN daemon
New pkcs11-helper interface allows to setup pkcs11 provider via properties: https://github.com/alonbl/pkcs11-helper/commit/b78d21c7e26041746aa4ae3d08b95469e1714a85 Also pkcs11-helper added ability to setup init args for pkcs11 provider: https://github.com/alonbl/pkcs11-helper/commit/133f893e30856eba1de715ecd6fe176722eb3097 # Thank you for your contribution You...
When DHCP media sense configuration is disabled, network applications including DHCP client will not receive information about link status changes and the link seems to be always connected. This lead...
This was submitted to [email protected], but was not discussed. --- I would like a Linux system using OpenVPN client to support: 1. Running applications that have network access via OpenVPN...
Add a optinal param for tun2tap: tun client can connect with tap server.
…S configuration on server # Thank you for your contribution You are welcome to open PR, but they are used for discussion only. All patches must eventually go to the...
When using "--verify-x509-name [hostname] name" hostname will now be accepted also when matched against one of the X509v3 Subject Alternative Name IP or DNS entries (instead of just Subject's CN).
Small patch to include the client id to the environment when calling client-connect or client-disconnect scripts. Could be useful as "unique" client id. I dont know if this is useful...
Export NotBefore and NotAfter items to the environment. This is usefull when anticipating potential user certificate expiry and acting upon it.
The auth-pam plugin gets forked to run in background and kept stdin/stdout/stderr open. This might block the callee of the OpenVPN which expect that it nicely turns into a daemon.
Add common_name to the conv method. This allows the common_name to be accessible in PAM. # Thank you for your contribution You are welcome to open PR, but they are...