File tree Expand file tree Collapse file tree 1 file changed +5
-10
lines changed Expand file tree Collapse file tree 1 file changed +5
-10
lines changed Original file line number Diff line number Diff line change @@ -1942,7 +1942,7 @@ same commits as above
19421942-->
19431943
19441944 <para>
1945- Add SQL procedures, which can start and commit their own
1945+ Add SQL-level procedures, which can start and commit their own
19461946 transactions (Peter Eisentraut)
19471947 </para>
19481948
@@ -2685,15 +2685,10 @@ same commits as above
26852685 </para>
26862686
26872687 <para>
2688- While <acronym>SCRAM</acronym> always prevents the
2689- replay of transmitted hashed passwords in a later session,
2690- <acronym>SCRAM</acronym> with channel binding can also prevent
2691- man-in-the-middle attacks. However, since there is no way
2692- to <emphasis>force</emphasis> channel binding in libpq,
2693- the feature currently does not prevent man-in-the-middle
2694- attacks when using libpq and interfaces built using it. It is
2695- expected that future versions of libpq and interfaces not built
2696- using libpq, e.g. JDBC, will allow this capability.
2688+ <acronym>SCRAM</acronym> cannot prevent man-in-the-middle attacks
2689+ unless it can be forced. Unfortunately, there is no way to do
2690+ this in libpq. This is expected in future versions of libpq
2691+ and in interfaces not built using libpq, e.g. JDBC.
26972692 </para>
26982693 </listitem>
26992694
You can’t perform that action at this time.
0 commit comments