Attributions: Don't mention QT_CRYPTOGRAPHICHASH_ONLY_SHA1

It's only meant for bootstrap builds.
Considering that SHA1 is deprecated by NIST we should not artificially
limit ourselves to using only that.

Task-number: QTBUG-93838
Change-Id: Ib779ad4e4349cfdc71d797eb3ba5ccfb7747e933
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
This commit is contained in:
Mårten Nordheim 2021-05-20 17:31:02 +02:00
parent 3f7741000c
commit 6725f0f77d
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
"Id": "md4", "Id": "md4",
"Name": "MD4", "Name": "MD4",
"QDocModule": "qtcore", "QDocModule": "qtcore",
"QtUsage": "Used in Qt Core (QCryptographicHash). Configure with -DQT_CRYPTOGRAPHICHASH_ONLY_SHA1 to avoid.", "QtUsage": "Used in Qt Core (QCryptographicHash).",
"Description": "Treat as final version; no upstream known", "Description": "Treat as final version; no upstream known",
"Description": "An OpenSSL-compatible implementation of the RSA Data Security, Inc. MD4 Message-Digest Algorithm.", "Description": "An OpenSSL-compatible implementation of the RSA Data Security, Inc. MD4 Message-Digest Algorithm.",

View File

@ -2,7 +2,7 @@
"Id": "md5", "Id": "md5",
"Name": "MD5", "Name": "MD5",
"QDocModule": "qtcore", "QDocModule": "qtcore",
"QtUsage": "Used in Qt Core (QCryptographicHash). Configure with -DQT_CRYPTOGRAPHICHASH_ONLY_SHA1 to avoid.", "QtUsage": "Used in Qt Core (QCryptographicHash).",
"Description": "Treat as final version; no upstream known", "Description": "Treat as final version; no upstream known",
"Description": "MD5 message-digest algorithm.", "Description": "MD5 message-digest algorithm.",