1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

secure Openwall URLs

This commit is contained in:
Viktor Szakats 2018-09-14 18:48:35 +00:00
parent 4ff5f9405a
commit 420087bb30
3 changed files with 3 additions and 3 deletions

View File

@ -61,7 +61,7 @@ announcement.
Figure out the CWE (Common Weakness Enumeration) number for the flaw. Figure out the CWE (Common Weakness Enumeration) number for the flaw.
- Request a CVE number from - 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 when also informing and preparing them for the upcoming public security
vulnerability announcement - attach the advisory draft for information. Note vulnerability announcement - attach the advisory draft for information. Note
that 'distros' won't accept an embargo longer than 14 days and they do not that 'distros' won't accept an embargo longer than 14 days and they do not

View File

@ -3,7 +3,7 @@
* MD4 Message-Digest Algorithm (RFC 1320). * MD4 Message-Digest Algorithm (RFC 1320).
* *
* Homepage: * 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: * Author:
* Alexander Peslyak, better known as Solar Designer <solar at openwall.com> * Alexander Peslyak, better known as Solar Designer <solar at openwall.com>

View File

@ -177,7 +177,7 @@ static void MD5_Final(unsigned char digest[16], MD5_CTX *ctx)
* MD5 Message-Digest Algorithm (RFC 1321). * MD5 Message-Digest Algorithm (RFC 1321).
* *
* Homepage: * 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: * Author:
* Alexander Peslyak, better known as Solar Designer <solar at openwall.com> * Alexander Peslyak, better known as Solar Designer <solar at openwall.com>