aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-05-20Update INSTALL.mdopenssl_1_1_1Dmitry Belyavskiy1-1/+0
2021-08-27Checking CMAKE_SKIP_INSTALL in install stepskartaris1-11/+13
2021-08-27TRY_RUN should not be run when compiling cmake in CROSS_COMPILEkartaris1-25/+29
2021-08-20gost_omac included into gost_core there is no need to include it ingo gost_en...kartaris1-2/+0
2021-08-20test_keyexpimp, test_grasshopper, test_context and test_curves need OpenSSL::...kartaris1-4/+4
2021-08-20VERBOSE=1kartaris1-1/+1
2021-08-20Dropped unnecessary libskartaris1-4/+4
2021-08-20Increased minimum version for CMakekartaris1-1/+1
2021-08-20Switch to using OpenSSL target names in CMakeLists.txtRichard Levitte1-8/+8
2021-08-20Reduce the repeated library dependence informationRichard Levitte1-8/+9
2021-08-20Make CMakeLists.txt work better with static OpenSSL librariesRichard Levitte1-13/+13
2021-08-20WIP: Made changes to be able to build gost-engine as static library. Added go...kartaris3-15/+34
2021-02-26Avoid some buffer overflowsDmitry Belyavskiy1-0/+15
2020-12-11magma consts changedAleksey Terentyev1-2/+2
2020-12-06backport commit 2dd3a2f from master (#301)igrkir2-22/+43
2020-12-06gost_crypt: process full available block in CFB and CNT modeAlexei A. Smekalkine1-2/+2
2020-11-28Tests updated to support GOST2001DHDmitry Belyavskiy2-2/+2
2020-11-28Add explicit support for NID_id_GostR3410_2001DH (GOST R 34.10-2001 DH)Dmitry Timoshkov4-1/+22
2020-10-31fix_cbc_281Wolfgang Beck1-1/+3
2020-10-29CMakeLists.txt: Fix warning on gcc-9Vitaly Chikunov1-2/+2
2020-09-18KDF Tree fix for BIG_ENDIANDmitry Belyavskiy1-8/+1
2020-09-18Strict alignment Kuznyechik bugfixDmitry Belyavskiy1-0/+6
2020-09-18Provide cmake test if alignment requirement is strictVitaly Chikunov1-0/+12
2020-09-18Endianess bugfixDmitry Belyavskiy1-0/+5
2020-08-07Edwards map fixBilly Brumley2-33/+33
2020-08-07GOST EC armv7 aarch64 fixesBilly Brumley8-142/+158
2020-08-07GOST ECC optimizations (#263)Billy Brumley12-12/+103730
2020-08-07GOST key agreement cofactor fix (#265)Billy Brumley2-35/+55
2020-08-07[test] ECC: KATs for the curves in RFC4357 and RFC7836Billy Brumley1-26/+191
2020-05-03gost_eng: Make it use arrays instead of repeatable codeVitaly Chikunov1-300/+295
2020-05-02Free memoryDmitry Belyavskiy1-0/+1
2020-05-01Fix code aligningDmitry Belyavskiy1-18/+18
2020-05-01Rebuild error files to avoid build failuresDmitry Belyavskiy3-69/+137
2020-05-01pkeyutl -derive supportDmitry Belyavskiy5-135/+97
2020-03-01test_digest: Test all block sizes and alignmentsVitaly Chikunov1-1/+129
2020-02-29cppcheck: Variable is reassigned a value before the old one has been used.Nikolay Morozov7-17/+12
2020-02-27cppcheck: The scope of the variable can be reduced.Nikolay Morozov8-39/+32
2020-02-26keyx: Add OPENSSL_cleanse for internal buffersVitaly Chikunov1-0/+5
2020-02-26Replace RAND_bytes with RAND_priv_bytesVitaly Chikunov3-4/+4
2020-02-26ec: Use BN_{CTX_,}secure_new memory API for priv keysVitaly Chikunov4-35/+17
2020-02-22No need for special OFB contextDmitry Belyavskiy2-29/+10
2020-02-17CMakeLists.txt: Skip perl tests if there is no Test2::V0Vitaly Chikunov1-6/+13
2020-02-17cppcheck: function defenition doen't match function declarationNikolay Morozov3-16/+16
2020-02-14GOST89 key maskingNikolay Morozov2-105/+111
2020-02-14Destroy GOST key data with OPENSSL_cleanse()Nikolay Morozov2-5/+9
2020-02-10elbrus: Treat __e2k__ as __x86_64__ for StreebogVitaly Chikunov2-2/+2
2020-02-10elbrus: Workaround `-Werror=assign-where-compare-meant'Vitaly Chikunov1-4/+7
2020-02-10elbrus: Workaround '#pragma message' [-Werror=unknown-pragmas]Vitaly Chikunov1-1/+1
2020-02-10gosthash2012: Properly ifdef '_mm_empty' callVitaly Chikunov1-1/+1
2020-02-06gosthash2012_const: Remove unused arrays with constantsVitaly Chikunov1-98/+0