diff options
author | Tim Rühsen <tim.ruehsen@gmx.de> | 2019-02-05 16:25:25 +0100 |
---|---|---|
committer | Tim Rühsen <tim.ruehsen@gmx.de> | 2019-03-13 10:59:34 +0100 |
commit | fff7aefc7431dac43eeefe34d81900ab3df568c2 (patch) | |
tree | 62400bb61515c459ad1c246cc62c8338bd9d981d /doc | |
parent | 0a47c08db07d0a01018aec34d10a294aed79fdd1 (diff) | |
download | gnutls-fff7aefc7431dac43eeefe34d81900ab3df568c2.tar.gz |
Use https:// for csrc.nist.gov
Signed-off-by: Tim Rühsen <tim.ruehsen@gmx.de>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/cha-bib.texi | 2 | ||||
-rw-r--r-- | doc/latex/gnutls.bib | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/cha-bib.texi b/doc/cha-bib.texi index 457187cd8c..d490fbe1ab 100644 --- a/doc/cha-bib.texi +++ b/doc/cha-bib.texi @@ -28,7 +28,7 @@ Available from @url{http://tools.ietf.org/html/draft-ietf-websec-key-pinning-01} @item @anchor{NISTSP80057}[NISTSP80057] NIST Special Publication 800-57, "Recommendation for Key Management - Part 1: General (Revised)", March 2007, available from -@url{http://csrc.nist.gov/publications/nistpubs/800-57/sp800-57-Part1-revised2_Mar08-2007.pdf}. +@url{https://csrc.nist.gov/publications/nistpubs/800-57/sp800-57-Part1-revised2_Mar08-2007.pdf}. @item @anchor{RFC7413}[RFC7413] Y. Cheng and J. Chu and S. Radhakrishnan and A. Jain, "TCP Fast Open", diff --git a/doc/latex/gnutls.bib b/doc/latex/gnutls.bib index 49e1287988..5395d6451d 100644 --- a/doc/latex/gnutls.bib +++ b/doc/latex/gnutls.bib @@ -242,7 +242,7 @@ title="{NIST Special Publication 800-57, Recommendation for Key Management - Part 1: General (Revised)}", month="March", year="2007", - url="http://csrc.nist.gov/publications/nistpubs/800-57/sp800-57-Part1-revised2_Mar08-2007.pdf" + url="https://csrc.nist.gov/publications/nistpubs/800-57/sp800-57-Part1-revised2_Mar08-2007.pdf" } @Misc{ RFC5246, |