]> www.wagner.pp.ru Git - openssl-gost/engine.git/shortlog
openssl-gost/engine.git
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
2021-05-11 Richard LevitteAdapt C flags for the cmake build type
2021-05-11 Dmitry BelyavskiyAlpha version bump
2021-05-06 Dmitry BelyavskiyUpdate to be compatible with openssl#15100
2021-05-02 Richard LevitteMark test_keyexpimp and gost89 as internal tests
2021-05-02 Richard LevitteDon't load the gost engine in test_curves.c
2021-05-02 Richard LevitteMake test programs less hard-coded
2021-04-02 se-prokUpdate gost_ec_keyx.c
2021-03-30 Richard LevitteDon't put test results or intermediary files in the...
2021-03-30 Richard LevitteInstall manuals in the correct location
2021-03-30 Richard Levitte.github/workflows/codeql-analysis.yml: Bump the OpenSSL...
2021-03-17 Sergei LemeshkinMake it compatible with cmake versions lower than 3...
2021-03-17 Dmitry BelyavskiyOpenSSL version bump
2021-03-03 Dmitry BelyavskiyEVP_MAC_init API changed
2021-02-22 Richard LevitteAlways cNORM before "\n"
2021-02-22 Richard LevitteModify installation instructions for gost-engine librar...
2021-02-22 Richard LevitteAlso build gost-engine in library form
2021-02-20 Dmitry BelyavskiyAll tests are passing
next