mirror of
https://abf.rosa.ru/djam/libressl.git
synced 2025-02-23 16:12:53 +00:00
Fix typos in test 9
This commit is contained in:
parent
b749df1fd8
commit
622394d230
1 changed files with 2 additions and 2 deletions
|
@ -469,8 +469,8 @@ unset _gs_beg _gs_end _ls_beg _ls_end _gs_length _ls_length
|
||||||
# and ability to generate GOST R 34.11-12 keys
|
# and ability to generate GOST R 34.11-12 keys
|
||||||
_pcf pkg-config --libs --cflags libressl-libcrypto
|
_pcf pkg-config --libs --cflags libressl-libcrypto
|
||||||
%__cc -o test9 %{SOURCE29} $nflags
|
%__cc -o test9 %{SOURCE29} $nflags
|
||||||
libressl ecparam -genkey -name id-tc26-gost-3410-2012-512-paramSetA -out priv.key -outform PEM
|
$libressl ecparam -genkey -name id-tc26-gost-3410-2012-512-paramSetA -out priv.key -outform PEM
|
||||||
libressl req -batch -new -x509 -nodes -key priv.key -out pem.pem \
|
$libressl req -batch -new -x509 -nodes -key priv.key -out pem.pem \
|
||||||
-subj "/C=RU/ST=Russia/L=Oryol/O=Test/OU=Test CA/CN=Test CA Root"
|
-subj "/C=RU/ST=Russia/L=Oryol/O=Test/OU=Test CA/CN=Test CA Root"
|
||||||
echo 123 > test9_file
|
echo 123 > test9_file
|
||||||
./test9 streebog512 priv.key pem.pem test9_file
|
./test9 streebog512 priv.key pem.pem test9_file
|
||||||
|
|
Loading…
Add table
Reference in a new issue