aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-02-06gosthash2012: Issue EMMS on 32-bit SIMD implementationVitaly Chikunov1-0/+5
2020-02-06gosthash2012: Clean up cmake test for _addcarry_u64Vitaly Chikunov1-2/+2
2020-02-06gosthash2012_sse2: Remove unused code (__EXTRACT64)Vitaly Chikunov1-25/+0
2020-02-05Move NID_id_tc26_gost_3410_2012_256_paramSetA to 256-bitNikolay Morozov1-15/+19
2020-02-04gosthash2012_ref: Optimize XLPS for speedVitaly Chikunov1-10/+17
2020-02-04gosthash2012: Provide cmake test for _addcarry_u64Vitaly Chikunov2-3/+24
2020-02-03travis-ci: adjust osx linker optionsIlya Shipitsin1-1/+3
2020-02-02travis-ci: Optimize and rearrange .travis.ymlVitaly Chikunov1-32/+20
2020-02-02travis-ci: Fix build on 'OpenSSL_1_1_1-stable'Vitaly Chikunov1-1/+2
2020-02-02gosthash2012: Improve SIMD implementationdmitry dulesov3-20/+62
2020-02-02gosthash2012: Enable building with SIMD implementationVitaly Chikunov3-6/+7
2020-02-02gosthash2012: Optimize `add512` on x86_64 using Intel intrinsicsdmitry dulesov1-4/+12
2020-02-02gosthash2012: Optimize out temporary `buf' from `stage3'dmitry dulesov1-16/+7
2020-02-02gosthash2012: Optimize `gost2012_hash_block' loopdmitry dulesov1-14/+16
2020-02-02gosthash2012: Change some byte (pointers) to union uint512_udmitry dulesov2-16/+17
2020-02-02gosthash2012: Remove temporary variable from `stage2'dmitry dulesov1-6/+4
2020-02-02gosthash2012: Make `add512' to work in-placedmitry dulesov2-13/+17
2020-02-02gosthash2012: Simpler version of add512Vitaly Chikunov1-25/+21
2020-02-02gosthash2012: Simplify `pad'dmitry dulesov1-6/+2
2020-02-02gosthash2012: Remove redundant `memset' form `init_gost2012_hash_ctx'dmitry dulesov1-2/+7
2020-02-02gosthash2012: Remove unreachable code from `pad'Vitaly Chikunov1-3/+0
2020-02-02gosthash2012: Remove redundant `hash' field from `struct gost2012_hash_ctx'dmitry dulesov2-4/+2
2020-02-02travis-ci: Add 32-bit build (i386)Vitaly Chikunov1-2/+7
2020-02-02travis-ci: Speed-up openssl buildVitaly Chikunov1-1/+3
2020-02-02travis-ci: Add (big-endian) s390x buildVitaly Chikunov1-0/+4
2020-02-02travis-ci: Add clang build for linux/x86_64/openssl-masterVitaly Chikunov1-0/+3
2020-02-02travis-ci: Always describe openssl branchVitaly Chikunov1-0/+1
2020-02-01Remove unset local buffer meshing. This removes valgrind errors.Nikolay Morozov2-6/+8
2020-01-31CMakeLists.txt: Workaround openssl deprecation of HMAC and CMAC primitivesVitaly Chikunov1-0/+5
2020-01-28travis-ci: adjust namesIlya Shipitsin1-6/+6
2020-01-28travis-ci: add PR testing for OpenSSL-1.1.1 branchIlya Shipitsin1-1/+5
2020-01-15CI: do not use LD_BIRARY_PATH anymoreIlya Shipitsin2-6/+2
2020-01-12travis-ci: remove redundant cpanminus installation, remove cmake compile from...Ilya Shipitsin1-11/+2
2020-01-12travis-ci: Add descriptive names to the testsVitaly Chikunov1-6/+12
2020-01-12travis-ci: Fix quietness of building of opensslVitaly Chikunov1-1/+1
2020-01-12tcl_tests: Abbreviate output when run under CIVitaly Chikunov1-1/+15
2020-01-12tcl_tests: Rearrange runtest.sh to run from dirrerent envVitaly Chikunov1-1/+8
2020-01-12travis-ci: Add tcl_tests to the buildsVitaly Chikunov1-0/+2
2020-01-12travis-ci: Remove redundant linux/gcc testVitaly Chikunov1-2/+0
2020-01-12tcl_tests: Fix ocsp test by removing -md_gost94 optionVitaly Chikunov1-2/+2
2020-01-12tcl_tests: Disable failing ssl tests and suitesVitaly Chikunov1-4/+4
2020-01-12tcl_tests: Fix cms and smime_io tests by telling that signature is -binaryVitaly Chikunov2-2/+2
2020-01-12tcl_tests: Fix smimeenc test by removing entries with empty paramsVitaly Chikunov2-2/+2
2020-01-12tcl_tests: Fix and update enc testVitaly Chikunov1-33/+39
2020-01-12tcl_tests: Fix and extend ca testVitaly Chikunov2-8/+29
2020-01-12tcl_tests: Add more parameters to pkcs12 testVitaly Chikunov1-1/+10
2020-01-12tcl_tests: Fix and extend req-newkey test (with TC26 parameters)Vitaly Chikunov1-1/+7
2020-01-12tcl_tests: Fix req-genpkey test (show OID for gost2012_256:0)Vitaly Chikunov1-1/+1
2020-01-12tcl_tests: Fix pkcs8 test (showing public key)Vitaly Chikunov1-0/+9
2020-01-12tcl_tests: Allow running tests separatelyVitaly Chikunov1-0/+6