openvpn
NOTE: Automatically created during Factory devel project migration by admin.
- Links to network:vpn / openvpn
- Has a link diff
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout home:bjoernv:branches:network:vpn/openvpn && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
_link | 0000000119 119 Bytes | |
client-netconfig.down | 0000001043 1.02 KB | |
client-netconfig.up | 0000002188 2.14 KB | |
openvpn-2.3-plugin-man.dif | 0000000787 787 Bytes | |
openvpn-2.6.3.tar.gz | 0001860557 1.77 MB | |
openvpn-2.6.3.tar.gz.asc | 0000000833 833 Bytes | |
openvpn-2.6.4.tar.gz | 0001861178 1.77 MB | |
openvpn-2.6.4.tar.gz.asc | 0000000833 833 Bytes | |
openvpn-tmpfile.conf | 0000000032 32 Bytes | |
openvpn.README.SUSE | 0000000821 821 Bytes | |
openvpn.changes | 0000078530 76.7 KB | |
openvpn.keyring | 0000032042 31.3 KB | |
openvpn.service | 0000000484 484 Bytes | |
openvpn.spec | 0000007483 7.31 KB | |
openvpn.target | 0000000097 97 Bytes | |
rcopenvpn | 0000000535 535 Bytes |
Revision 48 (latest revision is 63)
Björn Voigt (bjoernv)
committed
(revision 48)
- Update to 2.6.4: * DCO: support kernel-triggered key rotation (avoid IV reuse after 2^32 packets). This is the userland side, accepting a message from kernel, and initiating a TLS renegotiation. As of release, * fix pkcs#11 usage with OpenSSL 3.x and PSS signing (Github #323) * fix compile error on TARGET_ANDROID * fix typo in help text * manpage updates (--topology) * encoding of non-ASCII windows error messages in log + management fixed - Update openvpn.keyring - update to 2.6.3: * For full changelog please refer to: https://github.com/OpenVPN/openvpn/blob/v2.6.3/Changes.rst * implement byte counter statistics for DCO Linux (p2mp server and client) * implement byte counter statistics for DCO Windows (client only) * '--dns server <n> address ...' now permits up to 8 v4 or v6 addresses * fix a few cases of possibly undefined behaviour detected by ASAN * add more unit tests for Windows cryptoapi interface * Dynamic TLS Crypt When both peers are OpenVPN 2.6.1+, OpenVPN will dynamically create a tls-crypt key that is used for renegotiation. This ensure that only the previously authenticated peer can do trigger renegotiation and complete renegotiations. * Keying Material Exporters (RFC 5705) based key generation * As part of the cipher negotiation OpenVPN will automatically prefer the RFC5705 based key material generation to the current custom OpenVPN PRF. This feature requires OpenSSL or mbed TLS 2.18+. * OpenVPN will now work with OpenSSL in FIPS mode. Note, no effort
Comments 0