]> www.wagner.pp.ru Git - openssl-gost/engine.git/shortlog
openssl-gost/engine.git
2024-03-22 Vitaly Chikunovtcl_tests: ca.try: Ignore openssl crl exit status for... master
2024-03-22 Vitaly Chikunovtcl_tests: Introduce new exitStatus -1 to ignore exit...
2023-11-17 Dmitry BelyavskiyBig-Endian platforms magma-mgm fix v3.0.3
2023-07-28 Dmitry BelyavskiyAdjust CA test according to new wording v3.0.2
2023-06-15 Vitaly ChikunovFix gcc13 error: writing 1 byte into a region of size 0
2023-01-05 Craig AndrewsCorrect CMake files installation path
2022-12-02 Sergei Ianovichprovider wrapping for -mgm ciphers
2022-12-02 igrkirImplementation of the MGM mode for magma/kuznyechik
2022-12-02 Sergei Ianovichengine: create missing NIDs
2022-11-02 Ilya ShipitsinMerge pull request #421 from chipitsine/master
2022-11-02 Ilya ShipitsinCI: cirrus: bump image to freebsd 13.1 421/head
2022-09-25 Dmitry Belyavskiyupdating CA constraints
2022-08-11 Mark FedorovAdd magma-ecb mode. Fixes #410
2022-07-22 Dmitry BelyavskiyWe need to init submodule explicitly
2022-07-11 Mark FedorovRefactored acpkm_magma_key_meshing
2022-07-02 Mark FedorovRefactor little-to-big-endian subroutine for magma
2022-05-24 Vitaly Chikunovgost_ec_sign: Fix sig verify step 1 range checks
2022-05-23 Dmitry BelyavskiyOn unpacking key blob output buffer size should be... v3.0.1
2022-05-23 Dmitry BelyavskiyFix buffer overrun in creating key transport blob accor...
2022-05-23 Dmitry BelyavskiyFix buffer overrun in creating key transport blob accor...
2022-05-04 Dmitry BelyavskiyMake TLS tests on SECLEVEL 0
2022-02-08 Dmitry BelyavskiyGet rid of irrelevant examples
2022-02-08 Vitaly ChikunovFix gcc12 -fanalyzer warning
2022-02-07 Dmitry BelyavskiyEnsure that CMAC_ACPKM_CTX_copy works with 2 non-NULL...
2022-02-06 Dmitry BelyavskiyEnsure that CMAC_ACPKM_CTX_copy works with 2 non-NULL...
2022-01-10 Vitaly Chikunovgost_prov: OPENSSL_free what is OPENSSL_zalloc'd
2022-01-09 Vitaly Chikunovgost_prov: Avoid access to unallocated memory
2022-01-09 Vitaly Chikunovgost_ec_keyx: Check CTX data before it's really used
2022-01-08 Ilya ShipitsinMerge pull request #379 from chipitsine/master
2022-01-06 Ilya ShipitsinCI: add daily Coverity scan job 379/head
2021-12-21 Vitaly Chikunovtest_tls: Rework test to be single process
2021-12-21 Vitaly ChikunovMSVC: Fix casting warning C4057
2021-12-21 Vitaly ChikunovMSVC: CI: Specify explicitly OpenSSL build target
2021-12-20 Vitaly ChikunovOutput provider info
2021-12-15 Vitaly ChikunovCMake: Set default build type to RelWithDebInfo
2021-12-11 Vitaly ChikunovMSVC: Add dllexport to OSSL_provider_init
2021-12-11 Vitaly ChikunovCMake: Add CONFIG to the output dir if MSVC
2021-12-11 Vitaly ChikunovCMake: Test presence of prove for perl tests
2021-12-11 Vitaly ChikunovMSVC: Do not build in library form
2021-12-11 Vitaly ChikunovMSVC: Fix 'no OPENSSL_Applink' error
2021-12-11 Vitaly ChikunovMSVC: Skip building Linux-only binaries
2021-12-11 Vitaly ChikunovMSVC: Fix absence of 'setenv'
2021-12-11 Vitaly ChikunovMSVC: Fix include files
2021-12-11 Vitaly ChikunovMSVC: Fix signed/unsigned mismatch errors
2021-12-11 Vitaly ChikunovMSVC: No support for GCC's compound statement expressions
2021-12-11 Vitaly ChikunovMSVC: Replace variable-length automatic arrays with...
2021-12-11 Vitaly ChikunovMSVC: Ifdef GCC pragmas
2021-12-11 Vitaly ChikunovMSVC: Avoid use `htonl' since it requires linking with...
2021-12-11 Vitaly ChikunovMSVC: Remove GCC pragma messages
2021-12-11 Vitaly ChikunovMSVC: Replace tentative arrays with pointers
2021-12-11 Vitaly ChikunovMSVC: Fix unresolved externals (cipher_gost_grasshopper...
2021-12-11 Vitaly ChikunovMSVC: Fix Elvis operator
2021-12-11 Vitaly ChikunovMSVC: Fix unreachable code warning
2021-12-11 Vitaly ChikunovMSVC: Fix signedness in comparison
2021-12-11 Vitaly ChikunovMSVC: Undo adding `-Wno-error=deprecated-declarations`
2021-12-11 Vitaly ChikunovMSVC: Disable deprecated declarations (C4996) warning
2021-12-11 Vitaly ChikunovCI: Build and test on Windows (MSVC)
2021-12-01 Vitaly ChikunovAdd .editorconfig
2021-11-25 Anton FadeevUse frpintf(stderr, ...) instead of printf(...)
2021-11-14 Dmitry BelyavskiyProperly set expected digest size for mac in provider
2021-10-11 Richard LevitteDocument the current state of the GOST provider
2021-10-11 Richard Levittelibprov: update to latest
2021-10-11 Richard LevitteMaking a gost provider - installation instructions
2021-10-11 Richard LevitteMaking a gost provider - Adapt test_context.c for providers
2021-10-11 Richard LevitteMaking a gost provider - Adapt test_ciphers.c for providers
2021-10-11 Richard LevitteMaking a gost provider - Adapt test_digest.c for providers
2021-10-11 Richard LevitteMaking a gost provider - Adapt the grasshopper OMACs...
2021-10-11 Richard LevitteMaking a gost provider - Add the macs
2021-10-11 Richard LevitteMaking a gost provider - Add the digests
2021-10-11 Richard LevitteMaking a gost provider - Add the ciphers
2021-10-11 Richard LevitteMaking a gost provider - Refactor the testing foundation
2021-10-11 Richard LevitteMaking a gost provider - Add the provider foundation
2021-10-11 Richard LevitteMaking a gost provider - Refactor the engine to become...
2021-10-11 Richard LevitteMaking a gost provider - move away the error source...
2021-10-07 Dmitry BelyavskiyExplicitly provide SECLEVEL for TLS tests
2021-09-28 Dmitry BelyavskiyDon't recreate GOST EC groups every time (#358)
2021-09-19 NikolasRewrite error handling in pub_decode_gost_ec() v3.0.0
2021-09-16 Dmitry BelyavskiyWe don't want depend on spacing around equal sign
2021-09-06 Richard LevitteNow that there is an actual openssl-3.0 branch, switch...
2021-09-01 Richard LevitteMake the use of RPATH conditional
2021-09-01 Richard LevitteSimplify the CI job "gcc-asan-openssl-master"
2021-09-01 Richard LevitteModify .github/before_script.sh to install cpanm as...
2021-09-01 Richard LevitteAdd CI builds on MacOS 11 (BigSur)
2021-08-29 Richard LevitteUpdate openssl-3.0.0-alpha17 -> openssl-3.0.0-beta2...
2021-08-19 Dmitry BelyavskiyIncrease cmake version to 3.18
2021-08-19 Dmitry BelyavskiyStop overriding OPENSSL_LIBRARIES
2021-08-18 Richard LevitteSwitch to using OpenSSL target names in CMakeLists.txt
2021-08-18 Richard LevitteReduce the repeated library dependence information
2021-08-18 Richard LevitteMake CMakeLists.txt work better with static OpenSSL...
2021-08-11 Billy Brumleypush VKO cofactor clearing into ECCKiila
2021-08-11 Billy Brumley[test] VKO unit tests for curves with cofactors: extrem...
2021-08-11 Dmitry BelyavskiyExplicitly set libdir to lib
2021-08-11 Dmitry BelyavskiyStable: alpha16 => beta2
2021-06-02 Dmitry BelyavskiyCMake 3.18 recommended
2021-05-28 Dmitry BelyavskiyMerge branch 'levitte-update-codeql-analysis'
2021-05-28 Dmitry BelyavskiyMerge branch 'update-codeql-analysis' of https://github...
2021-05-28 Richard LevitteSet OPENSSL_ROOT_DIR if it isn't set.
2021-05-28 Dmitry BelyavskiyMerge branch 'master' into update-codeql-analysis 334/head
2021-05-28 Richard LevitteUpdate the OpenSSL 3.0 tag to openssl-3.0.0-alpha17
2021-05-23 Dmitry BelyavskiyIncrease openssl version
next