Internet-Draft | ALPN usage for SIP | August 2021 |
Johansson | Expires 25 February 2022 | [Page] |
Many SIP specifications use other protocols in addition to the core SIP protocol, like HTTP and MSRP. In order to be able to use multiple protocols on the same port with TLS, a TLS Application Protocol Negotiation Extension (ALPN) protocol ID is needed (RFC 7301 [RFC7301]). This document registers "sip" as the ALPN protocol ID for the SIP protocol.¶
This Internet-Draft is submitted in full conformance with the provisions of BCP 78 and BCP 79.¶
Internet-Drafts are working documents of the Internet Engineering Task Force (IETF). Note that other groups may also distribute working documents as Internet-Drafts. The list of current Internet-Drafts is at https://datatracker.ietf.org/drafts/current/.¶
Internet-Drafts are draft documents valid for a maximum of six months and may be updated, replaced, or obsoleted by other documents at any time. It is inappropriate to use Internet-Drafts as reference material or to cite them other than as "work in progress."¶
This Internet-Draft will expire on 25 February 2022.¶
Copyright (c) 2021 IETF Trust and the persons identified as the document authors. All rights reserved.¶
This document is subject to BCP 78 and the IETF Trust's Legal Provisions Relating to IETF Documents (https://trustee.ietf.org/license-info) in effect on the date of publication of this document. Please review these documents carefully, as they describe your rights and restrictions with respect to this document. Code Components extracted from this document must include Simplified BSD License text as described in Section 4.e of the Trust Legal Provisions and are provided without warranty as described in the Simplified BSD License.¶
A modern SIP server not only supports the Session Initation Protocol (RFC 3261 [RFC3261]), but also needs to support HTTP and possibly other related protocols, like MSRP. To reduce the number of ports used, a SIP server supporting Transport Layer Security (TLS) can support multiple protocols on the same port, provided the clients signal protocol usage with ALPN.¶
Registration following the specification in RFC 7301 [RFC7301]¶
This document was inspired by registration feedback from Rich Salz.¶
This document registres a new ALPN in the "Application-Layer Protocol Negotiation (ALPN) Protocol IDs" registry under the existing "Transport Layer Security (TLS) Extensions" heading.¶
This document modifies the behaviour of compliant SIP servers when being used by compliant SIP implementations (servers and clients). It does not add any known security issues to the protocol.¶
For security considerations related to usage of ALPN in TLS, see RFC 7301 [RFC7301]¶