|
307 | 307 | </para>
|
308 | 308 | </listitem>
|
309 | 309 |
|
| 310 | + <listitem> |
| 311 | + <para> |
| 312 | + Add libpq <link linkend="guc-ssl-key-file">parameters</link> for |
| 313 | + specifying the locations of server-side <acronym>SSL</acronym> |
| 314 | + files (Peter Eisentraut) |
| 315 | + </para> |
| 316 | + |
| 317 | + <para> |
| 318 | + This allows changing the location of the files that were previously |
| 319 | + hard-coded to <filename>server.crt</>, <filename>server.key</>, |
| 320 | + <filename>root.crt</>, <filename>root.crl</>. <acronym>CA</> |
| 321 | + (crt) and <acronym>CRL</acronym> files no longer have default |
| 322 | + names, and if specified, these files must exist. |
| 323 | + </para> |
| 324 | + </listitem> |
| 325 | + |
310 | 326 | </itemizedlist>
|
311 | 327 | </sect3>
|
312 | 328 |
|
|
363 | 379 |
|
364 | 380 | </sect3>
|
365 | 381 |
|
366 |
| - <sect3> |
367 |
| - <title>Other Incompatibilities</title> |
368 |
| - |
369 |
| - <itemizedlist> |
370 |
| - |
371 |
| - <listitem> |
372 |
| - <para> |
373 |
| - Add libpq <link linkend="libpq-ssl">parameters</link> for |
374 |
| - specifying the locations of server-side <acronym>SSL</acronym> |
375 |
| - files (Peter Eisentraut) |
376 |
| - </para> |
377 |
| - |
378 |
| - <para> |
379 |
| - This allows changing the location of the files that were previously |
380 |
| - hard-coded to <filename>server.crt</>, <filename>server.key</>, |
381 |
| - <filename>root.crt</>, <filename>root.crl</>. <acronym>CA</> |
382 |
| - (crt) and <acronym>CRL</acronym> files no longer have default |
383 |
| - names, and if specified, these files must exist. |
384 |
| - </para> |
385 |
| - </listitem> |
386 |
| - |
387 |
| - </itemizedlist> |
388 |
| - |
389 |
| - </sect3> |
390 | 382 | </sect2>
|
391 | 383 |
|
392 | 384 | <sect2>
|
|
2392 | 2384 |
|
2393 | 2385 | <listitem>
|
2394 | 2386 | <para>
|
2395 |
| - Add a libpq connection option to disable <acronym>SSL</acronym> |
2396 |
| - compression (Laurenz Albe) |
| 2387 | + Add a libpq <link linkend="libpq-connect-sslcompression">connection |
| 2388 | + option</link> to disable <acronym>SSL</acronym> compression |
| 2389 | + (Laurenz Albe) |
2397 | 2390 | </para>
|
2398 | 2391 |
|
2399 | 2392 | <para>
|
|
0 commit comments