summaryrefslogtreecommitdiff
path: root/random/random-drbg.c
diff options
context:
space:
mode:
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>2019-05-14 13:53:04 -0400
committerDaniel Kahn Gillmor <dkg@fifthhorseman.net>2019-05-14 16:26:02 -0400
commit0df498e81fd36fb9af1916dcc5f05536fbc9e29f (patch)
tree428cf3fc40199effdc98378a62539f1d713ad064 /random/random-drbg.c
parent34e9306a66b47785ddbab6594ae4c23581d35b5a (diff)
downloadlibgcrypt-http-to-https.tar.gz
use https instead of cleartext http where possiblehttp-to-https
The following domains all offer https, so use it: - creativecommons.org - cr.yp.to - cryptojedi.org - crypto.stanford.edu - csrc.nist.gov - donate.fsf.org - ed25519.cr.yp.to - eprint.iacr.org - git.savannah.gnu.org - gnu.org - graphics.stanford.edu - info.isl.ntt.co.jp - lists.gnu.org - lists.gnupg.org - people.csail.mit.edu - shiftleft.org - software.intel.com - tools.ietf.org - web.archive.org - web.cs.ucdavis.edu - www.calcurco.cat - www.columbia.edu - www.cs.tau.ac.il - www.cs.technion.ac.il - www.cs.ucdavis.edu - www.g10code.com - www.gnu.org - www.gnupg.org - www.ii.uib.no - www.intel.com - www.larc.usp.br Signed-off-by: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
Diffstat (limited to 'random/random-drbg.c')
-rw-r--r--random/random-drbg.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/random/random-drbg.c b/random/random-drbg.c
index e0b4230e..8d662651 100644
--- a/random/random-drbg.c
+++ b/random/random-drbg.c
@@ -1970,7 +1970,7 @@ _gcry_rngdrbg_randomize (void *buffer, size_t length,
/*
* Test vectors from
- * http://csrc.nist.gov/groups/STM/cavp/documents/drbg/drbgtestvectors.zip
+ * https://csrc.nist.gov/groups/STM/cavp/documents/drbg/drbgtestvectors.zip
*/
struct gcry_drbg_test_vector drbg_test_pr[] = {
{
@@ -2283,7 +2283,7 @@ struct gcry_drbg_test_vector drbg_test_nopr[] = {
/*
* Tests implement the CAVS test approach as documented in
- * http://csrc.nist.gov/groups/STM/cavp/documents/drbg/DRBGVS.pdf
+ * https://csrc.nist.gov/groups/STM/cavp/documents/drbg/DRBGVS.pdf
*/
/*