]> granicus.if.org Git - curl/commitdiff
secure Openwall URLs
authorViktor Szakats <commit@vszakats.net>
Fri, 14 Sep 2018 18:48:35 +0000 (18:48 +0000)
committerViktor Szakats <commit@vszakats.net>
Fri, 14 Sep 2018 18:48:35 +0000 (18:48 +0000)
docs/SECURITY-PROCESS.md
lib/md4.c
lib/md5.c

index 6ef7757caf7f941df1ab9821acaacc8371c13fa6..6cae5036b43092058ad837724501af23d689ff3e 100644 (file)
@@ -61,7 +61,7 @@ announcement.
   Figure out the CWE (Common Weakness Enumeration) number for the flaw.
 
 - Request a CVE number from
-  [distros@openwall](http://oss-security.openwall.org/wiki/mailing-lists/distros)
+  [distros@openwall](https://oss-security.openwall.org/wiki/mailing-lists/distros)
   when also informing and preparing them for the upcoming public security
   vulnerability announcement - attach the advisory draft for information. Note
   that 'distros' won't accept an embargo longer than 14 days and they do not
index 2bb7dcc25ae311715cd9e1d82a84e5465df6effd..d350602163226a5f8cfd6bfa7cc299b6335f9f24 100644 (file)
--- a/lib/md4.c
+++ b/lib/md4.c
@@ -3,7 +3,7 @@
  * MD4 Message-Digest Algorithm (RFC 1320).
  *
  * Homepage:
- http://openwall.info/wiki/people/solar/software/public-domain-source-code/md4
+ https://openwall.info/wiki/people/solar/software/public-domain-source-code/md4
  *
  * Author:
  * Alexander Peslyak, better known as Solar Designer <solar at openwall.com>
index b819d3924021d14c49b6625af443194729141c16..45f45bbd9eb44888328ea0dd7204e2ec3cac75df 100644 (file)
--- a/lib/md5.c
+++ b/lib/md5.c
@@ -177,7 +177,7 @@ static void MD5_Final(unsigned char digest[16], MD5_CTX *ctx)
  * MD5 Message-Digest Algorithm (RFC 1321).
  *
  * Homepage:
- http://openwall.info/wiki/people/solar/software/public-domain-source-code/md5
+ https://openwall.info/wiki/people/solar/software/public-domain-source-code/md5
  *
  * Author:
  * Alexander Peslyak, better known as Solar Designer <solar at openwall.com>