...
|
...
|
@@ -617,6 +617,8 @@ Place holder
|
617
|
617
|
10.1. tls_method (string)
|
618
|
618
|
|
619
|
619
|
Sets the TLS protocol method. Possible values are:
|
|
620
|
+ * TLSv1.2+ - TLSv1.2 or newer (TLSv1.3, ...) connections are accepted
|
|
621
|
+ (available starting with openssl/libssl v1.1.1)
|
620
|
622
|
* TLSv1.2 - only TLSv1.2 connections are accepted (available starting
|
621
|
623
|
with openssl/libssl v1.0.1e)
|
622
|
624
|
* TLSv1.1+ - TLSv1.1 or newer (TLSv1.2, ...) connections are accepted
|
...
|
...
|
@@ -1436,6 +1438,7 @@ end
|
1436
|
1438
|
* krand - use internal kam_rand() function
|
1437
|
1439
|
* fastrand - use internal fastrand (ISAAC) function
|
1438
|
1440
|
* cryptorand - use internal cryptorand (Fortuna) function
|
|
1441
|
+ * kxlibssl - default libssl rand engine wrapped by a Kamailio mutex
|
1439
|
1442
|
|
1440
|
1443
|
Note: the krand and fastrand engines are not recommended for use on
|
1441
|
1444
|
systems requiring strong security, as they may not generate numbers
|