Browse Source

tls: docs for kxlibssl rand engine

Daniel-Constantin Mierla 6 years ago
parent
commit
98a392fa38
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/modules/tls/doc/params.xml

+ 1 - 0
src/modules/tls/doc/params.xml

@@ -1260,6 +1260,7 @@ end
 		<listitem><para>krand - use internal kam_rand() function</para></listitem>
 		<listitem><para>krand - use internal kam_rand() function</para></listitem>
 		<listitem><para>fastrand - use internal fastrand function</para></listitem>
 		<listitem><para>fastrand - use internal fastrand function</para></listitem>
 		<listitem><para>cryptorand - use internal cryptorand (fortuna) function</para></listitem>
 		<listitem><para>cryptorand - use internal cryptorand (fortuna) function</para></listitem>
+		<listitem><para>kxlibssl - default libssl rand engine wrapped by a &kamailio; mutex</para></listitem>
 	</itemizedlist>
 	</itemizedlist>
 	<para>
 	<para>
 		Note: the krand and fastrand engines are not recommended for use on
 		Note: the krand and fastrand engines are not recommended for use on