Version 4.2.2 » History » Version 1
Tobias Brunner, 01.09.2009 14:14
Changes for Version 4.2.2
1 | 1 | Tobias Brunner | h1. Version 4.2.2 |
---|---|---|---|
2 | 1 | Tobias Brunner | |
3 | 1 | Tobias Brunner | * Plugins for libstrongswan and charon can optionally be loaded according |
4 | 1 | Tobias Brunner | to a configuration in strongswan.conf. Most components provide a |
5 | 1 | Tobias Brunner | "load = " option followed by a space separated list of plugins to load. |
6 | 1 | Tobias Brunner | This allows e.g. the fallback from a hardware crypto accelerator to |
7 | 1 | Tobias Brunner | to software-based crypto plugins. |
8 | 1 | Tobias Brunner | |
9 | 1 | Tobias Brunner | * Charons SQL plugin has been extended by a virtual IP address pool. |
10 | 1 | Tobias Brunner | Configurations with a rightsourceip=%poolname setting query a SQLite or |
11 | 1 | Tobias Brunner | MySQL database for leases. The "ipsec pool" command helps in administrating |
12 | 1 | Tobias Brunner | the pool database. See ipsec pool --help for the available options |
13 | 1 | Tobias Brunner | |
14 | 1 | Tobias Brunner | * The Authenticated Encryption Algorithms AES-CCM-8/12/16 and AES-GCM-8/12/16 |
15 | 1 | Tobias Brunner | for ESP are now supported starting with the Linux 2.6.25 kernel. The |
16 | 1 | Tobias Brunner | syntax is e.g. esp=aes128ccm12 or esp=aes256gcm16. |