summaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
authorRuslan Nigmatullin <euroelessar@yandex.ru>2013-01-11 16:10:53 +0400
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-01-14 23:44:15 +0100
commitd4adcfb8cc1b22d85641d7e4aa03b67850a4c715 (patch)
tree75c10cecc453d79df7889e2590aa138c97e89eb5 /dist
parent273713b81f5e580748c281c17e08e8b3e2e8ee70 (diff)
Added QMessageAuthenticationCode
QMessageAuthenticationCode is HMAC implementation based on QCryptographicHash abilities. HMAC is often used in OAuth and similar authentication protocols. Change-Id: Ifc73947ad06c36a1b770315b7e89ba5c01c5e79e Reviewed-by: Richard J. Moore <rich@kde.org> Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'dist')
-rw-r--r--dist/changes-5.1.03
1 files changed, 3 insertions, 0 deletions
diff --git a/dist/changes-5.1.0 b/dist/changes-5.1.0
index 4aa06cf342..da97e40d39 100644
--- a/dist/changes-5.1.0
+++ b/dist/changes-5.1.0
@@ -54,6 +54,9 @@ QtCore
* Added operators for adding and subtracting QMargins objects,
multiplication and division for int/qreal and unary minus.
+ - QMessageAuthenticationCode
+ * New class for hash-based message authentication code added to QtCore.
+
-
QtGui