- Jan 12, 2020
-
-
Vitaly Chikunov authored
Verification failure 139891902039680:error:2E09A09E:CMS routines:CMS_SignerInfo_verify_content:verification failure:crypto/cms/cms_sd.c:848: 139891902039680:error:2E09D06D:CMS routines:CMS_verify:content verify error:crypto/cms/cms_smime.c:393:
-
Vitaly Chikunov authored
This is not robust to have such tests.
-
Vitaly Chikunov authored
- Set expected default value for CRYPT_PARAMS. - Disable `RIC 1' params tests. - Disable `Magma-ACPKM' test. - Update test descriptions to include cipher name.
-
Vitaly Chikunov authored
- Add more curves to test. - Properly handle R 1323565.1.023-2018 (5.2.1.2) - absence of digestParamSet for some curves.
-
Vitaly Chikunov authored
-
Vitaly Chikunov authored
`gost2012_512:C' was reported as invalid but it's now valid parameter. Also, add TC26 `TC{A,B,C,D}' parameters (note different OIDs). -
Vitaly Chikunov authored
-
Vitaly Chikunov authored
-
Vitaly Chikunov authored
For debug purposes. Example: sh ./runtest.sh dgst pkcs8
-
Vitaly Chikunov authored
-
Vitaly Chikunov authored
Run `make tcl_tests' to run the tests. Tests report success state to make. Tests aren't run by default because of too many failures, yet.
-
Vitaly Chikunov authored
- Remove emacs coding: cp1251 tag - Change stats file encoding to utf-8 - Change packages source to have -encoding utf-8 - Run tclsh with -encoding utf-8 - Make `proc rus' noop. This will make Tcl automatically translate scripts output from utf-8 to system encoding.
-
Dmitry Belyavskiy authored
All source files are converted from cp1251 to utf-8.
-
Dmitry Belyavskiy authored
-
- Jan 05, 2020
-
-
Ilya Shipitsin authored
-
- Jan 04, 2020
-
-
dmitry dulesov authored
make tests against openssl-stable-1.1.1
-
- Nov 10, 2019
-
-
Ilya Shipitsin authored
-
- Nov 07, 2019
-
-
Dmitry Eremin-Solenikov authored
Even though it is not recommended by R 1323565.1.023-2018 fill digestParamSet field for 512-bit curves Test, TC26-A, TC26-B because old cryptoproviders expect this field to be present. Signed-off-by:Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
-
- Nov 01, 2019
-
-
Ilya Shipitsin authored
-
- Oct 28, 2019
-
-
-
Dmitry Belyavskiy authored
-
- Oct 17, 2019
-
-
Dmitry Belyavskiy authored
travis-ci: enable coverity scan
-
Ilya Shipitsin authored
-
Dmitry Belyavskiy authored
Fix leaks in priv_encode_gost()
-
Dmitry Belyavskiy authored
Issues/174
-
- Oct 16, 2019
-
-
Mykola Baibuz authored
-
Vitaly Chikunov authored
This `if' statement is redundant since ce40d60d ("Bugfix.") get_gost_engine_param() have no side effects and `param' is set to `gost_cipher_list' only if already equal to `gost_cipher_list'.
-
Vitaly Chikunov authored
`param' is used unconditionally in pkey_GOST_ECcp_encrypt() so we can unconditionally check (vs in any particular `if' branch) for it's being non-NULL. This is similar to how pkey_GOST_ECcp_decrypt() works with `param'. Closes #174.
-
- Oct 14, 2019
-
-
Dmitry Belyavskiy authored
Fixes #180
-
-
Dmitry Belyavskiy authored
Fixes #178
-
- Oct 08, 2019
-
-
Dmitry Belyavskiy authored
Add support for NID_id_tc26_gost_3410_2012_512_paramSetTest
-
Dmitry Eremin-Solenikov authored
Add support for 512-bit curve parameters. Signed-off-by:Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
-
- Sep 26, 2019
-
-
Dmitry Belyavskiy authored
Fixes for Scan 20190918
-
Vitaly Chikunov authored
Calling EC_POINT_get_affine_coordinates() without checking return value. Some fixes for Coverity Scan from issue #174.
-
Vitaly Chikunov authored
Unchecked return value (CHECKED_RETURN) Some fixes for Coverity Scan from issue #174.
-
- Sep 21, 2019
-
-
Dmitry Belyavskiy authored
-
Dmitry Belyavskiy authored
-
Dmitry Belyavskiy authored
-
Dmitry Belyavskiy authored
-