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:
parent
3f7741000c
commit
6725f0f77d
2
src/3rdparty/md4/qt_attribution.json
vendored
2
src/3rdparty/md4/qt_attribution.json
vendored
@ -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.",
|
||||||
|
2
src/3rdparty/md5/qt_attribution.json
vendored
2
src/3rdparty/md5/qt_attribution.json
vendored
@ -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.",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user