Skip to content

Commit f6ef1ec

Browse files
committed
Update the HMAC calculation example
Fix #244
1 parent ea599c1 commit f6ef1ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.gost

+1-1
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ Russian clients and RSA/DSA ciphersuites for foreign clients.
152152

153153
Calculation of HMAC based on GOST R 34.11-94
154154

155-
openssl dgst -md_gost94 -mac hmac -macopt key:<32 bytes of key> datafile
155+
openssl dgst -md_gost94 -hmac <32 bytes of key> datafile
156156

157157
(or use hexkey if key contain NUL bytes)
158158
Calculation of GOST 28147 MAC

0 commit comments

Comments
 (0)