Module: kamailio
Branch: master
Commit: 8f7c0893f0c53b9f399cfa0989fecd9bd15b344d
URL:
https://github.com/kamailio/kamailio/commit/8f7c0893f0c53b9f399cfa0989fecd9…
Author: Kamailio Dev <kamailio.dev(a)kamailio.org>
Committer: Kamailio Dev <kamailio.dev(a)kamailio.org>
Date: 2023-05-12T17:31:24+02:00
modules: readme files regenerated - tls ... [skip ci]
---
Modified: src/modules/tls/README
---
Diff:
https://github.com/kamailio/kamailio/commit/8f7c0893f0c53b9f399cfa0989fecd9…
Patch:
https://github.com/kamailio/kamailio/commit/8f7c0893f0c53b9f399cfa0989fecd9…
---
diff --git a/src/modules/tls/README b/src/modules/tls/README
index 7198c455293..f721ba81d61 100644
--- a/src/modules/tls/README
+++ b/src/modules/tls/README
@@ -676,11 +676,12 @@ Place holder
If RFC 3261 conformance is desired, at least TLSv1 must be used. For
compatibility with older clients SSLv23 is the option, but again, be
- aware of security concerns, SSLv2/3 being considered very insecure by
- 2014. For current information about what's considered secure, please
- consult, IETF BCP 195, currently RFC 7525 - "Recommendations for Secure
- Use of Transport Layer Security (TLS) and Datagram Transport Layer
- Security (DTLS)"
+ aware of security concerns, SSLv2/3 as well as TLS v1.0 and v1.1 are
+ being considered very insecure and are therefore deprecated since March
+ 2021 (RFC 8996). For current information about what's considered
+ secure, please consult, IETF BCP 195, currently RFC 9325 -
+ "Recommendations for Secure Use of Transport Layer Security (TLS) and
+ Datagram Transport Layer Security (DTLS)"
Example 1.3. Set tls_method parameter
...