aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorlloyd <[email protected]>2013-03-16 17:44:36 +0000
committerlloyd <[email protected]>2013-03-16 17:44:36 +0000
commit3b6eac4497ecf68053d28dd7f84056ee469129d7 (patch)
treec4d93674550e6642e197cae80c58788e928fc92c /doc
parent35c5cbed2ebe0eb72e2ff665b78a9027d17c19ec (diff)
Add algorithm_kat_detailed which returns a string with info about the failure
Diffstat (limited to 'doc')
-rw-r--r--doc/relnotes/1_11_3.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/relnotes/1_11_3.rst b/doc/relnotes/1_11_3.rst
index 244e3cfae..0b12a8439 100644
--- a/doc/relnotes/1_11_3.rst
+++ b/doc/relnotes/1_11_3.rst
@@ -2,3 +2,7 @@ Version 1.11.3, Not Yet Released
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
* New functions for symmetric encryption are included in cryptobox.h
+
+* A new function :cpp:func:`algorithm_kat_detailed` returns a string
+ providing information about failures, instead of just a pass/fail
+ indicator as in :cpp:func:`algorithm_kat`.