]> www.wagner.pp.ru Git - openssl-gost/engine.git/history - gost_eng.c
tcl_tests: ca.try: Ignore openssl crl exit status for 'corrupted CRL' test
[openssl-gost/engine.git] / gost_eng.c
2022-12-02 igrkirImplementation of the MGM mode for magma/kuznyechik
2022-12-02 Sergei Ianovichengine: create missing NIDs
2022-08-11 Mark FedorovAdd magma-ecb mode. Fixes #410
2021-11-25 Anton FadeevUse frpintf(stderr, ...) instead of printf(...)
2021-10-11 Richard LevitteMaking a gost provider - Refactor the engine to become...
2021-09-28 Dmitry BelyavskiyDon't recreate GOST EC groups every time (#358)
2021-02-22 Richard LevitteAlso build gost-engine in library form
2021-02-15 Richard LevitteMove gost_cmds[] from gost_ctl.c to gost_eng.c
2020-11-28 Dmitry TimoshkovAdd explicit support for NID_id_GostR3410_2001DH (GOST...
2020-05-19 Dmitry BelyavskiyMerge branch 'master' of https://github.com/gost-engine...
2020-05-18 Nikolay MorozovFix code formating.
2020-05-13 Vitaly Chikunovgost_eng: Simplify digest registration
2020-05-12 Vitaly Chikunovgost_eng: Rework (simplify) cipher registration
2020-05-12 Vitaly Chikunovgost_keyexpimp: Rework cipher registration
2020-05-12 Vitaly Chikunovgost_grasshopper_cipher: Rework cipher registration
2020-05-12 Vitaly Chikunovgost_crypt: Add magma_cbc_cipher
2020-05-12 Vitaly Chikunovgost_crypt: Add magma_ctr_acpkm_omac_cipher
2020-05-12 Vitaly Chikunovgost_crypt: Add magma_ctr_acpkm_cipher
2020-05-12 Vitaly Chikunovgost_crypt: Add magma_ctr_cipher
2020-05-12 Vitaly Chikunovgost_crypt: Add Gost28147_89_cnt_12_cipher
2020-05-12 Vitaly Chikunovgost_crypt: Add Gost28147_89_cnt_cipher
2020-05-12 Vitaly Chikunovgost_crypt: Add Gost28147_89_cbc_cipher
2020-05-12 Vitaly Chikunovgost_crypt: Rework cipher registration, add Gost28147_8...
2020-05-10 Dmitry BelyavskiyRestore kuznyechik-mac test
2020-05-09 Dmitry Belyavskiymagma-ctr-acpkm + magma-ctr-acpkm-omac
2020-05-04 Dmitry BelyavskiyKUZNYECHIK-CTR_ACPKM-OMAC implementation
2020-05-04 Dmitry BelyavskiyGOST wrap ciphers registration
2020-05-03 Vitaly Chikunovgost_eng: Make it use arrays instead of repeatable...
2020-02-17 Nikolay Morozovcppcheck: function defenition doen't match function...
2019-01-28 Dmitry BelyavskiyMerge pull request #109 from vt-alt/test_params2
2019-01-27 Vitaly Chikunovtest_params: Avoid calls to fill_GOST_EC_params and...
2019-01-21 Dmitry BelyavskiyMerge pull request #105 from vt-alt/test_params
2019-01-21 Vitaly ChikunovExport bind_gost to allow local engine init
2018-11-18 Dmitry BelyavskiyGOST md aliases
2018-09-06 Dmitry BelyavskiyMkae kuznyechik recognizable by libssl
2018-08-08 Vitaly ChikunovAdd grasshopper_omac_acpkm (OMAC-ACPKM)
2018-07-26 Vitaly ChikunovAdd kuznyechik_ctracpkm
2018-07-20 Vitaly ChikunovMerge branch 'magma_impl' into openssl_1_0_2_alt
2018-07-17 Dmitry BelyavskiyMerge pull request #68 from mattcaswell/fix-mem-leak
2018-07-17 Matt CaswellFix a mem leak 68/head
2018-06-19 Dmitry BelyavskiyMagma CTR (no meshing), compile-only version.
2018-06-15 Dmitry BelyavskiyMissing digest registration
2018-06-15 Dmitry BelyavskiyCorrected MAC name
2018-06-14 Dmitry BelyavskiyOMACs implementation. Unfinished.
2018-06-08 Dmitry BelyavskiyStart implementing MAGMA algorithm
2016-11-19 Dmitry BelyavskiyMerge remote-tracking branch 'origin/openssl_1_1_0'
2016-08-18 Dmitry BelyavskiyMerge pull request #19 from stevenlinsell/master
2016-08-18 stevenlinsellFix missing cleanup of GOST specific error messages 19/head
2016-04-28 Maxim TishkovGrasshopper && CMake
2016-02-24 MaxAdd Grasshopper, CMake 15/head
2016-01-23 Dmitry BelyavskiyGOST engine fixes to make it compiling with opaque...
2016-01-03 Dmitry BelyavskiyTypo
2016-01-03 Dmitry BelyavskiyMissed digests
2016-01-03 Dmitry Belyavskiyopenssl 1.1.0 compatibility
2016-01-02 Dmitry BelyavskiyFormatting fix
2015-10-09 Dmitry BelyavskiyCalculate number of digests/ciphers/etc provided by...
2015-10-06 Dmitry BelyavskiyMerge branch 'gost89-cbc'
2015-09-16 Victor WagnerMerge branch 'master' into gost89-cbc
2015-08-23 Victor WagnerAdded CBC mode for gost and contril command to set...
2015-08-15 Dmitry BelyavskiyMerge branch 'no_gost94_sig' into gost12_algs
2015-08-14 Dmitry BelyavskiyInitial commit providing GOST 2012 algorithms.
2015-08-14 Dmitry BelyavskiyCommit from current openssl master. The Gost94 signatur...
2015-08-14 Dmitry BelyavskyInitial commit