- Jan 12, 2020
-
-
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
-
Dmitry Belyavskiy authored
-
- Sep 05, 2019
-
-
Dmitry Belyavskiy authored
Fix compilation with Microsoft Visual C.
-
Dmitry Timoshkov authored
-
Dmitry Timoshkov authored
-
Dmitry Belyavskiy authored
-
Dmitry Belyavskiy authored
For Grasshopper OMAC_ACPKM, OMAC and MAGMA, support XOF
-
- Sep 04, 2019
-
-
Richard Levitte authored
XOF (eXtendable-Output Function) is supported in OpenSSL since version 1.1.1. Unfortunately, that support is limited, as it requires calling EVP_DigestFinalXOF(). However, the grasshopper code wasn't compatible. This changeset adds XOF support in grasshopper This changeset removes the _meth_ calls from test_grasshopper.c (they should never have been there, but considering support for XOF came so late in OpenSSL, their presence is understandable) and uses supported functionality for this sort of thing instead.
-