This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Broken URLs in sha module docs
Type: Stage:
Components: Documentation Versions:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: akuchling Nosy List: akuchling, troelst
Priority: normal Keywords:

Created on 2004-06-23 21:47 by troelst, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg21263 - (view) Author: Troels Therkelsen (troelst) Date: 2004-06-23 21:47
The following URLs are broken:

http://csrc.nist.gov/publications/fips/fips180-1/fip180-
1.txt
http://csrc.nist.gov/publications/fips/fips180-1/fip180-
1.pdf

Only thing I can suggest to fix this is to change the links 
to point to the pdf document describing the FIPS 180-2 
version of the algorithm(s) as this document describes 
the SHA-1 algorithm in addition to the higher bit count 
SHA algorithms.  AFAIK there's no text version, but then 
again, I didn't look too hard for one.

FIPS 180-2 URL: 
http://csrc.nist.gov/publications/fips/fips180-2/fips180-
2withchangenotice.pdf
msg21264 - (view) Author: A.M. Kuchling (akuchling) * (Python committer) Date: 2004-06-29 13:35
Logged In: YES 
user_id=11375

Fixed in CVS; thanks!
History
Date User Action Args
2022-04-11 14:56:05adminsetgithub: 40439
2004-06-23 21:47:55troelstcreate