<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-1x.git/src/migration-scripts/openvpn, branch current</title>
<subtitle>VyOS command definitions, scripts, and utilities (mirror of https://github.com/vyos/vyos-1x.git)
</subtitle>
<id>https://git.amelek.net/vyos/vyos-1x.git/atom?h=current</id>
<link rel='self' href='https://git.amelek.net/vyos/vyos-1x.git/atom?h=current'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/'/>
<updated>2026-03-06T19:14:56+00:00</updated>
<entry>
<title>openvpn: T8304: fix migration for des, bf128 or bf256 cipher; use 3des instead</title>
<updated>2026-03-06T19:14:56+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2026-03-05T18:49:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=89e037a7d85cf9525418d521dcdf427545161948'/>
<id>urn:sha1:89e037a7d85cf9525418d521dcdf427545161948</id>
<content type='text'>
This extends the CLI migration from commit 941c5adfaca2c7 ("openvpn: T5634:
Remove support for insecure DES and Blowfish ciphers") by not only deleting
insecure DES and Blowfish ciphers, but providing an alternative (3DES).

If no cipher is defined, this will result in OpenVPN service not starting at
all, as the implicit defined BF-CBC cipher is no longer supported by
OpenSSL 3.0.0.
</content>
</entry>
<entry>
<title>openvpn: T7633: Add support for 'data-ciphers-fallback' in site-to-site tunnels</title>
<updated>2026-01-12T13:44:32+00:00</updated>
<author>
<name>Oleksandr Kuchmystyi</name>
<email>o.kuchmystyi@vyos.io</email>
</author>
<published>2025-12-31T07:50:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=61487b13da8dc270907633a3140bd0cc2aa0926a'/>
<id>urn:sha1:61487b13da8dc270907633a3140bd0cc2aa0926a</id>
<content type='text'>
- Introduced new CLI option 'data-ciphers-fallback' for OpenVPN interfaces
  (used as fallback cipher in site-to-site mode)
- Adjust migration 1‑to‑2 to skip migrating 'cipher' for site‑to‑site interfaces
</content>
</entry>
<entry>
<title>T7591: remove copyright years from source files</title>
<updated>2025-06-28T21:16:52+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2025-06-28T18:51:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=1478516ae437f19ebeb7d6ff9b83dd74f8e76758'/>
<id>urn:sha1:1478516ae437f19ebeb7d6ff9b83dd74f8e76758</id>
<content type='text'>
The legal team says years are not necessary so we can go ahead with it, since
it will simplify backporting.

Automatically removed using: git ls-files | grep -v libvyosconfig | xargs sed -i -E \
's/^# Copyright (19|20)[0-9]{2}(-[0-9]{4})? VyOS maintainers.*/# Copyright VyOS maintainers and contributors &lt;maintainers@vyos.io&gt;/g'

In addition we will error-out during "make" if someone re-adds a legacy
copyright notice
</content>
</entry>
<entry>
<title>vyos.configtree: T6620: allow list_nodes() to work on non-existent paths</title>
<updated>2024-07-29T18:16:43+00:00</updated>
<author>
<name>Daniil Baturin</name>
<email>daniil@baturin.org</email>
</author>
<published>2024-07-29T18:16:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=30111fa493c72e7182854f295bc88d9eecccf419'/>
<id>urn:sha1:30111fa493c72e7182854f295bc88d9eecccf419</id>
<content type='text'>
and return an empty list in that case
(handy for migration scripts and the like)
</content>
</entry>
<entry>
<title>OpenVPN CLI-option: T6571: rename ncp-ciphers with data-ciphers</title>
<updated>2024-07-25T10:07:02+00:00</updated>
<author>
<name>srividya0208</name>
<email>a.srividya@vyos.io</email>
</author>
<published>2024-07-15T10:30:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=b62b2f5f8a9c4f0a7dc26bce1f15843651119256'/>
<id>urn:sha1:b62b2f5f8a9c4f0a7dc26bce1f15843651119256</id>
<content type='text'>
</content>
</entry>
<entry>
<title>openvpn: T6591: deprecate OpenVPN server net30 topology (#3825)</title>
<updated>2024-07-18T18:33:24+00:00</updated>
<author>
<name>Daniil Baturin</name>
<email>daniil@vyos.io</email>
</author>
<published>2024-07-18T18:33:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=e2b05343b30d2f989968532106e792cbaf75ecf6'/>
<id>urn:sha1:e2b05343b30d2f989968532106e792cbaf75ecf6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>migration: T6007: convert all migration scripts to load as module</title>
<updated>2024-06-26T20:38:41+00:00</updated>
<author>
<name>John Estabrook</name>
<email>jestabro@vyos.io</email>
</author>
<published>2024-06-20T01:16:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=26740a8d583f64dc0a27b59dd4ae303056972c0b'/>
<id>urn:sha1:26740a8d583f64dc0a27b59dd4ae303056972c0b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>openvpn: T5487: make migration script executable</title>
<updated>2024-06-15T12:20:44+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2024-06-15T12:20:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=87ba7f67db0381df8a9d15b8f17a19082bd1d553'/>
<id>urn:sha1:87ba7f67db0381df8a9d15b8f17a19082bd1d553</id>
<content type='text'>
Migration script introduced in commit 0f669a226 ("openvpn: T5487:  Remove
eprecated option --cipher for server and client mode") lacked executable
permission.
</content>
</entry>
<entry>
<title>openvpn: T5487:  Remove eprecated option --cipher for server and client mode</title>
<updated>2024-06-11T15:04:18+00:00</updated>
<author>
<name>Nataliia Solomko</name>
<email>natalirs1985@gmail.com</email>
</author>
<published>2024-06-11T15:04:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=0f669a22615a18c3cd8da2f65f3ed79686992320'/>
<id>urn:sha1:0f669a22615a18c3cd8da2f65f3ed79686992320</id>
<content type='text'>
</content>
</entry>
<entry>
<title>openvpn: T5634: fix permissions on migration file</title>
<updated>2023-10-12T15:26:36+00:00</updated>
<author>
<name>John Estabrook</name>
<email>jestabro@vyos.io</email>
</author>
<published>2023-10-12T15:26:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=e65117532b486253e6417c4e0e047a04de767dc3'/>
<id>urn:sha1:e65117532b486253e6417c4e0e047a04de767dc3</id>
<content type='text'>
</content>
</entry>
</feed>
