aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Belyavskiy <beldmit@gmail.com>2017-08-14 21:01:12 +0300
committerDmitry Belyavskiy <beldmit@gmail.com>2017-08-14 21:01:12 +0300
commita1a3e0fdf559cc4e86ac7eb6de4f688a2ad3afcc (patch)
treede9de237fa4944a6b026eeaeb387ac373c79631d
parentf2f9fc54848f46535bee3f120a32e4cc91ba2b15 (diff)
downloadgost-engine-a1a3e0fdf559cc4e86ac7eb6de4f688a2ad3afcc.zip
gost-engine-a1a3e0fdf559cc4e86ac7eb6de4f688a2ad3afcc.tar.gz
gost-engine-a1a3e0fdf559cc4e86ac7eb6de4f688a2ad3afcc.tar.bz2
Added CAVEATS section
-rw-r--r--gost12sum.16
-rw-r--r--gostsum.16
2 files changed, 12 insertions, 0 deletions
diff --git a/gost12sum.1 b/gost12sum.1
index 9c49e18..da5fc5e 100644
--- a/gost12sum.1
+++ b/gost12sum.1
@@ -65,6 +65,12 @@ Be more verbose. Print filenames when checking (with \-c).
.B -l
Use long (512-bit) hash instead of short (256-bit).
+.SH CAVEATS
+
+The output of gost12sum has a reversed byte order compared to output of
+.B openssl dgst
+command because of the Russian GOST requrements.
+
.SH BUGS
This manpage is not quite accurate and has formatting inconsistent
diff --git a/gostsum.1 b/gostsum.1
index cfd20f6..e888945 100644
--- a/gostsum.1
+++ b/gostsum.1
@@ -65,6 +65,12 @@ of GOST 28147-89 block cipher) specified in the IETF draft
By default, cryptopro paramset is used. This option enables use of test
paramset as specified in appendices to the GOST.
+.SH CAVEATS
+
+The output of gost12sum has a reversed byte order compared to output of
+.B openssl dgst
+command because of the Russian GOST requrements.
+
.SH BUGS
This manpage is not quite accurate and has formatting inconsistent