added tnccs_dynamic plugin and tnccs_11 refactoring to NEWS

This commit is contained in:
Andreas Steffen 2011-01-31 05:37:41 +01:00
parent 88e15afc8c
commit 5cdaafefc1
1 changed files with 10 additions and 1 deletions

11
NEWS
View File

@ -3,11 +3,19 @@ strongswan-4.5.1
- Sansar Choinyambuu implemented the RFC 5793 Posture Broker Protocol (BP)
compatible with Trusted Network Connect (TNC). The TNCCS 2.0 protocol
requires the tnccs_20, tnc_imc and tnc_imv plugins but dose not depend
requires the tnccs_20, tnc_imc and tnc_imv plugins but does not depend
on the libtnc library. Any available IMV/IMC pairs conforming to the
Trusted Computing Group's TNC-IF-IMV/IMC 1.2 interface specification
can be loaded via /etc/tnc_config.
- Re-implemented the TNCCS 1.1 protocol by using the tnc_imc and tnc_imv
in place of the external libtnc library.
- The tnccs_dynamic plugin loaded on a TNC server in addition to the
tnccs_11 and tnccs_20 plugins, dynamically detects the IF-TNCCS
protocol version used by a TNC client and invokes an instance of
the corresponding protocol stack.
- IKE and ESP proposals can now be stored in an SQL database using a
new proposals table. The start_action field in the child_configs
tables allows the automatic starting or routing of connections stored
@ -64,6 +72,7 @@ strongswan-4.5.1
- The revocation and x509 libstrongswan plugins and the pki tool gained basic
support for delta CRLs.
strongswan-4.5.0
----------------