aboutsummaryrefslogtreecommitdiff
path: root/gost_lcl.h
AgeCommit message (Expand)AuthorFilesLines
2022-12-02Implementation of the MGM mode for magma/kuznyechikigrkir1-0/+5
2022-12-02engine: create missing NIDsSergei Ianovich1-0/+11
2022-08-11Add magma-ecb mode. Fixes #410Mark Fedorov1-0/+1
2021-10-11Making a gost provider - Add the macsRichard Levitte1-0/+4
2021-10-11Making a gost provider - Add the digestsRichard Levitte1-0/+5
2021-10-11Making a gost provider - Add the ciphersRichard Levitte1-0/+5
2021-10-11Making a gost provider - Add the provider foundationRichard Levitte1-0/+1
2021-09-28Don't recreate GOST EC groups every time (#358)Dmitry Belyavskiy1-0/+3
2020-11-12modernize ctrl function for magma & kuznechik TLS usageIgor Kirillov1-0/+3
2020-07-09Add string option 'vko' for EVP_PKEY_CTRL_SET_VKOVitaly Chikunov1-0/+1
2020-07-09Allow to use raw VKO in EVP_PKEY_deriveVitaly Chikunov1-0/+2
2020-07-03GOST ECC optimizations (#263)Billy Brumley1-0/+16
2020-05-13Remove unneeded declarations after registration reworkVitaly Chikunov1-32/+0
2020-05-13Update Copyright lines after registration reworkVitaly Chikunov1-1/+2
2020-05-13gost_eng: Simplify digest registrationVitaly Chikunov1-0/+7
2020-05-13gost_md: Rework alias support in digest registrationVitaly Chikunov1-0/+1
2020-05-13gost_md: Rework digest registration, add GostR3411_94_digestVitaly Chikunov1-0/+22
2020-05-12gost_keyexpimp: Rework cipher registrationVitaly Chikunov1-0/+2
2020-05-12gost_grasshopper_cipher: Rework cipher registrationVitaly Chikunov1-0/+8
2020-05-12gost_crypt: Allow templates in GOST_cipherVitaly Chikunov1-0/+1
2020-05-12gost_crypt: Add magma_cbc_cipherVitaly Chikunov1-0/+1
2020-05-12gost_crypt: Add magma_ctr_acpkm_omac_cipherVitaly Chikunov1-0/+1
2020-05-12gost_crypt: Add magma_ctr_acpkm_cipherVitaly Chikunov1-0/+1
2020-05-12gost_crypt: Add magma_ctr_cipherVitaly Chikunov1-0/+1
2020-05-12gost_crypt: Add Gost28147_89_cnt_12_cipherVitaly Chikunov1-0/+1
2020-05-12gost_crypt: Add Gost28147_89_cnt_cipherVitaly Chikunov1-0/+1
2020-05-12gost_crypt: Add Gost28147_89_cbc_cipherVitaly Chikunov1-1/+1
2020-05-12gost_crypt: Rework cipher registration, add Gost28147_89_cipherVitaly Chikunov1-1/+26
2020-05-10GOST CMS encryption implementation.Dmitry Belyavskiy1-2/+2
2020-05-09magma-ctr-acpkm + magma-ctr-acpkm-omacDmitry Belyavskiy1-0/+5
2020-05-04Magma/Kuznyechik ASN1 parameters and functionsDmitry Belyavskiy1-0/+6
2020-05-04PSKeyTransport_gost includes UKMDmitry Belyavskiy1-0/+1
2020-05-04GOST wrap ciphers registrationDmitry Belyavskiy1-0/+3
2020-05-01pkeyutl -derive supportDmitry Belyavskiy1-0/+1
2020-02-29cppcheck: Variable is reassigned a value before the old one has been used.Nikolay Morozov1-3/+3
2020-02-26ec: Use BN_{CTX_,}secure_new memory API for priv keysVitaly Chikunov1-3/+0
2020-02-17cppcheck: function defenition doen't match function declarationNikolay Morozov1-4/+4
2019-09-05Make VKO_compute_key public.Dmitry Timoshkov1-0/+6
2019-09-04Get rid of EVP_MD_CTRL_MAC_LENDmitry Belyavskiy1-1/+0
2019-01-27test_params: Avoid calls to fill_GOST_EC_params and bind_gostVitaly Chikunov1-3/+0
2019-01-21Export bind_gost to allow local engine initVitaly Chikunov1-0/+2
2018-12-06New master API versioning.Dmitry Belyavskiy1-1/+1
2018-09-18TLSTREE examples for GrasshopperDmitry Belyavskiy1-0/+3
2018-09-04Let's wrap old and new key enncryption togetherDmitry Belyavskiy1-2/+2
2018-09-04GOST key transport 2018 - decrypt as separate functionDmitry Belyavskiy1-1/+1
2018-09-04GOST key export, separate functionDmitry Belyavskiy1-0/+11
2018-09-04ASN1 definitionsDmitry Belyavskiy1-0/+18
2018-09-03Remove dependency from DSADmitry Belyavskiy1-8/+3
2018-09-03Indent + gost_kdftree2012_256 declarationDmitry Belyavskiy1-6/+12
2018-08-30Dealing with new KeyExchangeDmitry Belyavskiy1-0/+2