summaryrefslogtreecommitdiff
path: root/lib/privkey_raw.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/privkey_raw.c')
-rw-r--r--lib/privkey_raw.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/privkey_raw.c b/lib/privkey_raw.c
index 69c810d140..c78c6b71f8 100644
--- a/lib/privkey_raw.c
+++ b/lib/privkey_raw.c
@@ -273,6 +273,9 @@ int ret;
* in the given structure. The new parameters will be allocated using
* gnutls_malloc() and will be stored in the appropriate datum.
*
+ * Note: parameters will be stored with least significant byte first. On
+ * version 3.6.3 this was incorrectly returned in big-endian format.
+ *
* Returns: %GNUTLS_E_SUCCESS on success, otherwise a negative error code.
*
* Since: 3.6.3
@@ -481,6 +484,9 @@ error:
* GNUTLS_GOST_PARAMSET_UNKNOWN default one will be selected depending on
* @digest.
*
+ * Note: parameters should be stored with least significant byte first. On
+ * version 3.6.3 big-endian format was used incorrectly.
+ *
* Returns: On success, %GNUTLS_E_SUCCESS (0) is returned, otherwise a
* negative error value.
*