About |
About -> News -> SIP IdentityNew identity moduleOpenSIPS 1.5.0 has a new module. The "identity" module is an implementation of SIP identity as per RFC 4474 : Abstract (from RFC) : The existing security mechanisms in the Session Initiation Protocol (SIP) are inadequate for cryptographically assuring the identity of the end users that originate SIP requests, especially in an interdomain context. This document defines a mechanism for securely identifying originators of SIP messages. It does so by defining two new SIP header fields, Identity, for conveying a signature used for validating the identity, and Identity-Info, for conveying a reference to the certificate of the signer This module was written and contributed by Alexander Christ (Cologne University of Applied Sciences) almost 2 years go. I took the code and refurbished it - updated it for OpenSIPS 1.5.0 and reworked the SIP header manipulation code (for creating, adding and searching SIP headers), an lot of other thinks. Unfortunately Alexander was not interested in maintaining this module, so I took the job from him, and finally uploaded the module. Documentation (with examples and scripts) is available on web site : http://www.opensips.org/html/docs/modules/devel/identity.html Please carefully read the "Limitation section" before using this module: http://www.opensips.org/html/docs/modules/devel/identity.html#id228395 The next step (in the future releases) will be to work out these limitations. |