Skip to content

Commit 134a562

Browse files
doc: Remove links to further reading from pgcrypto docs
The pgcrypto docs contained a set of links for useful reading and technical references. These sets of links were however not actively curated and had stale content and dead links. Rather than investing time into maintining these, this removes them altogether since there are lots of resources online which are actively maintained. Backpatch to all supported versions since these links have been in the docs for a long time. Reported-by: Hanefi Onaldi <hanefi.onaldi@microsoft.com> Reviewed-by: Magnus Hagander <magnus@hagander.net> Reviewed-by: Tom Lane <tgl@sss.pgh.pa.us> Discussion: https://postgr.es/m/170774255387.3279713.2822272755998870925@wrigleys.postgresql.org Backpatch-through: v12
1 parent 95cc48c commit 134a562

File tree

1 file changed

+0
-66
lines changed

1 file changed

+0
-66
lines changed

doc/src/sgml/pgcrypto.sgml

Lines changed: 0 additions & 66 deletions
Original file line numberDiff line numberDiff line change
@@ -1287,72 +1287,6 @@ gen_random_uuid() returns uuid
12871287
ciphertexts of a given size.
12881288
</para>
12891289
</sect3>
1290-
1291-
<sect3>
1292-
<title>Useful Reading</title>
1293-
1294-
<itemizedlist>
1295-
<listitem>
1296-
<para><ulink url="https://www.gnupg.org/gph/en/manual.html"></ulink></para>
1297-
<para>The GNU Privacy Handbook.</para>
1298-
</listitem>
1299-
<listitem>
1300-
<para><ulink url="https://www.openwall.com/crypt/"></ulink></para>
1301-
<para>Describes the crypt-blowfish algorithm.</para>
1302-
</listitem>
1303-
<listitem>
1304-
<para>
1305-
<ulink url="https://www.iusmentis.com/security/passphrasefaq/"></ulink>
1306-
</para>
1307-
<para>How to choose a good password.</para>
1308-
</listitem>
1309-
<listitem>
1310-
<para><ulink url="http://world.std.com/~reinhold/diceware.html"></ulink></para>
1311-
<para>Interesting idea for picking passwords.</para>
1312-
</listitem>
1313-
<listitem>
1314-
<para>
1315-
<ulink url="http://www.interhack.net/people/cmcurtin/snake-oil-faq.html"></ulink>
1316-
</para>
1317-
<para>Describes good and bad cryptography.</para>
1318-
</listitem>
1319-
</itemizedlist>
1320-
</sect3>
1321-
1322-
<sect3>
1323-
<title>Technical References</title>
1324-
1325-
<itemizedlist>
1326-
<listitem>
1327-
<para><ulink url="https://tools.ietf.org/html/rfc4880"></ulink></para>
1328-
<para>OpenPGP message format.</para>
1329-
</listitem>
1330-
<listitem>
1331-
<para><ulink url="https://tools.ietf.org/html/rfc1321"></ulink></para>
1332-
<para>The MD5 Message-Digest Algorithm.</para>
1333-
</listitem>
1334-
<listitem>
1335-
<para><ulink url="https://tools.ietf.org/html/rfc2104"></ulink></para>
1336-
<para>HMAC: Keyed-Hashing for Message Authentication.</para>
1337-
</listitem>
1338-
<listitem>
1339-
<para>
1340-
<ulink url="https://www.usenix.org/legacy/events/usenix99/provos.html"></ulink>
1341-
</para>
1342-
<para>Comparison of crypt-des, crypt-md5 and bcrypt algorithms.</para>
1343-
</listitem>
1344-
<listitem>
1345-
<para>
1346-
<ulink url="https://en.wikipedia.org/wiki/Fortuna_(PRNG)"></ulink>
1347-
</para>
1348-
<para>Description of Fortuna CSPRNG.</para>
1349-
</listitem>
1350-
<listitem>
1351-
<para><ulink url="https://jlcooke.ca/random/"></ulink></para>
1352-
<para>Jean-Luc Cooke Fortuna-based <filename>/dev/random</filename> driver for Linux.</para>
1353-
</listitem>
1354-
</itemizedlist>
1355-
</sect3>
13561290
</sect2>
13571291

13581292
<sect2>

0 commit comments

Comments
 (0)