A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://www.rfc-editor.org/rfc/rfc9662.xml below:

Introduction "Transport Layer Security (TLS) Transport Mapping for Syslog" and "Datagram Transport Layer Security (DTLS) Transport Mapping for Syslog" describe using TLS and DTLS to securely transport syslog messages. Both of these specifications require the use of RSA-based certificates and the use of TLS and DTLS versions that are not the most recent. requires that implementations MUST support TLS 1.2 and are REQUIRED to support the mandatory-to-implement cipher suite TLS_RSA_WITH_AES_128_CBC_SHA. requires that implementations " MUST " support DTLS 1.0 and are also " REQUIRED " to support the mandatory-to-implement cipher suite TLS_RSA_WITH_AES_128_CBC_SHA. The community is moving away from cipher suites that do not offer forward secrecy and towards more robust suites. The DTLS 1.0 transport has been deprecated by RFC 8996 , and the community is moving to DTLS 1.2 and DTLS 1.3 . This document updates and to prefer the use of TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 over the use of TLS_RSA_WITH_AES_128_CBC_SHA. This document also updates by recommending a mandatory-to-implement secure datagram transport. Terminology The key words " MUST ", " MUST NOT ", " REQUIRED ", " SHALL ", " SHALL NOT ", " SHOULD ", " SHOULD NOT ", " RECOMMENDED ", " NOT RECOMMENDED ", " MAY ", and " OPTIONAL " in this document are to be interpreted as described in BCP 14 when, and only when, they appear in all capitals, as shown here. Support for Updating generally reminds us that cryptographic algorithms and parameters will be broken or weakened over time. Blindly implementing the cryptographic algorithms listed in any specification is not advised. Implementers and users need to check that the cryptographic algorithms specified continue to provide the expected level of security. As the Syslog Working Group determined, syslog clients and servers MUST use certificates as defined in . Since both and REQUIRED the use of TLS_RSA_WITH_AES_128_CBC_SHA, it is very likely that RSA certificates have been implemented in devices adhering to those specifications. RFC 9325 notes that ECDHE cipher suites exist for both RSA and ECDSA certificates, so moving to an ECDHE cipher suite will not require replacing or moving away from any currently installed RSA-based certificates. documents that the cipher suite TLS_RSA_WITH_AES_128_CBC_SHA, along with some other cipher suites, may require mitigation techniques to achieve expected security, which may be difficult to effectively implement. Along those lines, RFC 9325 notes that TLS_RSA_WITH_AES_128_CBC_SHA does not provide forward secrecy, a feature that is highly desirable in securing event messages. That document also goes on to recommend TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 as a cipher suite that does provide forward secrecy. As such, the community is moving away from algorithms that do not provide forward secrecy. For example, the International Electrotechnical Commission (IEC) has selected more robust suites such as TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256, which is also listed as a currently RECOMMENDED algorithm in for their deployments of secure syslog. Additionally, RFC 8996 deprecates the use of DTLS 1.0 , which is the mandatory-to-implement transport protocol per . Therefore, that transport protocol must be updated. Finally, RFC 9325 provides guidance on the support of TLS 1.3 and DTLS 1.3 . Therefore, to maintain interoperability across implementations, the mandatory-to-implement cipher suites listed in and should be updated so that implementations of secure syslog will still interoperate and provide an acceptable and expected level of security. However, since there are many implementations of syslog using the cipher suites mandated by , a sudden change is not desirable. To accommodate a migration path, TLS_RSA_WITH_AES_128_CBC_SHA or TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 may be used, but it is REQUIRED that TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 be preferred. Updates to RFC 5425 The mandatory-to-implement cipher suites are REQUIRED to be TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 and TLS_RSA_WITH_AES_128_CBC_SHA. Implementations of SHOULD offer TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 but MAY offer TLS_RSA_WITH_AES_128_CBC_SHA. Implementations of MUST continue to use TLS 1.2 as the mandatory-to-implement transport protocol. As per RFC 9325 , implementations of SHOULD support TLS 1.3 and, if implemented, MUST prefer to negotiate TLS 1.3 over earlier versions of TLS. Updates to RFC 6012 The mandatory-to-implement cipher suites are REQUIRED to be TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 and TLS_RSA_WITH_AES_128_CBC_SHA. Implementations of SHOULD offer TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 but MAY offer TLS_RSA_WITH_AES_128_CBC_SHA. As specified in RFCs 8996 and 9325 , implementations of MUST NOT use DTLS 1.0 . Implementations MUST use DTLS 1.2 . DTLS 1.2 implementations SHOULD support and prefer the mandatory-to-implement cipher suite TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256. As per RFC 9325 , implementations of SHOULD support DTLS 1.3 and, if implemented, MUST prefer to negotiate DTLS version 1.3 over earlier versions of DTLS. Early Data Early data (aka 0-RTT data) is a mechanism defined in TLS 1.3 that allows a client to send data ("early data") as part of the first flight of messages to a server. Early data is permitted by TLS 1.3 when the client and server share a PSK, either obtained externally or via a previous handshake. The client uses the PSK to authenticate the server and to encrypt the early data. As noted in , the security properties for early data are weaker than those for subsequent TLS-protected data. In particular, early data is not forward secret, and there are no protections against the replay of early data between connections. requires that applications not use early data without a profile that defines its use. Because syslog does not support replay protection (see ) and most implementations establish a long-lived connection, this document specifies that implementations MUST NOT use early data. IANA Considerations This document has no IANA actions. Security Considerations RFCs 8996 and 9325 deprecate an insecure DTLS transport protocol from and deprecate insecure cipher suites from and . However, the installed base of syslog implementations is not easily updated to immediately adhere to those changes. This document updates the mandatory-to-implement cipher suites to allow for a migration from TLS_RSA_WITH_AES_128_CBC_SHA to TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 without deprecating the former. Implementations should prefer to use TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256. If a device currently only has TLS_RSA_WITH_AES_128_CBC_SHA, an administrator of the network should evaluate the conditions and determine if TLS_RSA_WITH_AES_128_CBC_SHA should be allowed so that syslog messages may continue to be delivered until the device is updated to have TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256.

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4