doc: Remove links to further reading from pgcrypto docs
authorDaniel Gustafsson
Wed, 14 Feb 2024 10:05:10 +0000 (11:05 +0100)
committerDaniel Gustafsson
Wed, 14 Feb 2024 10:05:10 +0000 (11:05 +0100)
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
Reviewed-by: Magnus Hagander
Reviewed-by: Tom Lane
Discussion: https://postgr.es/m/170774255387.3279713.2822272755998870925@wrigleys.postgresql.org
Backpatch-through: v12

doc/src/sgml/pgcrypto.sgml

index b108511b4244158cc168f00282ec126d8d9c2dfb..ba1f7e28508389684d64f5a09d3f49bc61ebabd8 100644 (file)
@@ -1298,72 +1298,6 @@ gen_random_uuid() returns uuid
     ciphertexts of a given size.
    
   
-
-  
-   Useful Reading
-
-   
-    
-     
-     The GNU Privacy Handbook.
-    
-    
-     
-     Describes the crypt-blowfish algorithm.
-    
-    
-     
-      
-     
-     How to choose a good password.
-    
-    
-     
-     Interesting idea for picking passwords.
-    
-    
-     
-      
-     
-     Describes good and bad cryptography.
-    
-   
-  
-
-  
-   Technical References
-
-   
-    
-     
-     OpenPGP message format.
-    
-    
-     
-     The MD5 Message-Digest Algorithm.
-    
-    
-     
-     HMAC: Keyed-Hashing for Message Authentication.
-    
-    
-     
-      
-     
-     Comparison of crypt-des, crypt-md5 and bcrypt algorithms.
-    
-    
-     
-      
-     
-     Description of Fortuna CSPRNG.
-    
-    
-     
-     Jean-Luc Cooke Fortuna-based /dev/random driver for Linux.
-    
-   
-