]> www.wagner.pp.ru Git - openssl-gost/engine.git/shortlog
openssl-gost/engine.git
2022-05-20 Dmitry BelyavskiyUpdate INSTALL.md openssl_1_1_1
2021-08-27 kartarisChecking CMAKE_SKIP_INSTALL in install steps
2021-08-27 kartarisTRY_RUN should not be run when compiling cmake in CROSS...
2021-08-20 kartarisgost_omac included into gost_core there is no need...
2021-08-20 kartaristest_keyexpimp, test_grasshopper, test_context and...
2021-08-20 kartarisVERBOSE=1
2021-08-20 kartarisDropped unnecessary libs
2021-08-20 kartarisIncreased minimum version for CMake
2021-08-20 Richard LevitteSwitch to using OpenSSL target names in CMakeLists.txt
2021-08-20 Richard LevitteReduce the repeated library dependence information
2021-08-20 Richard LevitteMake CMakeLists.txt work better with static OpenSSL...
2021-08-20 kartarisWIP: Made changes to be able to build gost-engine as...
2021-02-26 Dmitry BelyavskiyAvoid some buffer overflows
2020-12-11 Aleksey Terentyevmagma consts changed
2020-12-06 igrkirbackport commit 2dd3a2f from master (#301)
2020-12-06 Alexei A. Smekalkinegost_crypt: process full available block in CFB and...
2020-11-28 Dmitry BelyavskiyTests updated to support GOST2001DH
2020-11-28 Dmitry TimoshkovAdd explicit support for NID_id_GostR3410_2001DH (GOST...
2020-10-31 Wolfgang Beckfix_cbc_281
2020-10-29 Vitaly ChikunovCMakeLists.txt: Fix warning on gcc-9
2020-09-18 Dmitry BelyavskiyKDF Tree fix for BIG_ENDIAN
2020-09-18 Dmitry BelyavskiyStrict alignment Kuznyechik bugfix
2020-09-18 Vitaly ChikunovProvide cmake test if alignment requirement is strict
2020-09-18 Dmitry BelyavskiyEndianess bugfix
2020-08-07 Billy BrumleyEdwards map fix
2020-08-07 Billy BrumleyGOST EC armv7 aarch64 fixes
2020-08-07 Billy BrumleyGOST ECC optimizations (#263)
2020-08-07 Billy BrumleyGOST key agreement cofactor fix (#265)
2020-08-07 Billy Brumley[test] ECC: KATs for the curves in RFC4357 and RFC7836
2020-05-03 Vitaly Chikunovgost_eng: Make it use arrays instead of repeatable...
2020-05-01 Dmitry BelyavskiyFree memory
2020-05-01 Dmitry BelyavskiyFix code aligning
2020-05-01 Dmitry BelyavskiyRebuild error files to avoid build failures
2020-05-01 Dmitry Belyavskiypkeyutl -derive support
2020-03-01 Vitaly Chikunovtest_digest: Test all block sizes and alignments
2020-02-29 Nikolay Morozovcppcheck: Variable is reassigned a value before the...
2020-02-26 Nikolay Morozovcppcheck: The scope of the variable can be reduced.
2020-02-25 Vitaly Chikunovkeyx: Add OPENSSL_cleanse for internal buffers
2020-02-25 Vitaly ChikunovReplace RAND_bytes with RAND_priv_bytes
2020-02-25 Vitaly Chikunovec: Use BN_{CTX_,}secure_new memory API for priv keys
2020-02-22 Dmitry BelyavskiyNo need for special OFB context
2020-02-17 Vitaly ChikunovCMakeLists.txt: Skip perl tests if there is no Test2::V0
2020-02-17 Nikolay Morozovcppcheck: function defenition doen't match function...
2020-02-14 Nikolay MorozovGOST89 key masking 221/head
2020-02-14 Nikolay MorozovDestroy GOST key data with OPENSSL_cleanse()
2020-02-10 Vitaly Chikunovelbrus: Treat __e2k__ as __x86_64__ for Streebog
2020-02-10 Vitaly Chikunovelbrus: Workaround `-Werror=assign-where-compare-meant'
2020-02-10 Vitaly Chikunovelbrus: Workaround '#pragma message' [-Werror=unknown...
2020-02-10 Vitaly Chikunovgosthash2012: Properly ifdef '_mm_empty' call
2020-02-06 Vitaly Chikunovgosthash2012_const: Remove unused arrays with constants
2020-02-06 Vitaly Chikunovgosthash2012: Issue EMMS on 32-bit SIMD implementation
2020-02-06 Vitaly Chikunovgosthash2012: Clean up cmake test for _addcarry_u64
2020-02-06 Vitaly Chikunovgosthash2012_sse2: Remove unused code (__EXTRACT64)
2020-02-05 Nikolay MorozovMove NID_id_tc26_gost_3410_2012_256_paramSetA to 256-bit
2020-02-04 Vitaly Chikunovgosthash2012_ref: Optimize XLPS for speed
2020-02-04 Vitaly Chikunovgosthash2012: Provide cmake test for _addcarry_u64
2020-02-03 Ilya Shipitsintravis-ci: adjust osx linker options
2020-02-02 Vitaly Chikunovtravis-ci: Optimize and rearrange .travis.yml
2020-02-02 Vitaly Chikunovtravis-ci: Fix build on 'OpenSSL_1_1_1-stable'
2020-02-02 dmitry dulesovgosthash2012: Improve SIMD implementation
2020-02-02 Vitaly Chikunovgosthash2012: Enable building with SIMD implementation
2020-02-02 dmitry dulesovgosthash2012: Optimize `add512` on x86_64 using Intel...
2020-02-02 dmitry dulesovgosthash2012: Optimize out temporary `buf' from `stage3'
2020-02-02 dmitry dulesovgosthash2012: Optimize `gost2012_hash_block' loop
2020-02-02 dmitry dulesovgosthash2012: Change some byte (pointers) to union...
2020-02-02 dmitry dulesovgosthash2012: Remove temporary variable from `stage2'
2020-02-02 dmitry dulesovgosthash2012: Make `add512' to work in-place
2020-02-02 Vitaly Chikunovgosthash2012: Simpler version of add512
2020-02-02 dmitry dulesovgosthash2012: Simplify `pad'
2020-02-02 dmitry dulesovgosthash2012: Remove redundant `memset' form `init_gost...
2020-02-02 Vitaly Chikunovgosthash2012: Remove unreachable code from `pad'
2020-02-02 dmitry dulesovgosthash2012: Remove redundant `hash' field from `struc...
2020-02-02 Vitaly Chikunovtravis-ci: Add 32-bit build (i386)
2020-02-02 Vitaly Chikunovtravis-ci: Speed-up openssl build
2020-02-02 Vitaly Chikunovtravis-ci: Add (big-endian) s390x build
2020-02-02 Vitaly Chikunovtravis-ci: Add clang build for linux/x86_64/openssl...
2020-02-02 Vitaly Chikunovtravis-ci: Always describe openssl branch
2020-02-01 Nikolay MorozovRemove unset local buffer meshing. This removes valgrin...
2020-01-31 Vitaly ChikunovCMakeLists.txt: Workaround openssl deprecation of HMAC...
2020-01-28 Ilya Shipitsintravis-ci: adjust names
2020-01-28 Ilya Shipitsintravis-ci: add PR testing for OpenSSL-1.1.1 branch
2020-01-15 Ilya ShipitsinCI: do not use LD_BIRARY_PATH anymore
2020-01-11 Ilya Shipitsintravis-ci: remove redundant cpanminus installation...
2020-01-11 Vitaly Chikunovtravis-ci: Add descriptive names to the tests
2020-01-11 Vitaly Chikunovtravis-ci: Fix quietness of building of openssl
2020-01-11 Vitaly Chikunovtcl_tests: Abbreviate output when run under CI
2020-01-11 Vitaly Chikunovtcl_tests: Rearrange runtest.sh to run from dirrerent env
2020-01-11 Vitaly Chikunovtravis-ci: Add tcl_tests to the builds
2020-01-11 Vitaly Chikunovtravis-ci: Remove redundant linux/gcc test
2020-01-11 Vitaly Chikunovtcl_tests: Fix ocsp test by removing -md_gost94 option
2020-01-11 Vitaly Chikunovtcl_tests: Disable failing ssl tests and suites
2020-01-11 Vitaly Chikunovtcl_tests: Fix cms and smime_io tests by telling that...
2020-01-11 Vitaly Chikunovtcl_tests: Fix smimeenc test by removing entries with...
2020-01-11 Vitaly Chikunovtcl_tests: Fix and update enc test
2020-01-11 Vitaly Chikunovtcl_tests: Fix and extend ca test
2020-01-11 Vitaly Chikunovtcl_tests: Add more parameters to pkcs12 test
2020-01-11 Vitaly Chikunovtcl_tests: Fix and extend req-newkey test (with TC26...
2020-01-11 Vitaly Chikunovtcl_tests: Fix req-genpkey test (show OID for gost2012_...
2020-01-11 Vitaly Chikunovtcl_tests: Fix pkcs8 test (showing public key)
2020-01-11 Vitaly Chikunovtcl_tests: Allow running tests separately
next