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 2e29f1d6f774981c1b68afd4cf228c1e8f524d0a..2db159be71cdf609e5b27d0ae6c37501c1391285 100644 (file)
@@ -1220,72 +1220,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.
-    
-   
-