Difference between revisions of "Release Notes"

From OpenHIP
Jump to: navigation, search
(add TOC)
(qualify mobile router claim)
Line 4: Line 4:
 
* Boeing's [http://en.wikipedia.org/wiki/Secure_Mobile_Architecture_(SMA) Secure Mobile Architecture] (SMA) implementation
 
* Boeing's [http://en.wikipedia.org/wiki/Secure_Mobile_Architecture_(SMA) Secure Mobile Architecture] (SMA) implementation
 
* Smartcard support with LDAP configuration API
 
* Smartcard support with LDAP configuration API
* Mobile router implementation of draft-melen-hip-mr-02.txt
+
* Mobile router implementation of draft-melen-hip-mr-02.txt (Note:  This is not an interoperable implementation with a draft-conformant implementation, but more of a demo-level implementation of the key features of HIP mobile router).
  
 
Note that instructions for building and configuring these new options
 
Note that instructions for building and configuring these new options

Revision as of 03:56, 29 May 2009

Main Page - Overview - Installation - Configuration - Usage - Contributing - Doxygen - Links

Version 0.6 May 2009

This is a maintenance release that fixes several bugs, and introduces the following new code:

  • Boeing's Secure Mobile Architecture (SMA) implementation
  • Smartcard support with LDAP configuration API
  • Mobile router implementation of draft-melen-hip-mr-02.txt (Note: This is not an interoperable implementation with a draft-conformant implementation, but more of a demo-level implementation of the key features of HIP mobile router).

Note that instructions for building and configuring these new options are being developed, check this wiki (Usage) for updated information.

0.6 RFC/draft conformance

  • RFC 5201 Host Identity Protocol (updated)
  • RFC 5202 Using the ESP Transport Format with HIP (updated)
  • RFC 5206 End-Host Mobility and Multihoming with HIP (updated)
  • draft-melen-hip-mr-02.txt (new)

Note that these drafts may be outdated, and support for these is not as well maintained in this release:

  • draft-ahrenholz-hiprg-dht-01.txt
  • draft-nikander-hiprg-hi3-00.txt
  • draft-ietf-hip-registration-00.txt
  • draft-ietf-hip-rvs-00.txt
  • draft-schmitt-hip-nat-traversal-02.txt

0.6 bug changes

These bugs have been closed with this release:

  • #1808230 missing hip.conf causes trouble
  • #2695595 openssl causes segfault under heavy client load
  • #2717273 openhip 0.5.1 interop fails w/InfraHIP HIPL implementation
  • #1464511 problems restarting service (Win XP)
  • #1689477 hipmon GUI interacts poorly with starting daemon (XP)
  • #1653438 killing hipd writes 127.0.1.1 to known_host_identities
  • #1689481 Windows folder sharing performance
  • #1689478 XP performance using HIP
  • #1689468 IPsec and windows firewall with XP installation
  • #1689467 hipd crashes when laptop goes to standby
  • #1641824 behavior with missing known_host_identities.xml
  • #1689469 known_host_identities appends IDs that are already there
  • #2695529 hitgen directories problematic
  • #2769083 known host warning
  • #1679124 hip -a option doesn't work for OS X
  • #2790916 should send LOCATOR_TYPE_UNSUPPORTED notify messages

These bugs have been opened, are known issues:

  • #2763282 startup delayed with many entries in known_host_identities
  • #2763428 can't connect with IPv4 LSI after IPv6 used
  • #2765780 SAs never initiate rekey, sa_lifetime unused
  • #2769083 add warning about known_hosts_identities.xml
  • #2777680 src/linux/hip_linux_umh.c built on Mac OS X

Visit the bugtracker for more details and the latest bug status.

Version 0.5.1 June 2008

This is just a small maintenance release, for interoperability.

  • Update Protocol Number to "139" to align with published RFC 5201.
  • Add known host identities for infrahip machines
  • Fix a parameter ordering problem

Version 0.5 October 2007

This version implements the following IETF Internet Drafts:

  • draft-ietf-hip-base-09.txt
  • draft-ietf-hip-esp-06.txt
  • draft-ietf-hip-mm-05.txt
  • draft-ahrenholz-hiprg-dht-01.txt

In addition, one can follow draft-ietf-hip-applications-01 and use this implementation with legacy applications and APIs.

This version also provides (largely unmaintained) support for some earlier other HIP drafts:

  • draft-nikander-hiprg-hi3-00.txt
  • draft-ietf-hip-registration-00.txt
  • draft-ietf-hip-rvs-00.txt
  • draft-schmitt-hip-nat-traversal-02.txt